summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2013-08-06line-range: reject -L line numbers less than 1Libravatar Eric Sunshine1-9/+9
2013-08-06t8001/t8002: blame: add tests of -L line numbers less than 1Libravatar Eric Sunshine1-0/+12
2013-08-06line-range: teach -L^:RE to search from start of fileLibravatar Eric Sunshine2-0/+18
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeLibravatar Eric Sunshine2-1/+16
2013-08-06line-range: teach -L^/RE/ to search from start of fileLibravatar Eric Sunshine1-0/+21
2013-08-06blame: teach -L/RE/ to search from end of previous -L rangeLibravatar Eric Sunshine1-0/+20
2013-08-06t8001/t8002: blame: add tests of multiple -L optionsLibravatar Eric Sunshine1-0/+32
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann3-19/+99
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann1-0/+75
2013-08-06t0070: test that git_mkstemps correctly checks return value of open()Libravatar Dale R. Worley1-0/+4
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyLibravatar Junio C Hamano1-0/+25
2013-08-05config: parse http.<url>.<variable> using urlmatchLibravatar Kyle J. McKay14-0/+198
2013-08-05blame: reject empty ranges -L,+0 and -L,-0Libravatar Eric Sunshine1-2/+2
2013-08-05t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0Libravatar Eric Sunshine1-0/+8
2013-08-05blame: reject empty ranges -LX,+0 and -LX,-0Libravatar Eric Sunshine1-2/+2
2013-08-05t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0Libravatar Eric Sunshine1-0/+8
2013-08-05log: fix -L bounds checking bugLibravatar Eric Sunshine1-1/+1
2013-08-05t4211: retire soon-to-be unimplementable testsLibravatar Eric Sunshine1-13/+0
2013-08-05t4211: log: demonstrate -L bounds checking bugLibravatar Eric Sunshine1-0/+30
2013-08-05blame: fix -L bounds checking bugLibravatar Eric Sunshine1-4/+4
2013-08-05t8001/t8002: blame: add empty file & partial-line testsLibravatar Eric Sunshine1-0/+72
2013-08-05t8001/t8002: blame: demonstrate -L bounds checking bugLibravatar Eric Sunshine1-0/+22
2013-08-05t8001/t8002: blame: decompose overly-large testLibravatar Eric Sunshine1-7/+25
2013-08-05t5551: Remove header from curl cookie fileLibravatar Brian Gernhardt1-4/+2
2013-08-05Merge branch 'es/blame-L-breakage'Libravatar Junio C Hamano1-2/+2
2013-08-05t8001, t8002: fix "blame -L :literal" test on NetBSDLibravatar René Scharfe1-2/+2
2013-08-05Merge branch 'dn/test-reject-utf-16'Libravatar Junio C Hamano2-2/+2
2013-08-05t3900: test rejecting log message with NULs correctlyLibravatar Junio C Hamano1-2/+2
2013-08-05Add missing test file for UTF-16.Libravatar Brian M. Carlson1-0/+0
2013-08-05cat-file: only split on whitespace when %(rest) is usedLibravatar Jeff King1-0/+15
2013-08-05log: use true parents for diff when walking reflogsLibravatar Thomas Rast1-0/+22
2013-08-02push: teach --force-with-lease to smart-http transportLibravatar Junio C Hamano2-2/+3
2013-08-02Merge branch 'jk/cat-file-batch-optim'Libravatar Junio C Hamano1-7/+0
2013-08-02Revert "cat-file: split --batch input lines on whitespace"Libravatar Junio C Hamano1-7/+0
2013-08-01Merge branch 'ob/typofixes'Libravatar Junio C Hamano6-6/+6
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Libravatar Junio C Hamano1-2/+2
2013-08-01Merge branch 'jx/clean-interactive'Libravatar Junio C Hamano1-2/+38
2013-08-01t5540/5541: smart-http does not support "--force-with-lease"Libravatar Junio C Hamano1-0/+16
2013-08-01log: use true parents for diff even when rewritingLibravatar Thomas Rast1-0/+6
2013-07-30mv: move submodules using a gitfileLibravatar Jens Lehmann1-0/+19
2013-07-30mv: move submodules together with their work treesLibravatar Jens Lehmann1-0/+34
2013-07-30http: add http.savecookies option to write out HTTP cookiesLibravatar Dave Borowitz2-0/+26
2013-07-29many small typofixesLibravatar Ondřej Bílka6-6/+6
2013-07-29Avoid using `echo -n` anywhereLibravatar Lukas Fleischer1-2/+2
2013-07-24Merge branch 'ml/avoid-using-grep-on-crlf-files'Libravatar Junio C Hamano3-2/+4
2013-07-24Merge branch 'tr/line-log'Libravatar Junio C Hamano1-0/+13
2013-07-24git-clean: implement partial matching for selectionLibravatar Jiang Xin1-2/+38
2013-07-24t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...Libravatar Junio C Hamano1-1/+0
2013-07-23line-log: fix "log -LN" crash when N is last line of fileLibravatar Eric Sunshine1-1/+1
2013-07-23range-set: satisfy non-empty ranges invariantLibravatar Eric Sunshine1-1/+2