summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/remove-remote-helpers-in-python'Junio C Hamano2013-09-172-178/+0
|\
| * git_remote_helpers: remove little used Python libraryjk/remove-remote-helpers-in-pythonJohn Keeping2013-09-092-178/+0
* | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-171-3/+3
|\ \
| * | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-041-3/+3
* | | Merge branch 'jk/write-broken-index-with-nul-sha1'Junio C Hamano2013-09-171-0/+49
|\ \ \
| * | | write_index: optionally allow broken null sha1sjk/write-broken-index-with-nul-sha1Jeff King2013-08-281-0/+49
* | | | Merge branch 'tb/precompose-autodetect-fix'Junio C Hamano2013-09-173-2/+2
|\ \ \ \
| * | | | Set core.precomposeunicode to true on e.g. HFS+tb/precompose-autodetect-fixTorsten Bögershausen2013-08-273-2/+2
| | |/ / | |/| |
* | | | Merge branch 'kk/tests-with-no-perl'Junio C Hamano2013-09-173-44/+67
|\ \ \ \
| * | | | reset test: modernize stylekk/tests-with-no-perlJonathan Nieder2013-08-241-7/+24
| * | | | t/t7106-reset-unborn-branch.sh: Add PERL prerequisiteKacper Kornet2013-08-241-1/+1
| * | | | add -i test: use skip_all instead of repeated PERL prerequisiteJonathan Nieder2013-08-241-35/+41
| * | | | Make test "using invalid commit with -C" more strictKacper Kornet2013-08-241-1/+1
| |/ / /
* | | | Merge branch 'ap/commit-author-mailmap'Junio C Hamano2013-09-171-0/+11
|\ \ \ \
| * | | | commit: search author pattern against mailmapap/commit-author-mailmapAntoine Pelisse2013-08-241-0/+11
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2013-09-171-1/+1
|\ \ \ \
| * | | | t7406-submodule-update: add missing &&Tay Ray Chuan2013-09-171-1/+1
| * | | | Merge branch 'nd/fetch-pack-shallow-fix' into maintJunio C Hamano2013-09-051-0/+16
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | 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