summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh/maint-rebase3'Junio C Hamano2008-10-191-0/+139
|\
| * rebase--interactive: fix parent rewriting for dropped commitsStephen Haberman2008-10-161-0/+139
* | Merge branch 'mv/clonev'Junio C Hamano2008-10-191-0/+13
|\ \
| * | Implement git clone -vMiklos Vajna2008-10-091-0/+13
* | | Merge branch 'dp/checkattr'Junio C Hamano2008-10-191-0/+17
|\ \ \
| * | | check-attr: Add --stdin optionDmitry Potapov2008-10-121-0/+17
* | | | Merge branch 'gb/formatpatch-autonbr'Junio C Hamano2008-10-1912-24/+286
|\ \ \ \
| * | | | format-patch: autonumber by defaultBrian Gernhardt2008-10-1812-24/+286
| |/ / /
* | | | Merge branch 'sp/describe-lwtag'Junio C Hamano2008-10-191-4/+4
|\ \ \ \
| * | | | describe: Make --tags and --all match lightweight tags more oftenShawn O. Pearce2008-10-171-4/+4
| |/ / /
* | | | Merge branch 'ae/preservemerge'Junio C Hamano2008-10-191-0/+61
|\ \ \ \
| * | | | rebase: Support preserving merges in non-interactive modeAndreas Ericsson2008-09-301-0/+61
* | | | | Merge branch 'mv/merge-noff'Junio C Hamano2008-10-191-0/+16
|\ \ \ \ \
| * | | | | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-031-0/+16
* | | | | | Merge branch 'ns/rebase-noverify'Junio C Hamano2008-10-191-0/+16
|\ \ \ \ \ \
| * | | | | | rebase --no-verifyNanako Shiraishi2008-10-061-0/+16
* | | | | | | Merge branch 'maint'Junio C Hamano2008-10-173-1/+35
|\ \ \ \ \ \ \
| * | | | | | | t1301-shared-repo.sh: don't let a default ACL interfere with the testMatt McCutchen2008-10-161-0/+3
| * | | | | | | xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey2008-10-161-1/+1
| * | | | | | | t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey2008-10-161-0/+6
| * | | | | | | t4018-diff-funcname: rework negated last expression testBrandon Casey2008-10-161-1/+2
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna2008-10-141-0/+26
* | | | | | | t4018-diff-funcname: add objective-c xfuncname pattern to syntax testBrandon Casey2008-10-141-1/+1
* | | | | | | tests: shell negation portability fixJeff King2008-10-131-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-122-1/+53
|\ \ \ \ \ \ | |/ / / / /
| * | | | | test-lib: fix broken printfShawn O. Pearce2008-10-121-1/+1
| * | | | | git apply --directory broken for new filesJeff King2008-10-121-0/+52
* | | | | | "git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen2008-10-122-0/+30
* | | | | | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey2008-10-121-1/+1
* | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-102-1/+13
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin2008-10-101-0/+11
| * | | | test-lib: fix color reset in say_color()Miklos Vajna2008-10-101-1/+2
* | | | | Merge branch 'dm/svn-branch'Shawn O. Pearce2008-10-091-0/+59
|\ \ \ \ \
| * | | | | Add git-svn branch to allow branch creation in SVN repositoriesFlorian Ragwitz2008-10-061-0/+59
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/add-ita'Shawn O. Pearce2008-10-091-0/+36
|\ \ \ \ \
| * | | | | git-add --intent-to-add (-N)Junio C Hamano2008-08-311-0/+36
* | | | | | Merge branch 'mv/merge-refresh'Shawn O. Pearce2008-10-091-0/+9
|\ \ \ \ \ \
| * | | | | | builtin-merge: refresh the index before calling a strategyMiklos Vajna2008-10-031-0/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-082-8/+49
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | git init: --bare/--shared overrides system/global configDeskin Miller2008-10-081-0/+32
| * | | | git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-081-8/+17
* | | | | Merge branch 'maint'Shawn O. Pearce2008-10-062-0/+147
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Teach rebase -i to honor pre-rebase hookNanako Shiraishi2008-10-061-0/+126
| * | | fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2008-10-061-0/+21
* | | | tests: add a testcase for "git submodule sync"David Aguilar2008-10-021-0/+64
* | | | Merge branch 'maint'Shawn O. Pearce2008-10-021-0/+49
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski2008-10-021-0/+49
* | | Merge branch 'maint'Shawn O. Pearce2008-09-301-0/+0
|\ \ \ | |/ /
| * | t0024: add executable permissionSZEDER Gábor2008-09-301-0/+0
* | | tests: grep portability fixesJeff King2008-09-308-11/+11