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-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-18
mingw: special-case arguments to `sh`
Johannes Schindelin
2
-1
/
+11
2019-01-18
mingw (t5580): document bug when cloning from backslashed UNC paths
Johannes Schindelin
1
-0
/
+5
2019-01-18
ls-refs: filter refs using namespace-stripped name
Jonathan Tan
1
-0
/
+21
2019-01-18
abspath_part_inside_repo: respect core.ignoreCase
Johannes Schindelin
1
-0
/
+7
2019-01-18
git-p4: handle update of moved/copied files when updating a shelve
Luke Diamand
1
-1
/
+1
2019-01-18
git-p4: add failing test for shelved CL update involving move/copy
Luke Diamand
1
-3
/
+54
2019-01-17
add: use separate ADD_CACHE_RENORMALIZE flag
Jeff King
1
-0
/
+9
2019-01-17
t6042: work around speed optimization on Windows
Johannes Schindelin
1
-2
/
+2
2019-01-17
tests: define GIT_TEST_SIDEBAND_ALL
Jonathan Tan
5
-4
/
+11
2019-01-17
helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo
Christian Couder
1
-1
/
+1
2019-01-15
commit-graph: fix buffer read-overflow
Josh Steadmon
1
-3
/
+13
2019-01-15
filter-options: expand scaled numbers
Josh Steadmon
1
-0
/
+17
2019-01-15
tree:<depth>: skip some trees even when collecting omits
Matthew DeVore
1
-1
/
+10
2019-01-15
list-objects-filter: teach tree:# how to handle >0
Matthew DeVore
1
-0
/
+111
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-14
Merge branch 'ms/packet-err-check' into jt/fetch-v2-sideband
Junio C Hamano
1
-2
/
+2
2019-01-11
log: add %S option (like --source) to log --format
Issac Trotts
2
-0
/
+54
2019-01-10
test: test GIT_CURL_VERBOSE=1 shows an error
Masaya Suzuki
2
-0
/
+29
2019-01-10
upload-pack: teach deepen-relative in protocol v2
Jonathan Tan
1
-0
/
+29
2019-01-10
fetch-pack: do not take shallow lock unnecessarily
Jonathan Tan
1
-0
/
+18
2019-01-10
fetch-pack: support protocol version 2
Jonathan Tan
1
-7
/
+15
2019-01-10
upload-pack: support hidden refs with protocol v2
Jeff King
1
-0
/
+6
2019-01-10
diff --color-moved-ws: handle blank lines
Phillip Wood
1
-4
/
+37
2019-01-10
diff --color-moved-ws: modify allow-indentation-change
Phillip Wood
1
-0
/
+56
2019-01-10
diff --color-moved=zebra: be stricter with color alternation
Phillip Wood
1
-3
/
+3
2019-01-10
diff --color-moved-ws: demonstrate false positives
Phillip Wood
1
-2
/
+6
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
[prev]
[next]