summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano2013-09-121-0/+11
|\
| * transport-helper: add no-private-update capabilityMatthieu Moy2013-09-031-0/+11
* | Merge branch 'jc/commit-is-spelled-with-two-ems'Junio C Hamano2013-09-124-10/+10
|\ \
| * | typofix: cherry is spelled with two arsjc/commit-is-spelled-with-two-emsJunio C Hamano2013-09-052-2/+2
| * | typofix: commit is spelled with two emsJunio C Hamano2013-09-042-8/+8
* | | Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-122-4/+11
|\ \ \
| * | | git-config: always treat --int as 64-bit internallyJeff King2013-09-091-0/+7
| * | | config: make numeric parsing errors more clearJeff King2013-09-092-4/+4
| |/ /
* | | Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-111-8/+19
|\ \ \
| * | | dir.c::test_one_path(): work around directory_exists_in_index_icase() breakagejc/ls-files-killed-optimEric Sunshine2013-08-231-6/+9
| * | | t3010: update to demonstrate "ls-files -k" optimization pitfallsJunio C Hamano2013-08-151-3/+9
* | | | Merge branch 'es/rebase-i-no-abbrev'Junio C Hamano2013-09-111-2/+87
|\ \ \ \
| * | | | rebase -i: fix short SHA-1 collisiones/rebase-i-no-abbrevJunio C Hamano2013-08-251-1/+1
| * | | | t3404: rebase -i: demonstrate short SHA-1 collisionEric Sunshine2013-08-251-0/+24
| * | | | t3404: make tests more self-containedEric Sunshine2013-08-251-2/+63
| | |_|/ | |/| |
* | | | Merge branch 'rt/rebase-p-no-merge-summary'Junio C Hamano2013-09-111-0/+23
|\ \ \ \
| * | | | rebase --preserve-merges: ignore "merge.log" configrt/rebase-p-no-merge-summaryRalf Thielow2013-08-211-0/+23
| | |_|/ | |/| |
* | | | Merge branch 'sh/pull-rebase-preserve'Junio C Hamano2013-09-111-0/+89
|\ \ \ \
| * | | | pull: allow pull to preserve merges when rebasingsh/pull-rebase-preserveStephen Haberman2013-09-041-0/+89
| | |/ / | |/| |
* | | | Merge branch 'nd/push-no-thin'Junio C Hamano2013-09-111-0/+17
|\ \ \ \
| * | | | push: respect --no-thinnd/push-no-thinNguyễn Thái Ngọc Duy2013-08-131-0/+17
| |/ / /
* | | | Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano2013-09-091-1/+15
|\ \ \ \
| * | | | mailmap: handle mailmap blobs without trailing newlinesjk/mailmap-incomplete-lineJeff King2013-08-281-1/+15
* | | | | 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
|\ \ \ \ \ \ \ \