summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-091-0/+14
|\
| * xread, xwrite: limit size of IO to 8MBSteffen Prohaska2013-08-201-0/+14
* | Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano2013-09-091-0/+72
|\ \
| * | t5802: add test for connect helperJunio C Hamano2013-08-071-0/+72
* | | Merge branch 'jc/url-match'Junio C Hamano2013-09-0915-0/+223
|\ \ \
| * | | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-051-0/+25
| * | | config: parse http.<url>.<variable> using urlmatchKyle J. McKay2013-08-0514-0/+198
* | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-097-23/+421
|\ \ \ \
| * | | | rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-063-19/+99
| * | | | mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-061-0/+75
| * | | | mv: move submodules using a gitfileJens Lehmann2013-07-301-0/+19
| * | | | mv: move submodules together with their work treesJens Lehmann2013-07-301-0/+34
| * | | | t6131 - skip tests if on case-insensitive file systemMark Levedahl2013-07-171-0/+6
| * | | | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-0/+97
| * | | | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-0/+63
| * | | | pathspec: make --literal-pathspecs disable pathspec magicNguyễn Thái Ngọc Duy2013-07-151-0/+6
| * | | | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-0/+18
| * | | | check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-4/+4
* | | | | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-092-7/+125
|\ \ \ \ \
| * | | | | line-range: reject -L line numbers less than 1es/blame-L-twiceEric Sunshine2013-08-061-9/+9
| * | | | | t8001/t8002: blame: add tests of -L line numbers less than 1Eric Sunshine2013-08-061-0/+12
| * | | | | line-range: teach -L^:RE to search from start of fileEric Sunshine2013-08-062-0/+18
| * | | | | line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine2013-08-062-1/+16
| * | | | | line-range: teach -L^/RE/ to search from start of fileEric Sunshine2013-08-061-0/+21
| * | | | | blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-061-0/+20
| * | | | | t8001/t8002: blame: add tests of multiple -L optionsEric Sunshine2013-08-061-0/+32
* | | | | | Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano2013-09-092-0/+28
|\ \ \ \ \ \
| * | | | | | log: use true parents for diff when walking reflogstr/log-full-diff-keep-true-parentsThomas Rast2013-08-051-0/+22
| * | | | | | log: use true parents for diff even when rewritingThomas Rast2013-08-011-0/+6
* | | | | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-09-091-0/+15
|\ \ \ \ \ \ \
| * | | | | | | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optimJeff King2013-08-051-0/+15
* | | | | | | | Merge branch 'es/blame-L-more'Junio C Hamano2013-09-092-14/+159
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | blame: reject empty ranges -L,+0 and -L,-0es/blame-L-moreEric Sunshine2013-08-051-2/+2
| * | | | | | | t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0Eric Sunshine2013-08-051-0/+8
| * | | | | | | blame: reject empty ranges -LX,+0 and -LX,-0Eric Sunshine2013-08-051-2/+2
| * | | | | | | t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0Eric Sunshine2013-08-051-0/+8
| * | | | | | | log: fix -L bounds checking bugEric Sunshine2013-08-051-1/+1
| * | | | | | | t4211: retire soon-to-be unimplementable testsEric Sunshine2013-08-051-13/+0
| * | | | | | | t4211: log: demonstrate -L bounds checking bugEric Sunshine2013-08-051-0/+30
| * | | | | | | blame: fix -L bounds checking bugEric Sunshine2013-08-051-4/+4
| * | | | | | | t8001/t8002: blame: add empty file & partial-line testsEric Sunshine2013-08-051-0/+72
| * | | | | | | t8001/t8002: blame: demonstrate -L bounds checking bugEric Sunshine2013-08-051-0/+22
| * | | | | | | t8001/t8002: blame: decompose overly-large testEric Sunshine2013-08-051-7/+25
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'db/http-savecookies'Junio C Hamano2013-09-092-0/+24
|\ \ \ \ \ \ \
| * | | | | | | t5551: Remove header from curl cookie filedb/http-savecookiesBrian Gernhardt2013-08-051-4/+2
| * | | | | | | http: add http.savecookies option to write out HTTP cookiesDave Borowitz2013-07-302-0/+26
* | | | | | | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-093-2/+208
|\ \ \ \ \ \ \ \
| * | | | | | | | push: teach --force-with-lease to smart-http transportJunio C Hamano2013-08-022-2/+3
| * | | | | | | | t5540/5541: smart-http does not support "--force-with-lease"Junio C Hamano2013-08-011-0/+16
| * | | | | | | | t5533: test "push --force-with-lease"Junio C Hamano2013-07-221-0/+189