index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Commit message (
Expand
)
Author
Age
...
|
*
|
|
refs: read loose references lazily
Michael Haggerty
2012-05-03
|
*
|
|
read_loose_refs(): eliminate ref_cache argument
Michael Haggerty
2012-05-03
|
*
|
|
struct ref_dir: store a reference to the enclosing ref_cache
Michael Haggerty
2012-05-03
|
*
|
|
search_for_subdir(): return (ref_dir *) instead of (ref_entry *)
Michael Haggerty
2012-05-03
|
*
|
|
get_ref_dir(): add function for getting a ref_dir from a ref_entry
Michael Haggerty
2012-05-03
|
*
|
|
read_loose_refs(): rename function from get_ref_dir()
Michael Haggerty
2012-05-03
|
*
|
|
refs: wrap top-level ref_dirs in ref_entries
Michael Haggerty
2012-05-03
|
*
|
|
find_containing_dir(): use strbuf in implementation of this function
Michael Haggerty
2012-05-03
|
*
|
|
do_for_each_reflog(): use a strbuf to hold logfile name
Michael Haggerty
2012-05-03
|
*
|
|
do_for_each_reflog(): return early on error
Michael Haggerty
2012-05-03
|
*
|
|
get_ref_dir(): take the containing directory as argument
Michael Haggerty
2012-05-03
|
*
|
|
refs.c: extract function search_for_subdir()
Michael Haggerty
2012-05-03
|
*
|
|
get_ref_dir(): require that the dirname argument ends in '/'
Michael Haggerty
2012-05-03
|
*
|
|
get_ref_dir(): rename "base" parameter to "dirname"
Michael Haggerty
2012-05-03
|
*
|
|
get_ref_dir(): use a strbuf to hold refname
Michael Haggerty
2012-05-03
|
*
|
|
get_ref_dir(): return early if directory cannot be read
Michael Haggerty
2012-04-25
|
|
/
/
*
|
|
Merge branch 'nd/i18n'
Junio C Hamano
2012-05-02
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
i18n: make warn_dangling_symref() automatically append \n
Nguyễn Thái Ngọc Duy
2012-04-24
*
|
|
do_for_each_ref(): only iterate over the subtree that was requested
Michael Haggerty
2012-04-10
*
|
|
refs: store references hierarchically
Michael Haggerty
2012-04-10
*
|
|
sort_ref_dir(): simplify logic
Michael Haggerty
2012-04-10
*
|
|
refs.c: rename ref_array -> ref_dir
Michael Haggerty
2012-04-10
*
|
|
struct ref_entry: nest the value part in a union
Michael Haggerty
2012-04-10
*
|
|
check_refname_component(): return 0 for zero-length components
Michael Haggerty
2012-04-10
*
|
|
free_ref_entry(): new function
Michael Haggerty
2012-04-10
*
|
|
names_conflict(): simplify implementation
Michael Haggerty
2012-04-10
*
|
|
repack_without_ref(): reimplement using do_for_each_ref_in_array()
Michael Haggerty
2012-04-10
*
|
|
do_for_each_ref_in_arrays(): new function
Michael Haggerty
2012-04-10
*
|
|
do_for_each_ref_in_array(): new function
Michael Haggerty
2012-04-10
*
|
|
refs: manage current_ref within do_one_ref()
Michael Haggerty
2012-04-10
*
|
|
refs.c: reorder definitions more logically
Michael Haggerty
2012-04-10
|
/
/
*
|
refs: remove the extra_refs API
Michael Haggerty
2012-02-12
*
|
add_packed_ref(): new function in the refs API.
Michael Haggerty
2012-01-17
*
|
ref_array: keep track of whether references are sorted
Michael Haggerty
2012-01-17
*
|
Merge branch 'mh/ref-api'
Junio C Hamano
2011-12-20
|
\
\
|
*
|
add_ref(): take a (struct ref_entry *) parameter
Michael Haggerty
2011-12-12
|
*
|
create_ref_entry(): extract function from add_ref()
Michael Haggerty
2011-12-12
|
*
|
repack_without_ref(): remove temporary
Michael Haggerty
2011-12-12
|
*
|
resolve_gitlink_ref_recursive(): change to work with struct ref_cache
Michael Haggerty
2011-12-12
|
*
|
Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
Michael Haggerty
2011-12-12
|
*
|
get_ref_dir(): change signature
Michael Haggerty
2011-12-12
|
*
|
refs: change signatures of get_packed_refs() and get_loose_refs()
Michael Haggerty
2011-12-12
|
*
|
is_dup_ref(): extract function from sort_ref_array()
Michael Haggerty
2011-12-12
|
*
|
add_ref(): add docstring
Michael Haggerty
2011-12-12
|
*
|
parse_ref_line(): add docstring
Michael Haggerty
2011-12-12
|
*
|
is_refname_available(): remove the "quiet" argument
Michael Haggerty
2011-12-12
|
*
|
clear_ref_array(): rename from free_ref_array()
Michael Haggerty
2011-12-12
|
*
|
refs: rename parameters result -> sha1
Michael Haggerty
2011-12-12
|
*
|
refs: rename "refname" variables
Michael Haggerty
2011-12-12
|
*
|
struct ref_entry: document name member
Michael Haggerty
2011-12-12
[prev]
[next]