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
2021-02-05
Merge branch 'jk/forbid-lf-in-git-url' into maint
Junio C Hamano
4
-1
/
+23
2021-02-05
Merge branch 'jc/macos-install-dependencies-fix' into maint
Junio C Hamano
1
-4
/
+4
2021-02-05
Merge branch 'tb/local-clone-race-doc' into maint
Junio C Hamano
1
-0
/
+4
2021-02-05
Merge branch 'bc/doc-status-short' into maint
Junio C Hamano
1
-8
/
+20
2021-02-05
Merge branch 'ab/gettext-charset-comment-fix' into maint
Junio C Hamano
2
-82
/
+15
2021-02-05
Merge branch 'ug/doc-lose-dircache' into maint
Junio C Hamano
2
-6
/
+4
2021-02-05
Merge branch 'ad/t4129-setfacl-target-fix' into maint
Junio C Hamano
1
-1
/
+1
2021-02-05
Merge branch 'jk/t5516-deflake' into maint
Junio C Hamano
1
-1
/
+3
2021-02-05
Merge branch 'vv/send-email-with-less-secure-apps-access' into maint
Junio C Hamano
1
-1
/
+5
2021-02-05
Merge branch 'pb/mergetool-tool-help-fix' into maint
Junio C Hamano
2
-2
/
+15
2021-02-05
Merge branch 'ds/for-each-repo-noopfix' into maint
Junio C Hamano
2
-0
/
+13
2021-02-05
Merge branch 'jc/sign-off' into maint
Junio C Hamano
1
-1
/
+1
2021-02-05
Merge branch 'mt/t4129-with-setgid-dir' into maint
Junio C Hamano
1
-2
/
+7
2021-02-05
Merge branch 'en/stash-apply-sparse-checkout' into maint
Junio C Hamano
3
-57
/
+212
2021-02-05
Merge branch 'nk/perf-fsmonitor-cleanup' into maint
Junio C Hamano
1
-1
/
+6
2021-02-05
Merge branch 'rs/rebase-commit-validation' into maint
Junio C Hamano
1
-1
/
+3
2021-02-05
Merge branch 'pb/doc-modules-git-work-tree-typofix' into maint
Junio C Hamano
1
-15
/
+15
2021-02-05
Merge branch 'ta/doc-typofix' into maint
Junio C Hamano
6
-7
/
+7
2021-02-05
Merge branch 'pk/subsub-fetch-fix-take-2' into maint
Junio C Hamano
2
-1
/
+123
2021-01-30
annotate-tests: quote variable expansions containing path names
Johannes Sixt
1
-4
/
+4
2021-01-29
p5303: avoid sed GNU-ism
Jeff King
1
-4
/
+8
2021-01-27
ci: do not cancel all jobs of a matrix if one fails
Philippe Blain
1
-0
/
+4
2021-01-21
SKIP_DASHED_BUILT_INS: respect `config.mak`
Johannes Schindelin
1
-14
/
+14
2021-01-20
fsck doc: remove ancient out-of-date diagnostics
Ævar Arnfjörð Bjarmason
1
-8
/
+0
2021-01-20
Doc: clarify contents of packfile sent as URI
Jonathan Tan
1
-2
/
+5
2021-01-14
ci/install-depends: attempt to fix "brew cask" stuff
Junio C Hamano
1
-4
/
+4
2021-01-12
patch-ids: handle duplicate hashmap entries
Jeff King
4
-4
/
+48
2021-01-11
Documentation/git-clone.txt: document race with --local
Taylor Blau
1
-0
/
+4
2021-01-11
gettext.c: remove/reword a mostly-useless comment
Ævar Arnfjörð Bjarmason
1
-79
/
+15
2021-01-11
Makefile: remove a warning about old GETTEXT_POISON flag
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2021-01-11
docs: rephrase and clarify the git status --short format
brian m. carlson
1
-8
/
+20
2021-01-09
doc: remove "directory cache" from man pages
Utku Gultopu
2
-6
/
+4
2021-01-09
t5516: loosen "not our ref" error check
Jeff King
1
-1
/
+3
2021-01-09
t4129: fix setfacl-related permissions failure
Adam Dinwoodie
1
-1
/
+1
2021-01-07
git-send-email.txt: mention less secure app access with Gmail
Vasyl Vavrychuk
1
-1
/
+5
2021-01-07
for-each-repo: do nothing on empty config
Derrick Stolee
2
-0
/
+13
2021-01-07
SubmittingPatches: tighten wording on "sign-off" procedure
Junio C Hamano
1
-1
/
+1
2021-01-07
branch: show "HEAD detached" first under reverse sort
Ævar Arnfjörð Bjarmason
2
-4
/
+7
2021-01-07
branch: sort detached HEAD based on a flag
Ævar Arnfjörð Bjarmason
6
-25
/
+32
2021-01-07
ref-filter: move ref_sorting flags to a bitfield
Ævar Arnfjörð Bjarmason
5
-17
/
+25
2021-01-07
ref-filter: move "cmp_fn" assignment into "else if" arm
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-01-07
ref-filter: add braces to if/else if/else chain
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-01-07
fsck: reject .gitmodules git:// urls with newlines
Jeff King
2
-1
/
+16
2021-01-07
git_connect_git(): forbid newlines in host and path
Jeff King
2
-0
/
+7
2021-01-06
mergetool--lib: fix '--tool-help' to correctly show available tools
Philippe Blain
2
-2
/
+15
2021-01-06
t4129: don't fail if setgid is set in the test directory
Matheus Tavares
1
-2
/
+7
2021-01-06
branch tests: add to --sort tests
Ævar Arnfjörð Bjarmason
1
-1
/
+50
2021-01-06
branch: change "--local" to "--list" in comment
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-01-06
builtin/*: update usage format
ZheNing Hu
7
-61
/
+61
2021-01-06
parse-options: format argh like error messages
Junio C Hamano
1
-3
/
+3
[prev]
[next]