index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-03
refs: read loose references lazily
Michael Haggerty
1
-29
/
+96
2012-05-03
read_loose_refs(): eliminate ref_cache argument
Michael Haggerty
1
-4
/
+4
2012-05-03
struct ref_dir: store a reference to the enclosing ref_cache
Michael Haggerty
1
-4
/
+11
2012-05-03
search_for_subdir(): return (ref_dir *) instead of (ref_entry *)
Michael Haggerty
1
-11
/
+10
2012-05-03
get_ref_dir(): add function for getting a ref_dir from a ref_entry
Michael Haggerty
1
-15
/
+25
2012-05-03
read_loose_refs(): rename function from get_ref_dir()
Michael Haggerty
1
-7
/
+7
2012-05-03
refs: wrap top-level ref_dirs in ref_entries
Michael Haggerty
1
-18
/
+19
2012-05-03
find_containing_dir(): use strbuf in implementation of this function
Michael Haggerty
1
-9
/
+10
2012-05-03
do_for_each_reflog(): use a strbuf to hold logfile name
Michael Haggerty
1
-29
/
+31
2012-05-03
do_for_each_reflog(): return early on error
Michael Haggerty
1
-35
/
+35
2012-05-03
get_ref_dir(): take the containing directory as argument
Michael Haggerty
1
-4
/
+8
2012-05-03
refs.c: extract function search_for_subdir()
Michael Haggerty
1
-10
/
+24
2012-05-03
get_ref_dir(): require that the dirname argument ends in '/'
Michael Haggerty
1
-7
/
+7
2012-05-03
get_ref_dir(): rename "base" parameter to "dirname"
Michael Haggerty
1
-10
/
+10
2012-05-03
get_ref_dir(): use a strbuf to hold refname
Michael Haggerty
1
-28
/
+26
2012-05-02
Merge branch 'nd/i18n'
Junio C Hamano
1
-0
/
+1
2012-04-25
get_ref_dir(): return early if directory cannot be read
Michael Haggerty
1
-41
/
+44
2012-04-24
i18n: make warn_dangling_symref() automatically append \n
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2012-04-10
do_for_each_ref(): only iterate over the subtree that was requested
Michael Haggerty
1
-7
/
+28
2012-04-10
refs: store references hierarchically
Michael Haggerty
1
-47
/
+227
2012-04-10
sort_ref_dir(): simplify logic
Michael Haggerty
1
-10
/
+11
2012-04-10
refs.c: rename ref_array -> ref_dir
Michael Haggerty
1
-98
/
+97
2012-04-10
struct ref_entry: nest the value part in a union
Michael Haggerty
1
-13
/
+19
2012-04-10
check_refname_component(): return 0 for zero-length components
Michael Haggerty
1
-2
/
+2
2012-04-10
free_ref_entry(): new function
Michael Haggerty
1
-2
/
+7
2012-04-10
names_conflict(): simplify implementation
Michael Haggerty
1
-25
/
+37
2012-04-10
repack_without_ref(): reimplement using do_for_each_ref_in_array()
Michael Haggerty
1
-33
/
+61
2012-04-10
do_for_each_ref_in_arrays(): new function
Michael Haggerty
1
-29
/
+53
2012-04-10
do_for_each_ref_in_array(): new function
Michael Haggerty
1
-10
/
+23
2012-04-10
refs: manage current_ref within do_one_ref()
Michael Haggerty
1
-6
/
+7
2012-04-10
refs.c: reorder definitions more logically
Michael Haggerty
1
-253
/
+256
2012-02-12
refs: remove the extra_refs API
Michael Haggerty
1
-22
/
+1
2012-01-17
add_packed_ref(): new function in the refs API.
Michael Haggerty
1
-0
/
+6
2012-01-17
ref_array: keep track of whether references are sorted
Michael Haggerty
1
-7
/
+26
2011-12-20
Merge branch 'mh/ref-api'
Junio C Hamano
1
-243
/
+261
2011-12-13
Rename resolve_ref() to resolve_ref_unsafe()
Nguyễn Thái Ngọc Duy
1
-11
/
+11
2011-12-13
Convert resolve_ref+xstrdup to new resolve_refdup function
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2011-12-12
add_ref(): take a (struct ref_entry *) parameter
Michael Haggerty
1
-9
/
+5
2011-12-12
create_ref_entry(): extract function from add_ref()
Michael Haggerty
1
-15
/
+22
2011-12-12
repack_without_ref(): remove temporary
Michael Haggerty
1
-5
/
+2
2011-12-12
resolve_gitlink_ref_recursive(): change to work with struct ref_cache
Michael Haggerty
1
-24
/
+10
2011-12-12
Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
Michael Haggerty
1
-20
/
+20
2011-12-12
get_ref_dir(): change signature
Michael Haggerty
1
-9
/
+9
2011-12-12
refs: change signatures of get_packed_refs() and get_loose_refs()
Michael Haggerty
1
-19
/
+17
2011-12-12
is_dup_ref(): extract function from sort_ref_array()
Michael Haggerty
1
-12
/
+25
2011-12-12
add_ref(): add docstring
Michael Haggerty
1
-0
/
+1
2011-12-12
parse_ref_line(): add docstring
Michael Haggerty
1
-0
/
+5
2011-12-12
is_refname_available(): remove the "quiet" argument
Michael Haggerty
1
-7
/
+13
2011-12-12
clear_ref_array(): rename from free_ref_array()
Michael Haggerty
1
-4
/
+4
2011-12-12
refs: rename parameters result -> sha1
Michael Haggerty
1
-10
/
+10
[prev]
[next]