summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2007-04-16Merge branch 'js/wrap-log'Junio C Hamano
2007-04-16Fix permissions on test scriptsAlex Riesen
2007-04-16Fix t4201: accidental arithmetic expansionAlex Riesen
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm
2007-04-15Change attribute negation marker from '!' to '-'.Junio C Hamano
2007-04-14Define 'crlf' attribute.Junio C Hamano
2007-04-12tests for various pack index featuresNicolas Pitre
2007-04-12use test-genrandom in tests instead of /dev/urandomNicolas Pitre
2007-04-12Add testcase for format-patch --subject-prefix (take 3)Robin H. Johnson
2007-04-10t3030: merge-recursive backend test.Junio C Hamano
2007-04-10t1000: fix case table.Junio C Hamano
2007-04-10shortlog -w: make wrap-line behaviour optional.Junio C Hamano
2007-04-10Use print_wrapped_text() in shortlogJohannes Schindelin
2007-04-10git-archive: make tar the default formatRené Scharfe
2007-04-07Merge branch 'cc/bisect'Junio C Hamano
2007-04-07Merge branch 'jc/checkout' (early part)Junio C Hamano
2007-04-07Merge branch 'maint'Junio C Hamano
2007-04-07t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven
2007-04-07git-bisect: allow bisecting with only one bad commit.Junio C Hamano
2007-04-07t6030: add a bit more tests to git-bisectJunio C Hamano
2007-04-07t3200-branch.sh: small language nitArjen Laarhoven
2007-04-06Distinguish branches by more than case in tests.Brian Gernhardt
2007-04-05Merge branch 'maint'Junio C Hamano
2007-04-05Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder
2007-04-05Honor -p<n> when applying git diffsShawn O. Pearce
2007-04-05Fix renaming branch without config fileGeert Bosch
2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe
2007-04-04rerere: make sorting really stable.Junio C Hamano
2007-04-04Fix t4200-rerere for white-space from "wc -l"Brian Gernhardt
2007-04-04Merge branch 'jc/bisect'Junio C Hamano
2007-04-04checkout: allow detaching to HEAD even when switching to the tip of a branchJunio C Hamano
2007-04-04Merge 1.5.0.7 inJunio C Hamano
2007-04-04rerere should not repeat the earlier hunks in later onesJunio C Hamano
2007-03-31git-mailinfo fixes for patch mungingDon Zickus
2007-03-28t4118: be nice to non-GNU sedJohannes Schindelin
2007-03-28t/t6006: add tests for a slightly more complex commit messagesJeff King
2007-03-28Fix "--pretty=format:" for parent related items.Junio C Hamano
2007-03-28Add some basic tests of rev-list --pretty=formatJeff King
2007-03-24Merge branch 'master' into jc/bisectJunio C Hamano
2007-03-23t6004: add a bit more path optimization test.Junio C Hamano
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder
2007-03-23t4118: be nice to non-GNU sedJohannes Schindelin
2007-03-22t6002: minor spelling fix.Junio C Hamano
2007-03-21don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre
2007-03-18Merge branch 'ar/diff'Junio C Hamano
2007-03-17[PATCH] add test for OFS_DELTA objectsNicolas Pitre
2007-03-17[PATCH] fix t5300-pack-object.shNicolas Pitre
2007-03-16Add tests for --quiet option of diff programsAlex Riesen
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen