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
2013-08-06
line-range: reject -L line numbers less than 1
Eric Sunshine
1
-9
/
+9
2013-08-06
t8001/t8002: blame: add tests of -L line numbers less than 1
Eric Sunshine
1
-0
/
+12
2013-08-06
line-range: teach -L^:RE to search from start of file
Eric Sunshine
2
-0
/
+18
2013-08-06
line-range: teach -L:RE to search from end of previous -L range
Eric Sunshine
2
-1
/
+16
2013-08-06
line-range: teach -L^/RE/ to search from start of file
Eric Sunshine
1
-0
/
+21
2013-08-06
blame: teach -L/RE/ to search from end of previous -L range
Eric Sunshine
1
-0
/
+20
2013-08-06
t8001/t8002: blame: add tests of multiple -L options
Eric Sunshine
1
-0
/
+32
2013-08-06
rm: delete .gitmodules entry of submodules removed from the work tree
Jens Lehmann
3
-19
/
+99
2013-08-06
mv: update the path entry in .gitmodules for moved submodules
Jens Lehmann
1
-0
/
+75
2013-08-06
t0070: test that git_mkstemps correctly checks return value of open()
Dale R. Worley
1
-0
/
+4
2013-08-05
config: "git config --get-urlmatch" parses section.<url>.key
Junio C Hamano
1
-0
/
+25
2013-08-05
config: parse http.<url>.<variable> using urlmatch
Kyle J. McKay
14
-0
/
+198
2013-08-05
blame: reject empty ranges -L,+0 and -L,-0
Eric Sunshine
1
-2
/
+2
2013-08-05
t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0
Eric Sunshine
1
-0
/
+8
2013-08-05
blame: reject empty ranges -LX,+0 and -LX,-0
Eric Sunshine
1
-2
/
+2
2013-08-05
t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0
Eric Sunshine
1
-0
/
+8
2013-08-05
log: fix -L bounds checking bug
Eric Sunshine
1
-1
/
+1
2013-08-05
t4211: retire soon-to-be unimplementable tests
Eric Sunshine
1
-13
/
+0
2013-08-05
t4211: log: demonstrate -L bounds checking bug
Eric Sunshine
1
-0
/
+30
2013-08-05
blame: fix -L bounds checking bug
Eric Sunshine
1
-4
/
+4
2013-08-05
t8001/t8002: blame: add empty file & partial-line tests
Eric Sunshine
1
-0
/
+72
2013-08-05
t8001/t8002: blame: demonstrate -L bounds checking bug
Eric Sunshine
1
-0
/
+22
2013-08-05
t8001/t8002: blame: decompose overly-large test
Eric Sunshine
1
-7
/
+25
2013-08-05
t5551: Remove header from curl cookie file
Brian Gernhardt
1
-4
/
+2
2013-08-05
Merge branch 'es/blame-L-breakage'
Junio C Hamano
1
-2
/
+2
2013-08-05
t8001, t8002: fix "blame -L :literal" test on NetBSD
René Scharfe
1
-2
/
+2
2013-08-05
Merge branch 'dn/test-reject-utf-16'
Junio C Hamano
2
-2
/
+2
2013-08-05
t3900: test rejecting log message with NULs correctly
Junio C Hamano
1
-2
/
+2
2013-08-05
Add missing test file for UTF-16.
Brian M. Carlson
1
-0
/
+0
2013-08-05
cat-file: only split on whitespace when %(rest) is used
Jeff King
1
-0
/
+15
2013-08-05
log: use true parents for diff when walking reflogs
Thomas Rast
1
-0
/
+22
2013-08-02
push: teach --force-with-lease to smart-http transport
Junio C Hamano
2
-2
/
+3
2013-08-02
Merge branch 'jk/cat-file-batch-optim'
Junio C Hamano
1
-7
/
+0
2013-08-02
Revert "cat-file: split --batch input lines on whitespace"
Junio C Hamano
1
-7
/
+0
2013-08-01
Merge branch 'ob/typofixes'
Junio C Hamano
6
-6
/
+6
2013-08-01
Merge branch 'lf/echo-n-is-not-portable'
Junio C Hamano
1
-2
/
+2
2013-08-01
Merge branch 'jx/clean-interactive'
Junio C Hamano
1
-2
/
+38
2013-08-01
t5540/5541: smart-http does not support "--force-with-lease"
Junio C Hamano
1
-0
/
+16
2013-08-01
log: use true parents for diff even when rewriting
Thomas Rast
1
-0
/
+6
2013-07-30
mv: move submodules using a gitfile
Jens Lehmann
1
-0
/
+19
2013-07-30
mv: move submodules together with their work trees
Jens Lehmann
1
-0
/
+34
2013-07-30
http: add http.savecookies option to write out HTTP cookies
Dave Borowitz
2
-0
/
+26
2013-07-29
many small typofixes
Ondřej Bílka
6
-6
/
+6
2013-07-29
Avoid using `echo -n` anywhere
Lukas Fleischer
1
-2
/
+2
2013-07-24
Merge branch 'ml/avoid-using-grep-on-crlf-files'
Junio C Hamano
3
-2
/
+4
2013-07-24
Merge branch 'tr/line-log'
Junio C Hamano
1
-0
/
+13
2013-07-24
git-clean: implement partial matching for selection
Jiang Xin
1
-2
/
+38
2013-07-24
t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...
Junio C Hamano
1
-1
/
+0
2013-07-23
line-log: fix "log -LN" crash when N is last line of file
Eric Sunshine
1
-1
/
+1
2013-07-23
range-set: satisfy non-empty ranges invariant
Eric Sunshine
1
-1
/
+2
[prev]
[next]