summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add a small patch-mode testing libraryThomas Rast2009-08-141-0/+36
* Merge branch 'maint'Junio C Hamano2009-07-254-17/+19
|\
| * t8005: Nobody writes Russian in shift_jisJunio C Hamano2009-07-254-17/+19
* | Merge branch 'maint'Junio C Hamano2009-07-251-3/+7
|\ \ | |/
| * Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano2009-07-251-3/+7
* | Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano2009-07-251-0/+12
|\ \
| * | git repack: keep commits hidden by a graftJohannes Schindelin2009-07-241-1/+1
| * | Add a test showing that 'git repack' throws away grafted-away parentsBjörn Steinbrink2009-07-231-0/+12
| |/
* | Merge branch 'av/maint-config-reader'Junio C Hamano2009-07-251-0/+22
|\ \
| * | After renaming a section, print any trailing variable definitionsAlex Vandiver2009-07-241-0/+22
| |/
* | git svn: fix shallow clone when upstream revision is too newEric Wong2009-07-221-0/+30
* | Merge branch 'maint'Junio C Hamano2009-07-222-0/+102
|\ \ | |/
| * Trailing whitespace and no newline fixSZEDER Gábor2009-07-221-0/+18
| * diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano2009-07-221-0/+84
* | git svn: rename tests that had conflicting numbersEric Wong2009-07-192-0/+0
* | t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber2009-07-181-0/+20
* | cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson2009-07-181-19/+22
* | Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano2009-07-152-2/+2
* | git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler2009-07-111-4/+4
* | quickfetch(): Prevent overflow of the rev-list command lineJohan Herland2009-07-101-0/+20
* | Merge branch 'ae/maint-mailinfo-rm-only-one-patch-marker'Junio C Hamano2009-07-102-2/+2
|\ \
| * | mailinfo: Remove only one set of square bracketsAndreas Ericsson2009-07-082-2/+2
| |/
* | Merge branch 'gb/gitweb-avatar'Junio C Hamano2009-07-091-0/+2
|\ \
| * | gitweb: (gr)avatar supportGiuseppe Bilotta2009-06-301-0/+2
* | | Merge branch 'rs/grep-p'Junio C Hamano2009-07-091-2/+69
|\ \ \
| * | | grep -p: support user defined regular expressionsRené Scharfe2009-07-011-0/+13
| * | | grep: add option -p/--show-functionRené Scharfe2009-07-011-2/+34
| * | | grep: print context hunk marks between filesRené Scharfe2009-07-011-0/+22
* | | | Merge branch 'uk/rev-parse-parse-opt'Junio C Hamano2009-07-061-2/+41
|\ \ \ \
| * | | | parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parseUwe Kleine-König2009-06-131-0/+5
| * | | | more tests for git rev-parse --parse-optUwe Kleine-König2009-06-131-2/+36
* | | | | Remove filename from conflict markersMartin Renold2009-07-012-7/+6
* | | | | Merge branch 'cc/bisect'Junio C Hamano2009-07-011-2/+2
|\ \ \ \ \
| * | | | | bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder2009-06-131-2/+2
* | | | | | Merge branch 'sb/quiet-porcelains'Junio C Hamano2009-07-013-6/+62
|\ \ \ \ \ \
| * | | | | | stash: teach quiet optionStephen Boyd2009-06-181-0/+23
| * | | | | | am, rebase: teach quiet optionStephen Boyd2009-06-182-6/+31
| * | | | | | t4150: test applying with a newline in subjectStephen Boyd2009-06-181-0/+8
* | | | | | | Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'Junio C Hamano2009-07-011-0/+53
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | diff-tree -r -t: include added/removed directories in the outputNick Edelen2009-06-131-0/+53
* | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-06-273-0/+207
|\ \ \ \ \ \ \
| * | | | | | | git svn: cleanup t9138-multiple-branchesMarc Branchaud2009-06-271-57/+66
| * | | | | | | t9138: remove stray dot in test which broke bashEric Wong2009-06-261-1/+0
| * | | | | | | git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud2009-06-251-0/+114
| * | | | | | | Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson2009-06-251-0/+66
| * | | | | | | git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast2009-06-251-0/+19
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'pb/send-email-cccmd-fix'Junio C Hamano2009-06-271-1/+4
|\ \ \ \ \ \ \
| * | | | | | | t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATHBrandon Casey2009-06-231-1/+4
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-06-272-0/+34
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Test grep --and/--or/--notThomas Rast2009-06-271-0/+30