summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-03-09Add a test for read-tree -u --reset with a D/F conflictJeff King
2008-03-09Merge branch 'ph/parseopt'Junio C Hamano
2008-03-09Merge branch 'dp/clean-fix'Junio C Hamano
2008-03-09Merge branch 'sp/fetch-optim'Junio C Hamano
2008-03-09Merge branch 'jc/am'Junio C Hamano
2008-03-09Merge branch 'kb/maint-filter-branch-disappear'Junio C Hamano
2008-03-09Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano
2008-03-08filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano
2008-03-08Really make the LF after reset in fast-import optionalAdeodato Simó
2008-03-08Merge branch 'js/maint-cvsexport' into maintJunio C Hamano
2008-03-08Merge branch 'maint'Junio C Hamano
2008-03-08Merge branch 'js/reflog-delete'Junio C Hamano
2008-03-08git-clean: add tests for relative pathJunio C Hamano
2008-03-07test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano
2008-03-07get_pathspec(): die when an out-of-tree path is givenJunio C Hamano
2008-03-05Add a very basic test script for git mergetoolCharles Bailey
2008-03-05am: read from the right mailbox when started from a subdirectoryJunio C Hamano
2008-03-05Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce
2008-03-05git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce
2008-03-04Merge branch 'maint'Junio C Hamano
2008-03-04t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeMike Hommey
2008-03-04Fix test for cleanup failure in t7300 on WindowsAlex Riesen
2008-03-04t6120 (describe): check --long properlyJunio C Hamano
2008-03-04Add git-describe test for "verify annotated tag names on output"Shawn O. Pearce
2008-03-04Test for packed tags in git-describe outputShawn O. Pearce
2008-03-04Don't allow git-describe failures to go unnoticed in t6120Shawn O. Pearce
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape
2008-03-03t3903-stash.sh: Add tests for new stash commands drop and popBrandon Casey
2008-03-03t3903-stash.sh: Add missing '&&' to body of testcaseBrandon Casey
2008-03-03Merge commit '74359821' into js/reflog-deleteJunio C Hamano
2008-03-03Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce
2008-03-03Merge branch 'maint'Junio C Hamano
2008-03-03revert: actually check for a dirty indexJeff King
2008-03-03tests: introduce test_must_failJunio C Hamano
2008-03-02format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin
2008-03-02format-patch: use the diff options for the cover letter, tooJohannes Schindelin
2008-03-02Merge branch 'cb/http-test'Junio C Hamano
2008-03-02Merge branch 'sb/describe-long'Junio C Hamano
2008-03-02parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit
2008-03-02Fix make_absolute_path() for parameters without a slashJohannes Schindelin
2008-03-02diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano
2008-03-02git rebase --abort: always restore the right commitMike Hommey
2008-03-01Add test for git rebase --abortMike Hommey
2008-03-01t6024: move "git reset" to prepare for a test inside the test itselfJunio C Hamano
2008-03-01clone: support cloning full bundlesSanti Béjar
2008-02-29tests: introduce test_must_failJunio C Hamano
2008-02-29use build-time SHELL_PATH in test scriptsJeff King
2008-02-29Write index file on any checkout of filesDaniel Barkalow
2008-02-29Improve t6029 to check the real "subtree" caseMiklos Vajna
2008-02-27http-push: add regression testsClemens Buchacher