summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-091-1/+1
* Add a test for read-tree -u --reset with a D/F conflictJeff King2008-03-081-0/+30
* Merge branch 'ph/parseopt'Junio C Hamano2008-03-081-0/+16
|\
| * parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-021-0/+16
* | Merge branch 'dp/clean-fix'Junio C Hamano2008-03-083-4/+57
|\ \
| * | git-clean: add tests for relative pathJunio C Hamano2008-03-071-0/+52
| * | get_pathspec(): die when an out-of-tree path is givenJunio C Hamano2008-03-072-4/+5
* | | Merge branch 'sp/fetch-optim'Junio C Hamano2008-03-082-0/+234
|\ \ \
| * | | Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce2008-03-041-0/+26
| * | | git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-041-0/+84
| * | | Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce2008-03-031-0/+124
* | | | Merge branch 'jc/am'Junio C Hamano2008-03-081-0/+72
|\ \ \ \
| * | | | am: read from the right mailbox when started from a subdirectoryJunio C Hamano2008-03-051-0/+72
| | |/ / | |/| |
* | | | Merge branch 'kb/maint-filter-branch-disappear'Junio C Hamano2008-03-081-0/+24
|\ \ \ \
| * | | | filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano2008-03-081-0/+24
* | | | | Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano2008-03-081-0/+2
|\ \ \ \ \
| * | | | | Really make the LF after reset in fast-import optionalAdeodato Simó2008-03-081-0/+2
| * | | | | Merge branch 'js/maint-cvsexport' into maintJunio C Hamano2008-03-081-0/+35
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'maint'Junio C Hamano2008-03-071-7/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano2008-03-071-7/+17
* | | | | | Merge branch 'js/reflog-delete'Junio C Hamano2008-03-072-3/+74
|\ \ \ \ \ \
| * | | | | | t3903-stash.sh: Add tests for new stash commands drop and popBrandon Casey2008-03-031-1/+45
| * | | | | | t3903-stash.sh: Add missing '&&' to body of testcaseBrandon Casey2008-03-031-2/+2
| * | | | | | Merge commit '74359821' into js/reflog-deleteJunio C Hamano2008-03-0319-32/+865
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano2008-02-22159-733/+6954
| |\ \ \ \ \ \ \
| * | | | | | | | Teach "git reflog" a subcommand to delete single entriesJohannes Schindelin2007-10-171-0/+26
* | | | | | | | | Add a very basic test script for git mergetoolCharles Bailey2008-03-051-0/+46
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-03-041-0/+6
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape2008-03-031-0/+6
* | | | | | | | t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeMike Hommey2008-03-031-28/+40
* | | | | | | | Fix test for cleanup failure in t7300 on WindowsAlex Riesen2008-03-031-1/+2
* | | | | | | | t6120 (describe): check --long properlyJunio C Hamano2008-03-031-0/+1
* | | | | | | | Add git-describe test for "verify annotated tag names on output"Shawn O. Pearce2008-03-031-1/+16
* | | | | | | | Test for packed tags in git-describe outputShawn O. Pearce2008-03-031-0/+3
* | | | | | | | Don't allow git-describe failures to go unnoticed in t6120Shawn O. Pearce2008-03-031-1/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2008-03-021-0/+9
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | revert: actually check for a dirty indexJeff King2008-03-021-0/+9
| * | | | | | tests: introduce test_must_failJunio C Hamano2008-03-022-8/+25
* | | | | | | format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin2008-03-022-2/+21
* | | | | | | format-patch: use the diff options for the cover letter, tooJohannes Schindelin2008-03-021-4/+14
* | | | | | | Merge branch 'cb/http-test'Junio C Hamano2008-03-025-2/+218
|\ \ \ \ \ \ \
| * | | | | | | http-push: add regression testsClemens Buchacher2008-02-275-2/+218
* | | | | | | | Merge branch 'sb/describe-long'Junio C Hamano2008-03-021-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | git-describe: --long shows the object name even for a tagged commitSanti Béjar2008-02-251-0/+2
* | | | | | | | | Fix make_absolute_path() for parameters without a slashJohannes Schindelin2008-03-021-0/+2
* | | | | | | | | diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano2008-03-021-0/+53
* | | | | | | | | git rebase --abort: always restore the right commitMike Hommey2008-03-011-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add test for git rebase --abortMike Hommey2008-03-011-0/+59
* | | | | | | | t6024: move "git reset" to prepare for a test inside the test itselfJunio C Hamano2008-03-011-1/+1
* | | | | | | | clone: support cloning full bundlesSanti Béjar2008-02-291-0/+45