index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-08
Merge branch 'jk/delta-base-cache'
Junio C Hamano
2
-73
/
+111
2016-09-08
Start maintenance track for 2.10.x series
Junio C Hamano
303
-18845
/
+35770
2016-09-08
Prepare for 2.9.4
Junio C Hamano
2
-1
/
+84
2016-09-08
Merge branch 'hv/doc-commit-reference-style' into maint
Junio C Hamano
1
-0
/
+10
2016-09-08
Merge branch 'sg/reflog-past-root' into maint
Junio C Hamano
1
-1
/
+0
2016-09-08
Merge branch 'rs/mailinfo-lib' into maint
Junio C Hamano
1
-7
/
+2
2016-09-08
Merge branch 'jk/tighten-alloc' into maint
Junio C Hamano
2
-4
/
+2
2016-09-08
Merge branch 'rs/use-strbuf-add-unique-abbrev' into maint
Junio C Hamano
3
-16
/
+11
2016-09-08
Merge branch 'rs/merge-recursive-string-list-init' into maint
Junio C Hamano
1
-2
/
+1
2016-09-08
Merge branch 'rs/merge-add-strategies-simplification' into maint
Junio C Hamano
1
-34
/
+10
2016-09-08
Merge branch 'ls/packet-line-protocol-doc-fix' into maint
Junio C Hamano
1
-3
/
+3
2016-09-08
Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maint
Junio C Hamano
6
-1
/
+35
2016-09-08
Merge branch 'dg/document-git-c-in-git-config-doc' into maint
Junio C Hamano
1
-0
/
+3
2016-09-08
Merge branch 'js/no-html-bypass-on-windows' into maint
Junio C Hamano
3
-52
/
+0
2016-09-08
Merge branch 'jk/difftool-command-not-found' into maint
Junio C Hamano
2
-0
/
+13
2016-09-08
Merge branch 'sb/checkout-explit-detach-no-advice' into maint
Junio C Hamano
2
-1
/
+25
2016-09-08
Merge branch 'rs/pull-signed-tag' into maint
Junio C Hamano
4
-12
/
+33
2016-09-08
Merge branch 'js/test-lint-pathname' into maint
Junio C Hamano
1
-1
/
+10
2016-09-08
Merge branch 'js/mv-dir-to-new-directory' into maint
Junio C Hamano
1
-4
/
+7
2016-09-08
Merge branch 'js/import-tars-hardlinks' into maint
Junio C Hamano
1
-11
/
+20
2016-09-08
Merge branch 'ms/document-pack-window-memory-is-per-thread' into maint
Junio C Hamano
2
-4
/
+6
2016-09-08
Merge branch 'jk/push-force-with-lease-creation' into maint
Junio C Hamano
4
-7
/
+46
2016-09-08
Merge branch 'jk/reflog-date' into maint
Junio C Hamano
6
-10
/
+57
2016-09-08
Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maint
Junio C Hamano
10
-90
/
+112
2016-09-08
Merge branch 'jk/common-main' into maint
Junio C Hamano
53
-153
/
+126
2016-09-08
diff: remove dead code
Stefan Beller
1
-8
/
+0
2016-09-08
diff: omit found pointer from emit_callback
Stefan Beller
1
-4
/
+2
2016-09-08
diff.c: use diff_options directly
Stefan Beller
1
-11
/
+10
2016-09-08
transport: report missing submodule pushes consistently on stderr
Stefan Beller
1
-1
/
+1
2016-09-08
unpack-trees: do not capitalize "working"
Alex Henrie
1
-2
/
+2
2016-09-08
git-merge-octopus: do not capitalize "octopus"
Alex Henrie
1
-2
/
+2
2016-09-08
git-rebase--interactive: fix English grammar
Alex Henrie
1
-1
/
+1
2016-09-08
cat-file: put spaces around pipes in usage string
Alex Henrie
1
-1
/
+1
2016-09-08
am: put spaces around pipe in usage string
Alex Henrie
1
-1
/
+1
2016-09-08
remote-curl: handle URLs without protocol
Jeff King
2
-1
/
+9
2016-09-07
builtin/reset: convert to use struct object_id
brian m. carlson
1
-26
/
+26
2016-09-07
builtin/commit-tree: convert to struct object_id
brian m. carlson
1
-10
/
+10
2016-09-07
builtin/am: convert to struct object_id
brian m. carlson
1
-70
/
+70
2016-09-07
refs: add an update_ref_oid function.
brian m. carlson
2
-0
/
+11
2016-09-07
sha1_name: convert get_sha1_mb to struct object_id
brian m. carlson
3
-11
/
+11
2016-09-07
builtin/update-index: convert file to struct object_id
brian m. carlson
1
-30
/
+31
2016-09-07
notes: convert init_notes to use struct object_id
brian m. carlson
1
-6
/
+6
2016-09-07
builtin/rm: convert to use struct object_id
brian m. carlson
1
-9
/
+9
2016-09-07
builtin/blame: convert file to use struct object_id
brian m. carlson
1
-14
/
+14
2016-09-07
Convert read_mmblob to take struct object_id.
brian m. carlson
6
-17
/
+18
2016-09-07
notes-merge: convert struct notes_merge_pair to struct object_id
brian m. carlson
1
-62
/
+65
2016-09-07
builtin/checkout: convert some static functions to struct object_id
brian m. carlson
1
-33
/
+33
2016-09-07
streaming: make stream_blob_to_fd take struct object_id
brian m. carlson
6
-10
/
+10
2016-09-07
builtin: convert textconv_object to use struct object_id
brian m. carlson
4
-9
/
+9
2016-09-07
builtin/cat-file: convert some static functions to struct object_id
brian m. carlson
1
-25
/
+25
[prev]
[next]