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-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
git-worktree.txt: link to man pages when citing other Git commands
Eric Sunshine
1
-2
/
+3
2020-08-03
git-worktree.txt: make start of new sentence more obvious
Eric Sunshine
1
-2
/
+2
2020-08-03
git-worktree.txt: fix minor grammatical issues
Eric Sunshine
1
-10
/
+10
2020-08-03
git-worktree.txt: consistently use term "working tree"
Eric Sunshine
1
-11
/
+11
2020-08-03
git-worktree.txt: employ fixed-width typeface consistently
Eric Sunshine
1
-48
/
+48
2020-08-03
upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'
Taylor Blau
3
-0
/
+33
2020-08-03
upload-pack.c: allow banning certain object filter(s)
Taylor Blau
3
-0
/
+122
2020-08-03
list_objects_filter_options: introduce 'list_object_filter_config_name'
Taylor Blau
2
-0
/
+29
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
2020-07-30
Merge branch 'ar/help-guides-doc' into master
Junio C Hamano
1
-2
/
+2
2020-07-30
Merge branch 'sk/typofixes' into master
Junio C Hamano
4
-4
/
+4
2020-07-30
strvec: rename struct fields
Jeff King
52
-186
/
+186
2020-07-30
First batch post 2.28
Junio C Hamano
2
-1
/
+68
2020-07-30
Merge branch 'en/fill-directory-exponential' into master
Junio C Hamano
2
-2
/
+27
2020-07-30
Merge branch 'ct/mv-unmerged-path-error' into master
Junio C Hamano
2
-2
/
+22
2020-07-30
Merge branch 'bc/push-cas-cquoted-refname' into master
Junio C Hamano
2
-1
/
+20
2020-07-30
Merge branch 'cc/pretty-contents-size' into master
Junio C Hamano
3
-7
/
+65
2020-07-30
Merge branch 'rs/add-index-entry-optim-fix' into master
Junio C Hamano
1
-14
/
+0
[prev]
[next]