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
2019-04-16
Merge branch 'js/anonymize-remote-curl-diag'
Junio C Hamano
1
-6
/
+13
2019-04-16
Merge branch 'ma/asciidoctor-fixes-more'
Junio C Hamano
15
-22
/
+21
2019-04-16
Merge branch 'ma/asciidoctor-fixes'
Junio C Hamano
2
-7
/
+7
2019-04-16
Merge branch 'jt/test-protocol-version'
Junio C Hamano
15
-39
/
+128
2019-04-16
Merge branch 'nd/diff-parseopt-3'
Junio C Hamano
2
-115
/
+229
2019-04-16
update_info_refs(): drop unused force parameter
Jeff King
1
-2
/
+2
2019-04-16
server-info: drop objdirlen pointer arithmetic
Jeff King
1
-8
/
+2
2019-04-16
server-info: drop nr_alloc struct member
Jeff King
1
-1
/
+1
2019-04-16
server-info: use strbuf to read old info/packs file
Jeff King
1
-10
/
+8
2019-04-16
server-info: simplify cleanup in parse_pack_def()
Jeff King
1
-3
/
+4
2019-04-16
server-info: fix blind pointer arithmetic
Jeff King
1
-10
/
+12
2019-04-16
http: simplify parsing of remote objects/info/packs
Jeff King
1
-21
/
+14
2019-04-16
packfile: fix pack basename computation
Jeff King
4
-1
/
+32
2019-04-16
midx: check both pack and index names for containment
Jeff King
2
-3
/
+35
2019-04-16
t5319: drop useless --buffer from cat-file
Jeff King
1
-2
/
+2
2019-04-16
t5319: fix bogus cat-file argument
Jeff King
1
-6
/
+7
2019-04-16
pack-revindex: open index if necessary
Jeff King
4
-7
/
+17
2019-04-16
packfile.h: drop extern from function declarations
Jeff King
1
-41
/
+41
2019-04-15
tests: disallow the use of abbreviated options (by default)
Johannes Schindelin
4
-1
/
+33
2019-04-10
The fourth batch
Junio C Hamano
1
-0
/
+39
2019-04-10
Merge branch 'jt/submodule-fetch-errmsg'
Junio C Hamano
2
-1
/
+8
2019-04-10
Merge branch 'jk/sha1dc'
Junio C Hamano
3
-2
/
+4
2019-04-10
Merge branch 'jk/promote-ggg'
Junio C Hamano
2
-3
/
+3
2019-04-10
Merge branch 'ar/t4150-remove-cruft'
Junio C Hamano
1
-3
/
+1
2019-04-10
Merge branch 'js/rebase-deprecate-preserve-merges'
Junio C Hamano
4
-19
/
+24
2019-04-10
Merge branch 'ms/worktree-add-atomic-mkdir'
Junio C Hamano
1
-5
/
+7
2019-04-10
Merge branch 'jk/line-log-with-patch'
Junio C Hamano
3
-2
/
+25
2019-04-10
Merge branch 'ra/t3600-test-path-funcs'
Junio C Hamano
2
-171
/
+187
2019-04-10
Merge branch 'nd/rewritten-ref-is-per-worktree'
Junio C Hamano
3
-22
/
+66
2019-04-10
Merge branch 'jh/resize-convert-scratch-buffer'
Junio C Hamano
1
-1
/
+1
2019-04-10
Merge branch 'dl/ignore-docs'
Junio C Hamano
3
-15
/
+13
2019-04-10
Merge branch 'ja/dir-rename-doc-markup-fix'
Junio C Hamano
1
-2
/
+2
2019-04-10
Merge branch 'dl/reset-doc-no-wrt-abbrev'
Junio C Hamano
1
-2
/
+2
2019-04-05
ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job
SZEDER Gábor
1
-7
/
+16
2019-04-05
ci: stick with Asciidoctor v1.5.8 for now
SZEDER Gábor
1
-1
/
+1
2019-04-04
cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-0
/
+13
2019-04-04
midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-1
/
+1
2019-04-04
contrib/completion: add smerge to the mergetool completion candidates
David Aguilar
1
-1
/
+2
2019-04-04
mergetools: add support for smerge (Sublime Merge)
David Aguilar
2
-0
/
+13
2019-04-02
read-tree.txt: clarify --reset and worktree changes
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2019-04-02
tests (pack-objects): use the full, unabbreviated `--revs` option
Johannes Schindelin
1
-22
/
+22
2019-04-02
tests (status): spell out the `--find-renames` option in full
Johannes Schindelin
1
-4
/
+4
2019-04-02
tests (push): do not abbreviate the `--follow-tags` option
Johannes Schindelin
1
-2
/
+2
2019-04-02
t5531: avoid using an abbreviated option
Johannes Schindelin
1
-1
/
+1
2019-04-02
t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`
Johannes Schindelin
1
-8
/
+8
2019-04-02
tests (rebase): spell out the `--force-rebase` option
Johannes Schindelin
2
-3
/
+3
2019-04-02
tests (rebase): spell out the `--keep-empty` option
Johannes Schindelin
1
-2
/
+2
2019-04-01
Documentation/git-status: fix titles in porcelain v2 section
Todd Zullinger
1
-4
/
+8
2019-04-01
Documentation/rev-list-options: wrap --date=<format> block with "--"
Todd Zullinger
1
-11
/
+11
2019-04-01
interpret-trailers.txt: start the desc line with a capital letter
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[prev]
[next]