aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.7.2' into maint-1.7.3Junio C Hamano2011-02-16
|\
| * Merge branch 'maint-1.7.1' into maint-1.7.2Junio C Hamano2011-02-16
| |\
| | * Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano2011-02-16
| | |\
| | | * fast-import: introduce "feature notes" commandJonathan Nieder2011-02-09
* | | | tests: sanitize more git environment variablesJeff King2011-01-27
* | | | Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-27
|\ \ \ \
| * | | | fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-27
* | | | | Merge branch 'tr/submodule-relative-scp-url' into maintJunio C Hamano2011-01-19
|\ \ \ \ \
| * | | | | submodule: fix relative url parsing for scp-style originThomas Rast2011-01-10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rj/maint-test-fixes' into maintJunio C Hamano2011-01-19
|\ \ \ \ \
| * | | | | t9501-*.sh: Fix a test failure on CygwinRamsay Jones2010-12-14
| * | | | | lib-git-svn.sh: Add check for mis-configured web server variablesRamsay Jones2010-12-14
| * | | | | lib-git-svn.sh: Avoid setting web server variables unnecessarilyRamsay Jones2010-12-14
| * | | | | t9142: Move call to start_httpd into the setup testRamsay Jones2010-12-14
| * | | | | t3600-rm.sh: Don't pass a non-existent prereq to test #15Ramsay Jones2010-12-14
* | | | | | Merge branch 'jn/submodule-b-current' into maintJunio C Hamano2011-01-19
|\ \ \ \ \ \
| * | | | | | git submodule: Remove now obsolete tests before cloning a repoJens Lehmann2010-12-06
* | | | | | | Merge branch 'jc/maint-svn-info-test-fix' into maintJunio C Hamano2011-01-19
|\ \ \ \ \ \ \
| * | | | | | | t9119: do not compare "Text Last Updated" line from "svn info"Junio C Hamano2010-12-06
| |/ / / / / /
* | | | | | | t9001: Fix test prerequisitesRobin H. Johnson2010-12-29
* | | | | | | Merge branch 'jk/commit-die-on-bogus-ident' into maintJunio C Hamano2010-12-28
|\ \ \ \ \ \ \
| * | | | | | | ident: die on bogus date formatJeff King2010-12-20
* | | | | | | | Merge branch 'ks/blame-worktree-textconv-cached' into maintJunio C Hamano2010-12-28
|\ \ \ \ \ \ \ \
| * | | | | | | | fill_textconv(): Don't get/put cache if sha1 is not validKirill Smelkov2010-12-19
| * | | | | | | | t/t8006: Demonstrate blame is broken when cachetextconv is onKirill Smelkov2010-12-19
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/maint-rebase-rewrite-last-skip' into maintJunio C Hamano2010-12-28
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase --skip: correctly wrap-up when skipping the last patchJunio C Hamano2010-12-22
* | | | | | | | | Merge branch 'jc/maint-am-abort-safely' into maintJunio C Hamano2010-12-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | am --abort: keep unrelated commits since the last failure and warnJunio C Hamano2010-12-21
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Fix false positives in t3404 due to SHELL=/bin/falseRobin H. Johnson2010-12-28
* | | | | | | | | test-lib.sh/test_decode_color(): use octal not hex in awk scriptBrandon Casey2010-12-22
| |/ / / / / / / |/| | | | | | |
* | | | | | | | t0050: fix printf format strings for portabilityJonathan Nieder2010-12-21
* | | | | | | | t3419-*.sh: Fix arithmetic expansion syntax errorRamsay Jones2010-12-21
|/ / / / / / /
* | | | | | | use persistent memory for rejected pathsClemens Buchacher2010-12-14
* | | | | | | do not overwrite files in leading pathClemens Buchacher2010-12-14
* | | | | | | t7607: add leading-path testsClemens Buchacher2010-12-14
* | | | | | | t7607: use test-lib functions and check MERGE_HEADClemens Buchacher2010-12-14
* | | | | | | Merge branch 'tc/http-urls-ends-with-slash' into maintJunio C Hamano2010-12-14
|\ \ \ \ \ \ \
| * | | | | | | t5550-http-fetch: add test for http-fetchTay Ray Chuan2010-11-26
| * | | | | | | t5550-http-fetch: add missing '&&'Tay Ray Chuan2010-11-26
* | | | | | | | Merge branch 'jk/maint-reflog-bottom' into maintJunio C Hamano2010-12-14
|\ \ \ \ \ \ \ \
| * | | | | | | | reflogs: clear flags properly in corner caseJeff King2010-11-23
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'mz/rebase-abort-reflog-fix' into maintJunio C Hamano2010-12-14
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase --abort: do not update branch refMartin von Zweigbergk2010-11-23
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'gc/http-with-non-ascii-username-url' into maintJunio C Hamano2010-12-14
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix username and password extraction from HTTP URLsGabriel Corona2010-11-17
| * | | | | | | t5550: test HTTP authentication and userinfo decodingGabriel Corona2010-11-17
* | | | | | | | Merge branch 'jk/maint-decorate-01-bool' into maintJunio C Hamano2010-12-10
|\ \ \ \ \ \ \ \
| * | | | | | | | log.decorate: accept 0/1 bool valuesJeff King2010-11-17
| |/ / / / / / /
* | | | | | | | Merge branch 'mg/maint-tag-rfc1991' into maintJunio C Hamano2010-12-10
|\ \ \ \ \ \ \ \