summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/submodule-b-current' into maintJunio C Hamano2011-01-191-5/+23
|\
| * git submodule: Remove now obsolete tests before cloning a repoJens Lehmann2010-12-061-5/+23
* | Merge branch 'jc/maint-svn-info-test-fix' into maintJunio C Hamano2011-01-191-72/+34
|\ \
| * | t9119: do not compare "Text Last Updated" line from "svn info"Junio C Hamano2010-12-061-72/+34
| |/
* | t9001: Fix test prerequisitesRobin H. Johnson2010-12-291-2/+2
* | Merge branch 'jk/commit-die-on-bogus-ident' into maintJunio C Hamano2010-12-281-0/+4
|\ \
| * | ident: die on bogus date formatJeff King2010-12-201-0/+4
* | | Merge branch 'ks/blame-worktree-textconv-cached' into maintJunio C Hamano2010-12-281-0/+21
|\ \ \
| * | | fill_textconv(): Don't get/put cache if sha1 is not validKirill Smelkov2010-12-191-2/+1
| * | | t/t8006: Demonstrate blame is broken when cachetextconv is onKirill Smelkov2010-12-191-0/+22
| |/ /
* | | Merge branch 'jc/maint-rebase-rewrite-last-skip' into maintJunio C Hamano2010-12-281-1/+17
|\ \ \
| * | | rebase --skip: correctly wrap-up when skipping the last patchJunio C Hamano2010-12-221-1/+17
* | | | Merge branch 'jc/maint-am-abort-safely' into maintJunio C Hamano2010-12-281-0/+9
|\ \ \ \
| * | | | am --abort: keep unrelated commits since the last failure and warnJunio C Hamano2010-12-211-0/+9
| | |/ / | |/| |
* | | | Fix false positives in t3404 due to SHELL=/bin/falseRobin H. Johnson2010-12-281-1/+2
* | | | test-lib.sh/test_decode_color(): use octal not hex in awk scriptBrandon Casey2010-12-221-1/+1
| |/ / |/| |
* | | t0050: fix printf format strings for portabilityJonathan Nieder2010-12-211-2/+2
* | | t3419-*.sh: Fix arithmetic expansion syntax errorRamsay Jones2010-12-211-2/+2
|/ /
* | use persistent memory for rejected pathsClemens Buchacher2010-12-142-11/+24
* | do not overwrite files in leading pathClemens Buchacher2010-12-141-1/+1
* | t7607: add leading-path testsClemens Buchacher2010-12-141-0/+51
* | t7607: use test-lib functions and check MERGE_HEADClemens Buchacher2010-12-141-23/+15
* | Merge branch 'tc/http-urls-ends-with-slash' into maintJunio C Hamano2010-12-141-2/+14
|\ \
| * | t5550-http-fetch: add test for http-fetchTay Ray Chuan2010-11-261-1/+13
| * | t5550-http-fetch: add missing '&&'Tay Ray Chuan2010-11-261-1/+1
* | | Merge branch 'jk/maint-reflog-bottom' into maintJunio C Hamano2010-12-141-0/+34
|\ \ \
| * | | reflogs: clear flags properly in corner caseJeff King2010-11-231-0/+34
* | | | Merge branch 'mz/rebase-abort-reflog-fix' into maintJunio C Hamano2010-12-141-0/+12
|\ \ \ \
| * | | | rebase --abort: do not update branch refMartin von Zweigbergk2010-11-231-0/+12
| | |/ / | |/| |
* | | | Merge branch 'gc/http-with-non-ascii-username-url' into maintJunio C Hamano2010-12-144-0/+40
|\ \ \ \
| * | | | Fix username and password extraction from HTTP URLsGabriel Corona2010-11-171-1/+1
| * | | | t5550: test HTTP authentication and userinfo decodingGabriel Corona2010-11-174-0/+40
* | | | | Merge branch 'jk/maint-decorate-01-bool' into maintJunio C Hamano2010-12-101-0/+9
|\ \ \ \ \
| * | | | | log.decorate: accept 0/1 bool valuesJeff King2010-11-171-0/+9
| |/ / / /
* | | | | Merge branch 'mg/maint-tag-rfc1991' into maintJunio C Hamano2010-12-101-0/+66
|\ \ \ \ \
| * | | | | tag: recognize rfc1991 signaturesMichael J Gruber2010-11-101-6/+6
| * | | | | t/t7004-tag: test handling of rfc1991 signaturesMichael J Gruber2010-11-101-0/+66
* | | | | | Merge branch 'jn/cherry-pick-refresh-index' into maintJunio C Hamano2010-12-091-0/+10
|\ \ \ \ \ \
| * | | | | | cherry-pick/revert: transparently refresh indexJonathan Nieder2010-11-101-0/+10
| |/ / / / /
* | | | | | Merge branch 'fc/apply-p2-get-header-name' into maintJunio C Hamano2010-12-091-0/+26
|\ \ \ \ \ \
| * | | | | | test: git-apply -p2 rename/chmod onlyJunio C Hamano2010-11-051-0/+26
| |/ / / / /
* | | | | | Merge branch 'ak/apply-non-git-epoch' into maintJunio C Hamano2010-12-094-0/+28
|\ \ \ \ \ \
| * | | | | | apply: handle patches with funny filename and colon in timezoneJonathan Nieder2010-11-103-0/+26
| * | | | | | apply: Recognize epoch timestamps with : in the timezoneAnders Kaseorg2010-10-131-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'cm/diff-check-at-eol' into maintJunio C Hamano2010-12-091-0/+9
|\ \ \ \ \ \
| * | | | | | diff --check: correct line numbers of new blank lines at EOFChristoph Mallon2010-10-161-0/+9
* | | | | | | Merge branch 'tc/smart-http-post-redirect' into maintJunio C Hamano2010-12-092-0/+15
|\ \ \ \ \ \ \
| * | | | | | | smart-http: Don't change POST to GET when following redirectTay Ray Chuan2010-09-272-0/+15
* | | | | | | | Merge branch 'ab/require-perl-5.8' into maintJunio C Hamano2010-12-092-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-272-1/+2
| |/ / / / / / /