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
2016-02-25
t: add tests for diff.renames (true/false/unset)
Matthieu Moy
1
-1
/
+60
2016-02-25
t4001-diff-rename: wrap file creations in a test
Matthieu Moy
1
-31
/
+35
2016-02-23
tests: remove no-op full-svn-test target
Eric Wong
1
-6
/
+0
2016-02-22
Merge branch 'js/git-remote-add-url-insteadof-test'
Junio C Hamano
1
-0
/
+5
2016-02-22
Merge branch 'ew/connect-verbose'
Junio C Hamano
1
-2
/
+20
2016-02-22
git-svn: apply "svn.pathnameencoding" before URL encoding
Kazutoshi Satoda
1
-0
/
+15
2016-02-22
git-svn: enable "svn.pathnameencoding" on dcommit
Kazutoshi Satoda
1
-2
/
+23
2016-02-22
git-svn: hoist out utf8 prep from t9129 to lib-git-svn
Eric Wong
2
-11
/
+13
2016-02-17
Merge branch 'da/user-useconfigonly'
Junio C Hamano
1
-0
/
+39
2016-02-17
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
Junio C Hamano
1
-0
/
+52
2016-02-17
Merge branch 'mg/mingw-test-fix'
Junio C Hamano
1
-1
/
+2
2016-02-17
Merge branch 'js/mingw-tests'
Junio C Hamano
23
-54
/
+84
2016-02-17
Merge branch 'jk/drop-rsync-transport'
Junio C Hamano
1
-36
/
+0
2016-02-17
t5505: 'remote add x y' should work when url.y.insteadOf = x
Johannes Schindelin
1
-0
/
+5
2016-02-15
t5570: add tests for "git {clone,fetch,pull} -v"
Eric Wong
1
-2
/
+20
2016-02-10
Merge branch 'js/test-lib-windows-emulated-yes'
Junio C Hamano
1
-2
/
+4
2016-02-10
Merge branch 'wp/sha1-name-negative-match'
Junio C Hamano
1
-1
/
+52
2016-02-10
Merge branch 'aw/push-force-with-lease-reporting'
Junio C Hamano
1
-5
/
+10
2016-02-10
Merge branch 'ls/clean-smudge-override-in-config'
Junio C Hamano
1
-0
/
+16
2016-02-10
Merge branch 'cc/untracked'
Junio C Hamano
1
-7
/
+82
2016-02-10
Merge branch 'js/xmerge-marker-eol'
Junio C Hamano
1
-0
/
+13
2016-02-08
t9100: fix breakage when SHELL_PATH is not /bin/sh
Michael J Gruber
1
-1
/
+2
2016-02-08
ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
Dan Aloni
1
-0
/
+39
2016-02-03
Merge branch 'jk/ref-cache-non-repository-optim'
Junio C Hamano
2
-0
/
+11
2016-02-03
Merge branch 'js/dirname-basename'
Junio C Hamano
1
-0
/
+3
2016-02-03
Merge branch 'nd/diff-with-path-params'
Junio C Hamano
1
-0
/
+6
2016-02-03
Merge branch 'tg/ls-remote-symref'
Junio C Hamano
1
-0
/
+45
2016-02-03
Merge branch 'tb/ls-files-eol'
Junio C Hamano
1
-21
/
+100
2016-02-03
Merge branch 'jk/notes-merge-from-anywhere'
Junio C Hamano
1
-11
/
+11
2016-02-02
test-lib: limit the output of the yes utility
Johannes Schindelin
1
-2
/
+4
2016-02-01
Merge branch 'jk/list-tag-2.7-regression'
Junio C Hamano
3
-52
/
+38
2016-02-01
push: fix ref status reporting for --force-with-lease
Andrew Wheeler
1
-5
/
+10
2016-02-01
object name: introduce '^{/!-<negative pattern>}' notation
Will Palmer
1
-1
/
+30
2016-02-01
transport: drop support for git-over-rsync
Jeff King
1
-36
/
+0
2016-01-29
convert: treat an empty string for clean/smudge filters as "cat"
Lars Schneider
1
-0
/
+16
2016-01-28
Merge branch 'jk/shortlog'
Junio C Hamano
1
-16
/
+6
2016-01-28
Merge branch 'tk/interpret-trailers-in-place'
Junio C Hamano
1
-0
/
+40
2016-01-28
Merge branch 'jk/sanity'
Junio C Hamano
1
-5
/
+13
2016-01-28
Merge branch 'jk/filter-branch-no-index'
Junio C Hamano
1
-0
/
+8
2016-01-28
mingw: do not bother to test funny file names
Johannes Schindelin
8
-5
/
+9
2016-01-28
mingw: skip a test in t9130 that cannot pass on Windows
Johannes Schindelin
1
-1
/
+1
2016-01-28
mingw: handle the missing POSIXPERM prereq in t9124
Johannes Schindelin
1
-6
/
+10
2016-01-28
mingw: avoid illegal filename in t9118
Johannes Schindelin
1
-3
/
+9
2016-01-28
mingw: mark t9100's test cases with appropriate prereqs
Johannes Schindelin
1
-9
/
+9
2016-01-28
t0008: avoid absolute path
Pat Thoyts
1
-1
/
+1
2016-01-28
mingw: work around pwd issues in the tests
Johannes Schindelin
4
-16
/
+16
2016-01-28
mingw: fix t9700's assumption about directory separators
Johannes Schindelin
1
-1
/
+1
2016-01-28
mingw: skip test in t1508 that fails due to path conversion
Johannes Schindelin
1
-1
/
+5
2016-01-28
tests: turn off git-daemon tests if FIFOs are not available
Johannes Schindelin
1
-0
/
+5
2016-01-27
git: remove an early return from save_env_before_alias()
Junio C Hamano
1
-0
/
+52
[next]