summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4' into maintJunio C Hamano2011-08-161-0/+18
|\
| * git-submodule.sh: preserve stdin for the command spawned by foreachBrandon Casey2011-06-291-2/+2
| * t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinBrandon Casey2011-06-291-0/+18
* | Merge branch 'aw/rebase-i-p' into maintJunio C Hamano2011-08-163-3/+29
|\ \
| * | rebase -i -p: include non-first-parent commits in todo listAndrew Wong2011-06-193-3/+29
* | | Merge branch 'jk/combine-diff-binary-etc' into maintJunio C Hamano2011-08-161-0/+212
|\ \ \
| * | | combine-diff: respect textconv attributesJeff King2011-05-241-0/+99
| * | | combine-diff: handle binary files as binaryJeff King2011-05-231-0/+113
* | | | Merge branch 'jl/maint-fetch-recursive-fix' into maintJunio C Hamano2011-08-011-8/+8
|\ \ \ \
| * | | | fetch: Also fetch submodules in subdirectories in on-demand modeJens Lehmann2011-06-201-8/+8
* | | | | Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano2011-08-011-0/+11
|\ \ \ \ \
| * | | | | checkout -b <name>: correctly detect existing branchJunio C Hamano2011-06-051-0/+11
* | | | | | t7400: fix bogus test failure with symlinked trashJeff King2011-07-311-2/+4
* | | | | | tests: print failed test numbers at the end of the test runJens Lehmann2011-07-241-1/+13
* | | | | | Merge git://bogomips.org/git-svn into maintJunio C Hamano2011-06-291-0/+33
|\ \ \ \ \ \
| * | | | | | git-svn: Correctly handle root commits in mergeinfo rangesMichael Haggerty2011-06-281-1/+1
| * | | | | | git-svn: Demonstrate a bug with root commits in mergeinfo rangesMichael Haggerty2011-06-281-0/+33
* | | | | | | Merge branch 'maint-1.7.5' into maintJunio C Hamano2011-06-291-2/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | test: skip clean-up when running under --immediate modeJunio C Hamano2011-06-291-2/+10
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'jk/maint-config-alias-fix' into maintJunio C Hamano2011-06-011-0/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ml/test-readme' into maintJunio C Hamano2011-05-311-8/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ab/i18n-fixup' into maintJunio C Hamano2011-05-3136-363/+343
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/rename-degrade-cc-to-c' into maintJunio C Hamano2011-05-311-0/+25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jn/run-command-error-failure' into maintJunio C Hamano2011-05-291-0/+23
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'mk/grep-pcre'Junio C Hamano2011-06-201-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t7810: avoid unportable use of "echo"Junio C Hamano2011-06-201-3/+3
* | | | | | | | | | | | Merge branch 'di/no-no-existant'Junio C Hamano2011-06-196-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix typo: existant->existentDmitry Ivankov2011-06-166-13/+13
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | tests: link shell libraries into valgrind directoryJeff King2011-06-171-2/+7
* | | | | | | | | | | | t/Makefile: pass test opts to valgrind target properlyJeff King2011-06-171-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | gitweb: do not misparse nonnumeric content tag files that contain a digitJonathan Nieder2011-06-091-0/+8
* | | | | | | | | | | Merge branch 'jc/magic-pathspec'Junio C Hamano2011-06-071-6/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t3703: skip more tests using colons in file names on WindowsAlex Riesen2011-06-071-6/+6
* | | | | | | | | | | | Merge branch 'jk/diff-not-so-quick'Junio C Hamano2011-06-061-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | diff_tree: disable QUICK optimization with diff filterJeff King2011-05-311-0/+5
* | | | | | | | | | | | | Merge branch 'bc/maint-status-z-to-use-porcelain'Junio C Hamano2011-06-061-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | builtin/commit.c: set status_format _after_ option parsingBrandon Casey2011-05-291-1/+1
| * | | | | | | | | | | | | t7508: demonstrate status's failure to use --porcelain format with -zBrandon Casey2011-05-291-0/+7
* | | | | | | | | | | | | | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-0/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | format-patch: preserve subject newlines with -kJeff King2011-05-261-1/+1
| * | | | | | | | | | | | | | mailinfo: always clean up rfc822 header foldingJeff King2011-05-261-1/+1
| * | | | | | | | | | | | | | t: test subject handling in format-patch / am pipelineJeff King2011-05-261-0/+77
* | | | | | | | | | | | | | | Merge branch 'jk/format-patch-empty-prefix'Junio C Hamano2011-05-311-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | format-patch: make zero-length subject prefixes prettierJeff King2011-05-301-0/+18
* | | | | | | | | | | | | | | | Merge branch 'jk/rebase-head-reflog'Junio C Hamano2011-05-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | rebase: write a reflog entry when finishingJeff King2011-05-271-1/+1
* | | | | | | | | | | | | | | | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-05-311-0/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | remote: allow "-t" with fetch mirrorsJeff King2011-05-261-0/+22
* | | | | | | | | | | | | | | | | | Merge branch 'jl/read-tree-m-dry-run'Junio C Hamano2011-05-3110-139/+191
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Teach read-tree the -n|--dry-run optionJens Lehmann2011-05-2510-139/+191