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-01-04
Merge branch 'nd/i18n'
Junio C Hamano
23
-266
/
+303
2019-01-03
test-lib: translate SIGTERM and SIGHUP to an exit
SZEDER Gábor
1
-1
/
+1
2019-01-03
compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop
Randall S. Becker
1
-0
/
+8
2019-01-03
git-compat-util.h: add FLOSS headers for HPE NonStop
Randall S. Becker
1
-0
/
+13
2019-01-03
config.mak.uname: support for modern HPE NonStop config.
Randall S. Becker
1
-6
/
+23
2019-01-03
transport-helper: drop read/write errno checks
Jeff King
1
-3
/
+2
2019-01-03
transport-helper: use xread instead of read
Randall S. Becker
1
-1
/
+1
2019-01-03
completion: fix typo in git-completion.bash
Chayoung You
1
-1
/
+1
2019-01-03
Merge branch 'sg/test-bash-version-fix'
Junio C Hamano
1
-2
/
+2
2019-01-03
test-lib: check Bash version for '-x' without using shell arrays
SZEDER Gábor
1
-2
/
+2
2019-01-03
completion: treat results of git ls-tree as file paths
Chayoung You
2
-24
/
+17
2019-01-03
zsh: complete unquoted paths with spaces correctly
Chayoung You
2
-4
/
+4
2019-01-03
Simplify handling of setup_git_directory_gently() failure cases.
Erin Dahlgren
1
-31
/
+43
2019-01-02
commit-graph: writing missing parents is a BUG
Derrick Stolee
1
-6
/
+11
2019-01-02
banned.h: mark strncat() as banned
Eric Wong
1
-0
/
+2
2018-12-28
doc/config: do a better job of introducing 'worktree.guessRemote'
Eric Sunshine
1
-2
/
+2
2018-12-28
t5570: drop racy test
Thomas Gummerer
1
-13
/
+0
2018-12-28
ref-filter: add docs for new options
Olga Telezhnaya
1
-1
/
+20
2018-12-28
ref-filter: add tests for deltabase
Olga Telezhnaya
1
-0
/
+3
2018-12-28
ref-filter: add deltabase option
Olga Telezhnaya
1
-1
/
+15
2018-12-28
ref-filter: add tests for objectsize:disk
Olga Telezhnaya
1
-0
/
+3
2018-12-28
ref-filter: add check for negative file size
Olga Telezhnaya
1
-0
/
+2
2018-12-28
ref-filter: add objectsize:disk option
Olga Telezhnaya
1
-7
/
+16
2018-12-26
stripspace: allow -s/-c outside git repository
Jonathan Nieder
2
-4
/
+11
2018-12-26
git-status.txt: render tables correctly under Asciidoctor
Martin Ågren
1
-77
/
+85
2018-12-26
Documentation: do not nest open blocks
Martin Ågren
2
-8
/
+0
2018-12-26
git-column.txt: fix section header
Martin Ågren
1
-1
/
+1
2018-12-26
git clone <url> C:\cygwin\home\USER\repo' is working (again)
Torsten Bögershausen
9
-72
/
+54
2018-12-26
log -G: ignore binary files
Thomas Braun
4
-1
/
+48
2018-12-26
cherry-pick: do not error on non-merge commits when '-m 1' is specified
Sergey Organov
1
-3
/
+7
2018-12-26
t3510: stop using '-m 1' to force failure mid-sequence of cherry-picks
Sergey Organov
1
-2
/
+6
2018-12-26
submodule deinit: unset core.worktree
Stefan Beller
3
-1
/
+8
2018-12-26
submodule--helper: fix BUG message in ensure_core_worktree
Stefan Beller
1
-1
/
+1
2018-12-26
submodule: unset core.worktree if no working tree is present
Stefan Beller
3
-1
/
+18
2018-12-26
submodule update: add regression test with old style setups
Stefan Beller
1
-1
/
+6
2018-12-15
Sync with Git 2.20.1
Junio C Hamano
13
-7
/
+51
2018-12-15
Prepare for 2.21 cycle to start soonish
Junio C Hamano
3
-2
/
+24
2018-12-15
Git 2.20.1
Junio C Hamano
3
-2
/
+22
2018-12-15
Merge branch 'jc/run-command-report-exec-failure-fix' into maint
Junio C Hamano
2
-3
/
+8
2018-12-15
Merge branch 'js/help-commands-verbose-by-default-fix' into maint
Junio C Hamano
2
-2
/
+10
2018-12-15
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
5
-1
/
+10
2018-12-15
Merge branch 'js/t9902-send-email-completion-fix' into maint
Junio C Hamano
1
-1
/
+1
2018-12-15
Merge branch 'js/mailinfo-format-flowed-fix' into maint
Junio C Hamano
1
-0
/
+1
2018-12-15
Merge branch 'ds/hash-independent-tests-fix' into maint
Junio C Hamano
1
-0
/
+1
2018-12-14
.gitattributes: ensure t/oid-info/* has eol=lf
Derrick Stolee
1
-0
/
+1
2018-12-14
t9902: 'send-email' test case requires PERL
Johannes Schindelin
1
-1
/
+1
2018-12-14
submodule update: run at most one fetch job unless otherwise set
Junio C Hamano
2
-1
/
+3
2018-12-13
t4256: mark support files as LF-only
Johannes Schindelin
1
-0
/
+1
2018-12-12
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
5
-1
/
+10
2018-12-12
help -a: handle aliases with long names gracefully
Johannes Schindelin
1
-1
/
+9
[prev]
[next]