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
2017-10-17
upload-pack, receive-pack: introduce protocol version 1
Brandon Williams
1
-0
/
+17
2017-09-25
Merge branch 'ow/rev-parse-is-shallow-repo'
Junio C Hamano
1
-0
/
+5
2017-09-25
Merge branch 'aw/gc-lockfile-fscanf-fix'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'ks/help-alias-label'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'jn/per-repo-object-store-fixes'
Junio C Hamano
1
-2
/
+2
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
4
-5
/
+4
2017-09-19
rev-parse: rev-parse: add --is-shallow-repository
Øystein Walle
1
-0
/
+5
2017-09-19
Merge branch 'rk/commit-tree-make-F-verbatim'
Junio C Hamano
1
-1
/
+0
2017-09-19
Merge branch 'rs/strbuf-leakfix'
Junio C Hamano
8
-20
/
+45
2017-09-19
Merge branch 'jk/shortlog-ident-cleanup'
Junio C Hamano
1
-21
/
+35
2017-09-19
Merge branch 'sb/merge-commit-msg-hook'
Junio C Hamano
1
-0
/
+8
2017-09-19
Merge branch 'jk/leak-checkers'
Junio C Hamano
8
-10
/
+38
2017-09-19
Merge branch 'nm/pull-submodule-recurse-config'
Junio C Hamano
1
-2
/
+6
2017-09-19
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
1
-2
/
+2
2017-09-19
Merge branch 'jh/hashmap-disable-counting'
Junio C Hamano
1
-1
/
+1
2017-09-19
Merge branch 'jk/incore-lockfile-removal'
Junio C Hamano
3
-14
/
+11
2017-09-19
Merge branch 'mg/timestamp-t-fix'
Junio C Hamano
1
-1
/
+1
2017-09-17
gc: call fscanf() with %<len>s, not %<len>c, when reading hostname
Junio C Hamano
1
-1
/
+1
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
3
-3
/
+3
2017-09-14
get-tar-commit-id: check write_in_full() return against 0
Jeff King
1
-2
/
+1
2017-09-14
pack: make packed_git_mru global a value instead of a pointer
Jonathan Nieder
1
-2
/
+2
2017-09-14
help: change a message to be more precise
Kaartic Sivaraam
1
-1
/
+1
2017-09-10
Merge branch 'ma/up-to-date'
Junio C Hamano
1
-2
/
+2
2017-09-10
Merge branch 'ma/ts-cleanups'
Junio C Hamano
1
-0
/
+6
2017-09-10
Merge branch 'rs/merge-microcleanup' into maint
Junio C Hamano
1
-2
/
+2
2017-09-10
Merge branch 'rj/add-chmod-error-message' into maint
Junio C Hamano
1
-3
/
+3
2017-09-10
Merge branch 'mg/killed-merge' into maint
Junio C Hamano
1
-3
/
+12
2017-09-10
Merge branch 'rs/fsck-obj-leakfix' into maint
Junio C Hamano
1
-11
/
+11
2017-09-10
Merge branch 'pw/am-signoff' into maint
Junio C Hamano
1
-25
/
+1
2017-09-10
Merge branch 'bw/clone-recursive-quiet' into maint
Junio C Hamano
1
-0
/
+3
2017-09-10
Merge branch 'pw/sequence-rerere-autoupdate' into maint
Junio C Hamano
2
-0
/
+14
2017-09-10
Merge branch 'bw/push-options-recursively-to-submodules' into maint
Junio C Hamano
1
-9
/
+40
2017-09-10
Merge branch 'ma/pager-per-subcommand-action' into maint
Junio C Hamano
1
-0
/
+3
2017-09-10
Merge branch 'jk/rev-list-empty-input' into maint
Junio C Hamano
1
-1
/
+2
2017-09-10
commit-tree: do not complete line in -F input
Ross Kabus
1
-1
/
+0
2017-09-09
shortlog: skip format/parse roundtrip for internal traversal
Jeff King
1
-21
/
+35
2017-09-08
add UNLEAK annotation for reducing leak false positives
Jeff King
6
-1
/
+13
2017-09-08
builtin/merge: honor commit-msg hook for merges
Stefan Beller
1
-0
/
+8
2017-09-07
pull: honor submodule.recurse config option
Nicolas Morey-Chaisemartin
1
-0
/
+4
2017-09-07
pull: fix cli and config option parsing order
Nicolas Morey-Chaisemartin
1
-2
/
+2
2017-09-07
hashmap: add API to disable item counting when threaded
Jeff Hostetler
1
-1
/
+1
2017-09-07
shortlog: release strbuf after use in insert_one_record()
Rene Scharfe
1
-0
/
+1
2017-09-07
remote: release strbuf after use in set_url()
Rene Scharfe
1
-3
/
+3
2017-09-07
remote: release strbuf after use in migrate_file()
Rene Scharfe
1
-0
/
+1
2017-09-07
remote: release strbuf after use in read_remote_branches()
Rene Scharfe
1
-0
/
+1
2017-09-07
notes: release strbuf after use in notes_copy_from_stdin()
Rene Scharfe
1
-0
/
+1
2017-09-07
merge: release strbuf after use in write_merge_heads()
Rene Scharfe
1
-0
/
+1
2017-09-07
merge: release strbuf after use in save_state()
Rene Scharfe
1
-2
/
+6
2017-09-07
help: release strbuf on error return in exec_woman_emacs()
Rene Scharfe
1
-0
/
+1
2017-09-07
help: release strbuf on error return in exec_man_man()
Rene Scharfe
1
-0
/
+1
[next]