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
2019-01-29
tests: avoid calling Perl just to determine file sizes
Johannes Schindelin
5
-4
/
+16
2019-01-29
tests: optionally write results as JUnit-style .xml
Johannes Schindelin
5
-0
/
+174
2019-01-28
test-date: add a subcommand to measure times in shell scripts
Johannes Schindelin
1
-0
/
+12
2019-01-18
Merge branch 'ot/ref-filter-object-info'
Junio C Hamano
1
-0
/
+6
2019-01-18
Merge branch 'sg/stress-test'
Junio C Hamano
9
-133
/
+308
2019-01-18
Merge branch 'tg/t5570-drop-racy-test'
Junio C Hamano
2
-24
/
+3
2019-01-18
Merge branch 'so/cherry-pick-always-allow-m1'
Junio C Hamano
3
-11
/
+15
2019-01-18
Merge branch 'nd/worktree-remove-with-uninitialized-submodules'
Junio C Hamano
1
-0
/
+37
2019-01-18
Merge branch 'sg/test-bash-version-fix'
Junio C Hamano
1
-2
/
+2
2019-01-18
Merge branch 'cy/zsh-completion-SP-in-path'
Junio C Hamano
1
-5
/
+5
2019-01-18
Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'
Junio C Hamano
3
-3
/
+14
2019-01-18
Merge branch 'jn/stripspace-wo-repository'
Junio C Hamano
1
-3
/
+9
2019-01-18
Merge branch 'sb/submodule-fetchjobs-default-to-one'
Junio C Hamano
1
-0
/
+2
2019-01-18
Merge branch 'nd/style-opening-brace'
Junio C Hamano
1
-1
/
+2
2019-01-14
Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'
Junio C Hamano
1
-1
/
+1
2019-01-14
Merge branch 'tb/log-G-binary'
Junio C Hamano
1
-0
/
+35
2019-01-14
Merge branch 'sb/diff-color-moved-config-option-fixup'
Junio C Hamano
1
-0
/
+18
2019-01-14
Merge branch 'hn/highlight-sideband-keywords'
Junio C Hamano
1
-0
/
+2
2019-01-14
Merge branch 'cb/test-lint-cp-a'
Junio C Hamano
1
-0
/
+1
2019-01-14
Merge branch 'cb/t5004-empty-tar-archive-fix'
Junio C Hamano
1
-9
/
+8
2019-01-14
Merge branch 'hb/t0061-dot-in-path-fix'
Junio C Hamano
1
-1
/
+9
2019-01-14
Merge branch 'nd/checkout-noisy'
Junio C Hamano
1
-2
/
+2
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
1
-1
/
+57
2019-01-14
Merge branch 'md/list-lazy-objects-fix'
Junio C Hamano
1
-2
/
+14
2019-01-07
worktree: allow to (re)move worktrees with uninitialized submodules
Nguyễn Thái Ngọc Duy
1
-0
/
+37
2019-01-07
test-lib: add the '--stress' option to run a test repeatedly under load
SZEDER Gábor
3
-5
/
+130
2019-01-07
test-lib-functions: introduce the 'test_set_port' helper function
SZEDER Gábor
7
-13
/
+41
2019-01-07
test-lib: set $TRASH_DIRECTORY earlier
SZEDER Gábor
1
-6
/
+6
2019-01-07
test-lib: consolidate naming of test-results paths
SZEDER Gábor
1
-11
/
+11
2019-01-07
test-lib: parse command line options earlier
SZEDER Gábor
1
-109
/
+124
2019-01-07
test-lib: parse options in a for loop to keep $@ intact
SZEDER Gábor
1
-36
/
+42
2019-01-07
test-lib: extract Bash version check for '-x' tracing
SZEDER Gábor
1
-18
/
+19
2019-01-07
t3506: validate '-m 1 -ff' is now accepted for non-merge commits
Sergey Organov
1
-3
/
+3
2019-01-07
t3502: validate '-m 1' argument is now accepted for non-merge commits
Sergey Organov
1
-6
/
+6
2019-01-07
Revert "t/lib-git-daemon: record daemon log"
Thomas Gummerer
1
-11
/
+3
2019-01-04
Merge branch 'sd/stash-wo-user-name'
Junio C Hamano
1
-0
/
+28
2019-01-04
Merge branch 'sg/clone-initial-fetch-configuration'
Junio C Hamano
1
-0
/
+47
2019-01-04
Merge branch 'nd/checkout-dwim-fix'
Junio C Hamano
2
-1
/
+33
2019-01-04
Merge branch 'ab/push-dwim-dst'
Junio C Hamano
1
-0
/
+55
2019-01-04
Merge branch 'en/fast-export-import'
Junio C Hamano
1
-3
/
+77
2019-01-04
Merge branch 'en/merge-path-collision'
Junio C Hamano
3
-78
/
+829
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
8
-44
/
+44
2019-01-03
test-lib: translate SIGTERM and SIGHUP to an exit
SZEDER Gábor
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
1
-5
/
+5
2018-12-28
t5570: drop racy test
Thomas Gummerer
1
-13
/
+0
2018-12-28
ref-filter: add tests for deltabase
Olga Telezhnaya
1
-0
/
+3
2018-12-28
ref-filter: add tests for objectsize:disk
Olga Telezhnaya
1
-0
/
+3
2018-12-26
stripspace: allow -s/-c outside git repository
Jonathan Nieder
1
-3
/
+9
[next]