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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-05
name-rev: use strip_suffix to avoid magic numbers
Jeff King
1
-5
/
+4
2015-10-05
use strbuf_complete to conditionally append slash
Jeff King
2
-6
/
+3
2015-10-05
fsck: use for_each_loose_file_in_objdir
Jeff King
1
-46
/
+24
2015-10-05
fsck: drop inode-sorting code
Jeff King
1
-68
/
+2
2015-10-05
convert strncpy to memcpy
Jeff King
1
-2
/
+2
2015-10-05
help: clean up kfmclient munging
Jeff King
1
-11
/
+4
2015-10-05
receive-pack: simplify keep_arg computation
Jeff King
1
-7
/
+10
2015-10-05
avoid sprintf and strcpy with flex arrays
Jeff King
1
-2
/
+3
2015-10-05
use alloc_ref rather than hand-allocating "struct ref"
Jeff King
1
-2
/
+1
2015-10-05
use sha1_to_hex_r() instead of strcpy
Jeff King
5
-24
/
+27
2015-10-05
transport: use strbufs for status table "quickref" strings
Jeff King
1
-10
/
+12
2015-10-05
apply: convert root string to strbuf
Jeff King
1
-16
/
+10
2015-10-05
init: use strbufs to store paths
Jeff King
1
-98
/
+74
2015-10-05
probe_utf8_pathname_composition: use internal strbuf
Jeff King
1
-1
/
+1
2015-09-25
remote-ext: simplify git pkt-line generation
Jeff King
1
-29
/
+5
2015-09-25
upload-archive: convert sprintf to strbuf
Jeff King
1
-5
/
+4
2015-09-25
help: drop prepend function in favor of xstrfmt
Jeff King
1
-12
/
+2
2015-09-25
fetch: replace static buffer with xstrfmt
Jeff King
1
-5
/
+2
2015-09-25
config: use xstrfmt in normalize_value
Jeff King
1
-21
/
+13
2015-09-25
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
3
-18
/
+8
2015-09-25
receive-pack: convert strncpy to xsnprintf
Jeff King
1
-2
/
+2
2015-09-25
use xsnprintf for generating git object headers
Jeff King
1
-1
/
+1
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
7
-14
/
+16
2015-09-25
mailsplit: make PATH_MAX buffers dynamic
Jeff King
1
-11
/
+23
2015-09-25
fsck: use strbuf to generate alternate directories
Jeff King
1
-5
/
+6
2015-09-25
fsck: don't fsck alternates for connectivity-only check
Jeff King
1
-8
/
+9
2015-09-25
mailsplit: fix FILE* leak in split_maildir
Jeff King
1
-1
/
+4
2015-09-25
show-branch: avoid segfault with --reflog of unborn branch
Jeff King
1
-0
/
+2
2015-09-14
Merge branch 'ah/show-ref-usage-string'
Junio C Hamano
1
-1
/
+1
2015-09-14
Merge branch 'rt/help-strings-fix'
Junio C Hamano
3
-3
/
+3
2015-09-14
Merge branch 'gb/apply-comment-typofix'
Junio C Hamano
1
-1
/
+1
2015-09-11
tag, update-ref: improve description of option "create-reflog"
Ralf Thielow
2
-2
/
+2
2015-09-11
pull: don't mark values for option "rebase" for translation
Ralf Thielow
1
-1
/
+1
2015-09-09
Sync with 2.5.2
Junio C Hamano
1
-2
/
+4
2015-09-08
Merge branch 'jc/builtin-am-signoff-regression-fix'
Junio C Hamano
1
-2
/
+29
2015-09-06
am: match --signoff to the original scripted version
Junio C Hamano
1
-2
/
+29
2015-09-04
Sync with 2.4.9
Junio C Hamano
1
-2
/
+4
2015-09-04
Sync with 2.3.9
Junio C Hamano
1
-2
/
+4
2015-09-04
Sync with 2.2.3
Junio C Hamano
1
-2
/
+4
2015-09-04
show-branch: use a strbuf for reflog descriptions
Jeff King
1
-2
/
+4
2015-09-03
Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...
Junio C Hamano
1
-3
/
+1
2015-09-03
Merge branch 'jc/calloc-pathspec' into maint
Junio C Hamano
2
-2
/
+2
2015-09-03
Merge branch 'jk/rev-list-has-no-notes' into maint
Junio C Hamano
1
-0
/
+3
2015-09-03
Merge branch 'mh/get-remote-group-fix' into maint
Junio C Hamano
1
-8
/
+6
2015-09-03
Merge branch 'jk/am-rerere-lock-fix'
Junio C Hamano
2
-14
/
+9
2015-09-01
Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...
Junio C Hamano
1
-3
/
+1
2015-09-01
Merge branch 'ah/reflog-typofix-in-error'
Junio C Hamano
1
-1
/
+1
2015-09-01
Merge branch 'ah/read-tree-usage-string'
Junio C Hamano
1
-1
/
+1
2015-09-01
Merge branch 'ah/pack-objects-usage-strings'
Junio C Hamano
1
-2
/
+2
2015-09-01
rerere: release lockfile in non-writing functions
Jeff King
2
-14
/
+9
[next]