index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-01
t3701: don't hard code sha1 hash values
Phillip Wood
1
-10
/
+23
2018-02-28
Merge branch 'jk/push-options-via-transport-fix'
Junio C Hamano
1
-11
/
+29
2018-02-28
Merge branch 'gs/test-unset-xdg-cache-home'
Junio C Hamano
1
-0
/
+1
2018-02-28
Merge branch 'tk/apply-dev-null-verify-name-fix'
Junio C Hamano
1
-0
/
+17
2018-02-28
Merge branch 'es/worktree-add-post-checkout-hook'
Junio C Hamano
1
-9
/
+45
2018-02-28
Merge branch 'nd/am-quit'
Junio C Hamano
1
-0
/
+12
2018-02-28
untracked cache: use git_env_bool() not getenv() for customization
Junio C Hamano
1
-2
/
+2
2018-02-28
t/README: add a note about don't saving stderr of compound commands
SZEDER Gábor
1
-3
/
+17
2018-02-28
t1510-repo-setup: mark as untraceable with '-x'
SZEDER Gábor
1
-0
/
+4
2018-02-28
t9903-bash-prompt: don't check the stderr of __git_ps1()
SZEDER Gábor
1
-12
/
+2
2018-02-28
t5570-git-daemon: don't check the stderr of a subshell
SZEDER Gábor
1
-1
/
+1
2018-02-28
t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log file
SZEDER Gábor
1
-1
/
+1
2018-02-28
t5500-fetch-pack: don't check the stderr of a subshell
SZEDER Gábor
1
-6
/
+6
2018-02-28
t3030-merge-recursive: don't check the stderr of a subshell
SZEDER Gábor
1
-16
/
+20
2018-02-28
t5536: simplify checking of messages output to stderr
SZEDER Gábor
1
-18
/
+4
2018-02-27
diff: add --compact-summary
Nguyễn Thái Ngọc Duy
5
-0
/
+37
2018-02-27
perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config file
René Scharfe
1
-5
/
+3
2018-02-27
test_must_be_empty: make sure the file exists, not just empty
Junio C Hamano
1
-1
/
+5
2018-02-27
t1507-rev-parse-upstream: don't check the stderr of a shell function
SZEDER Gábor
1
-7
/
+7
2018-02-27
t: add means to disable '-x' tracing for individual test scripts
SZEDER Gábor
2
-1
/
+21
2018-02-27
t: prevent '-x' tracing from interfering with test helpers' stderr
SZEDER Gábor
2
-14
/
+14
2018-02-27
Merge branch 'sb/submodule-update-reset-fix' into maint
Junio C Hamano
1
-2
/
+17
2018-02-27
Merge branch 'ab/commit-m-with-fixup' into maint
Junio C Hamano
1
-1
/
+8
2018-02-27
Merge branch 'nd/ita-wt-renames-in-status' into maint
Junio C Hamano
1
-0
/
+72
2018-02-27
Merge branch 'rd/typofix'
Junio C Hamano
2
-2
/
+2
2018-02-27
Merge branch 'jk/test-hashmap-updates'
Junio C Hamano
1
-26
/
+27
2018-02-27
Merge branch 'jk/sq-dequote-on-bogus-input'
Junio C Hamano
1
-0
/
+23
2018-02-27
Merge branch 'as/ll-i18n'
Junio C Hamano
3
-4
/
+4
2018-02-27
Merge branch 'sg/doc-test-must-fail-args'
Junio C Hamano
2
-2
/
+22
2018-02-27
Merge branch 'sb/describe-blob'
Junio C Hamano
1
-0
/
+8
2018-02-27
Merge branch 'rs/check-ignore-multi'
Junio C Hamano
1
-0
/
+20
2018-02-27
Merge branch 'jk/t0002-simplify'
Junio C Hamano
1
-43
/
+10
2018-02-27
Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'
Junio C Hamano
1
-1
/
+25
2018-02-27
Merge branch 'jk/gettext-poison'
Junio C Hamano
1
-4
/
+0
2018-02-27
Merge branch 'bp/name-hash-dirname-fix'
Junio C Hamano
1
-1
/
+15
2018-02-27
Merge branch 'nd/fix-untracked-cache-invalidation'
Junio C Hamano
2
-0
/
+126
2018-02-22
t: send verbose test-helper output to fd 4
Jeff King
1
-10
/
+10
2018-02-22
revision: drop --show-all option
Jeff King
1
-31
/
+0
2018-02-21
config: change default of `pager.config` to "on"
Martin Ågren
1
-6
/
+6
2018-02-21
config: respect `pager.config` in list/get-mode only
Martin Ågren
1
-5
/
+5
2018-02-21
t7006: add tests for how git config paginates
Martin Ågren
1
-7
/
+42
2018-02-21
Merge branch 'sg/test-i18ngrep'
Junio C Hamano
8
-43
/
+72
2018-02-21
Merge branch 'gs/rebase-allow-empty-message'
Junio C Hamano
1
-0
/
+23
2018-02-21
Merge branch 'nd/format-patch-stat-width'
Junio C Hamano
1
-15
/
+31
2018-02-20
remote-curl: unquote incoming push-options
Jeff King
1
-0
/
+18
2018-02-20
t5545: factor out http repository setup
Jeff King
1
-11
/
+11
2018-02-20
t3701: use test_write_lines and write_script
Phillip Wood
1
-28
/
+5
2018-02-20
t3701: indent here documents
Phillip Wood
1
-87
/
+87
2018-02-16
test-lib.sh: unset XDG_CACHE_HOME
Genki Sky
1
-0
/
+1
2018-02-16
merge: allow fast-forward when merging a tracked tag
Junio C Hamano
2
-2
/
+38
[prev]
[next]