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
2020-08-10
t6418: tighten delete/normalize conflict testcase
Elijah Newren
1
-1
/
+2
2020-08-10
Collect merge-related tests to t64xx
Elijah Newren
35
-0
/
+0
2020-08-10
Fifth batch
Junio C Hamano
1
-0
/
+15
2020-08-10
Merge branch 'pb/guide-docs'
Junio C Hamano
9
-22
/
+34
2020-08-10
Merge branch 'so/rev-parser-errormessage-fix'
Junio C Hamano
1
-1
/
+1
2020-08-10
Merge branch 'en/eol-attrs-gotchas'
Junio C Hamano
4
-36
/
+15
2020-08-10
Merge branch 'jk/compiler-fixes-and-workarounds'
Junio C Hamano
2
-6
/
+4
2020-08-10
Merge branch 'ny/notes-doc-sample-update'
Junio C Hamano
1
-1
/
+1
2020-08-10
Merge branch 'es/adjust-subtree-test-for-merge-msg-update'
Junio C Hamano
1
-4
/
+2
2020-08-10
Merge branch 'rs/bisect-oid-to-hex-fix'
Junio C Hamano
1
-1
/
+1
2020-08-10
Merge branch 'en/merge-recursive-comment-fixes'
Junio C Hamano
2
-9
/
+9
2020-08-10
Merge branch 'ma/t1450-quotefix'
Junio C Hamano
1
-1
/
+1
2020-08-10
Merge branch 'es/worktree-cleanup'
Junio C Hamano
1
-15
/
+3
2020-08-10
Merge branch 'jk/strvec'
Junio C Hamano
105
-1620
/
+1619
2020-08-04
git.txt: add list of guides
Philippe Blain
3
-1
/
+14
2020-08-04
Documentation: don't hardcode command categories twice
Junio C Hamano
2
-13
/
+9
2020-08-04
help: drop usage of 'common' and 'useful' for guides
Philippe Blain
4
-7
/
+7
2020-08-04
command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'
Philippe Blain
3
-1
/
+4
2020-08-04
revision: fix die() message for "--unpacked="
Sergey Organov
1
-1
/
+1
2020-08-04
Fourth batch
Junio C Hamano
1
-1
/
+15
2020-08-04
Merge branch 'jt/pretend-object-never-come-from-elsewhere'
Junio C Hamano
2
-1
/
+13
2020-08-04
Merge branch 'jt/pack-objects-prefetch-in-batch'
Junio C Hamano
2
-4
/
+72
2020-08-04
Merge branch 'mp/complete-show-color-moved'
Junio C Hamano
1
-0
/
+8
2020-08-04
revision: avoid leak when preparing bloom filter for "/"
Jeff King
1
-0
/
+1
2020-08-04
revision: avoid out-of-bounds read/write on empty pathspec
Jeff King
1
-5
/
+2
2020-08-04
config: work around gcc-10 -Wstringop-overflow warning
Jeff King
1
-1
/
+1
2020-08-03
Revert "contrib: subtree: adjust test to change in fmt-merge-msg"
Emily Shaffer
1
-4
/
+2
2020-08-03
docs: improve the example that illustrates git-notes path names
Noam Yorav-Raphael
1
-1
/
+1
2020-08-03
checkout: support renormalization with checkout -m <paths>
Elijah Newren
1
-5
/
+6
2020-08-03
merge: make merge.renormalize work for all uses of merge machinery
Elijah Newren
4
-13
/
+5
2020-08-03
t6038: remove problematic test
Elijah Newren
1
-14
/
+0
2020-08-03
t6038: make tests fail for the right reason
Elijah Newren
1
-4
/
+4
2020-08-02
bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()
René Scharfe
1
-1
/
+1
2020-08-02
merge-recursive: fix unclear and outright wrong comments
Elijah Newren
2
-9
/
+9
2020-08-01
t1450: fix quoting of NUL byte when corrupting pack
Martin Ågren
1
-1
/
+1
2020-08-01
Third batch
Junio C Hamano
1
-0
/
+4
2020-08-01
Merge branch 'cc/pretty-contents-size' into master
Junio C Hamano
1
-2
/
+2
2020-08-01
Merge branch 'hn/reftable' into master
Junio C Hamano
2
-2
/
+3
2020-08-01
Merge branch 'jc/fmt-merge-msg-suppress-destination' into master
Junio C Hamano
30
-94
/
+159
2020-07-31
worktree: retire special-case normalization of main worktree path
Eric Sunshine
1
-4
/
+2
2020-07-31
worktree: drop bogus and unnecessary path munging
Eric Sunshine
1
-6
/
+1
2020-07-31
worktree: drop unused code from get_linked_worktree()
Eric Sunshine
1
-3
/
+0
2020-07-31
worktree: drop pointless strbuf_release()
Eric Sunshine
1
-2
/
+0
2020-07-31
t6300: fix issues related to %(contents:size)
Alban Gruin
1
-2
/
+2
2020-07-31
refs: move the logic to add \t to reflog to the files backend
Han-Wen Nienhuys
2
-2
/
+3
2020-07-30
The second batch -- mostly minor typofixes
Junio C Hamano
1
-0
/
+6
2020-07-30
Merge branch 'jb/doc-packfile-name' into master
Junio C Hamano
2
-5
/
+4
2020-07-30
Merge branch 'sg/ci-git-path-fix-with-pyenv' into master
Junio C Hamano
1
-2
/
+2
2020-07-30
Merge branch 'en/typofixes' into master
Junio C Hamano
6
-6
/
+6
2020-07-30
Merge branch 'rs/grep-simpler-parse-object-or-die-call' into master
Junio C Hamano
1
-1
/
+1
[next]