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
2014-05-27
remote prune: optimize "dangling symref" check/warning
Jens Lindström
1
-1
/
+18
2014-05-27
remote: repack packed-refs once when deleting multiple refs
Jens Lindström
1
-1
/
+1
2014-03-18
Merge branch 'sh/use-hashcpy'
Junio C Hamano
1
-1
/
+1
2014-03-06
Use hashcpy() when copying object names
Sun He
1
-1
/
+1
2014-02-20
use wildmatch() directly without fnmatch() wrapper
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-01-27
Merge branch 'mh/safe-create-leading-directories'
Junio C Hamano
1
-24
/
+68
2014-01-27
Merge branch 'mh/retire-ref-fetch-rules'
Junio C Hamano
1
-3
/
+3
2014-01-21
rename_tmp_log(): on SCLD_VANISHED, retry
Michael Haggerty
1
-1
/
+8
2014-01-21
rename_tmp_log(): limit the number of remote_empty_directories() attempts
Michael Haggerty
1
-2
/
+2
2014-01-21
rename_tmp_log(): handle a possible mkdir/rmdir race
Michael Haggerty
1
-1
/
+10
2014-01-21
rename_ref(): extract function rename_tmp_log()
Michael Haggerty
1
-22
/
+30
2014-01-21
lock_ref_sha1_basic(): if locking fails with ENOENT, retry
Michael Haggerty
1
-1
/
+12
2014-01-21
lock_ref_sha1_basic(): on SCLD_VANISHED, retry
Michael Haggerty
1
-1
/
+10
2014-01-14
refname_match(): always use the rules in ref_rev_parse_rules
Michael Haggerty
1
-3
/
+3
2014-01-13
Merge branch 'mh/shorten-unambigous-ref'
Junio C Hamano
1
-31
/
+14
2014-01-09
shorten_unambiguous_ref(): tighten up pointer arithmetic
Michael Haggerty
1
-2
/
+2
2014-01-09
gen_scanf_fmt(): delete function and use snprintf() instead
Michael Haggerty
1
-26
/
+9
2014-01-09
shorten_unambiguous_ref(): introduce a new local variable
Michael Haggerty
1
-4
/
+4
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-15
/
+15
2013-11-01
Merge branch 'sb/refs-code-cleanup'
Junio C Hamano
1
-7
/
+0
2013-10-30
Merge branch 'jk/refs-c-squelch-gcc'
Junio C Hamano
1
-1
/
+1
2013-10-28
refs: remove unused function invalidate_ref_cache
Stefan Beller
1
-7
/
+0
2013-10-24
silence gcc array-bounds warning
Jeff King
1
-1
/
+1
2013-10-14
refs.c: spell NULL pointer as NULL
Ramsay Jones
1
-1
/
+1
2013-09-20
Merge branch 'fc/at-head'
Junio C Hamano
1
-1
/
+5
2013-09-20
Merge branch 'bk/refs-multi-update'
Junio C Hamano
1
-27
/
+168
2013-09-12
Add new @ shortcut for HEAD
Felipe Contreras
1
-0
/
+4
2013-09-09
Merge branch 'jc/push-cas'
Junio C Hamano
1
-8
/
+0
2013-09-04
refs: add update_refs for multiple simultaneous updates
Brad King
1
-0
/
+100
2013-09-04
refs: add function to repack without multiple refs
Brad King
1
-9
/
+24
2013-09-04
refs: factor delete_ref loose ref step into a helper
Brad King
1
-10
/
+17
2013-09-04
refs: factor update_ref steps into helpers
Brad King
1
-6
/
+24
2013-09-03
sha1-name: pass len argument to interpret_branch_name()
Felipe Contreras
1
-1
/
+1
2013-08-30
refs: report ref type from lock_any_ref_for_update
Brad King
1
-3
/
+4
2013-08-14
Revert "Add new @ shortcut for HEAD"
Junio C Hamano
1
-4
/
+0
2013-07-31
Merge branch 'mh/packed-refs-do-one-ref-recursion'
Junio C Hamano
1
-1
/
+5
2013-07-24
Merge branch 'mh/ref-races-optim-invalidate-cached'
Junio C Hamano
1
-3
/
+6
2013-07-17
do_one_ref(): save and restore value of current_ref
Michael Haggerty
1
-1
/
+5
2013-07-08
cache.h: move remote/connect API out of it
Junio C Hamano
1
-8
/
+0
2013-06-30
Merge branch 'mh/ref-races'
Junio C Hamano
1
-51
/
+265
2013-06-20
refs: do not invalidate the packed-refs cache unnecessarily
Michael Haggerty
1
-3
/
+6
2013-06-20
for_each_ref: load all loose refs before packed refs
Jeff King
1
-4
/
+35
2013-06-20
get_packed_ref_cache: reload packed-refs file when it changes
Jeff King
1
-5
/
+16
2013-06-20
packed_ref_cache: increment refcount when locked
Michael Haggerty
1
-1
/
+7
2013-06-20
do_for_each_entry(): increment the packed refs cache refcount
Michael Haggerty
1
-1
/
+4
2013-06-20
refs: manage lifetime of packed refs cache via reference counting
Michael Haggerty
1
-3
/
+36
2013-06-20
refs: implement simple transactions for the packed-refs file
Michael Haggerty
1
-18
/
+70
2013-06-20
refs: wrap the packed refs cache in a level of indirection
Michael Haggerty
1
-6
/
+26
2013-06-20
pack_refs(): split creation of packed refs and entry writing
Michael Haggerty
1
-14
/
+34
2013-06-20
repack_without_ref(): split list curation and entry writing
Michael Haggerty
1
-12
/
+50
[next]