summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-131-1/+1
* Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland2008-02-131-1/+17
* Merge branch 'lt/in-core-index'Junio C Hamano2008-02-121-0/+20
|\
| * index: be careful when handling long namesJunio C Hamano2008-01-211-0/+20
* | Define the project whitespace policyJunio C Hamano2008-02-111-0/+1
* | Merge branch 'maint'Junio C Hamano2008-02-113-0/+63
|\ \
| * | Make git prune remove temporary packs that look like write failuresDavid Steven Tweed2008-02-111-0/+32
| * | bisect: allow starting with a detached HEADJohannes Schindelin2008-02-111-0/+12
| * | config: Fix --unset for continuation linesFrank Lichtenheld2008-02-111-0/+19
* | | Introduce the config variable pack.packSizeLimitJohannes Schindelin2008-02-101-0/+6
* | | Merge branch 'maint'Junio C Hamano2008-02-071-0/+49
|\| |
| * | gitattributes: fix relative path matchingJunio C Hamano2008-02-071-0/+49
* | | config: add test cases for empty value and no value config variables.Christian Couder2008-02-071-0/+23
* | | Merge branch 'maint'Junio C Hamano2008-02-061-0/+69
|\| |
| * | Fix parsing numeric color valuesTimo Hirvonen2008-02-061-0/+69
* | | Test :/string form for checkoutDaniel Barkalow2008-02-051-0/+16
* | | Merge branch 'maint'Junio C Hamano2008-02-031-0/+18
|\| |
| * | Fix "git-commit -C $tag"Junio C Hamano2008-02-031-0/+18
* | | known breakage: revision range computation with clock skewJunio C Hamano2008-02-031-0/+38
* | | test: reword the final message of tests with known breakagesJunio C Hamano2008-02-031-2/+5
* | | Sane use of test_expect_failureJunio C Hamano2008-02-0248-427/+498
|/ /
* | Fix typo in a comment in t/test-lib.shMichele Ballabio2008-01-311-1/+1
* | Use 'printf %s $x' notation in t5401Shawn O. Pearce2008-01-311-4/+4
* | Add test for rebase -i with commits that do not pass pre-commitJohannes Schindelin2008-01-281-0/+16
* | t9001: add missing && operatorsJeff King2008-01-281-4/+4
* | pull --rebase: be cleverer with rebased upstream branchesJohannes Schindelin2008-01-271-0/+17
* | cvsserver: Fix for histories with multiple rootsSteffen Prohaska2008-01-271-1/+9
* | t9400-git-cvsserver-server: Wrap setup into test caseSteffen Prohaska2008-01-271-3/+4
* | parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-261-0/+11
* | Make t5710 more strict when creating nested reposAlex Riesen2008-01-221-4/+8
* | git-submodule: add test for the subcommand parser fixJunio C Hamano2008-01-211-28/+28
|/
* send-email: add no-validate optionJeff King2008-01-181-0/+10
* send-email: validate patches before sending anythingJeff King2008-01-181-0/+20
* Officially deprecate repo-config.Junio C Hamano2008-01-183-14/+14
* Be more careful about updating refsLinus Torvalds2008-01-161-6/+13
* diff: do not chomp hunk-header in the middle of a characterJunio C Hamano2008-01-071-0/+44
* custom pretty format: tolerate empty e-mail addressJunio C Hamano2008-01-071-0/+10
* t/t3800: do not use a temporary file to hold expected result.Junio C Hamano2008-01-051-64/+25
* t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano2008-01-053-3/+3
* t/t7001: avoid unnecessary ERE when using grepMiklos Vajna2008-01-051-6/+6
* t/t7600: avoid GNUism in grepJunio C Hamano2008-01-051-2/+2
* git-reset: refuse to do hard reset in a bare repositoryJeff King2008-01-021-0/+28
* config: handle lack of newline at end of file betterJeff King2008-01-021-0/+37
* Merge branch 'ar/commit-cleanup'Junio C Hamano2007-12-272-1/+66
|\
| * Allow selection of different cleanup modes for commit messagesAlex Riesen2007-12-231-0/+65
| * t7005: do not exit inside test.Junio C Hamano2007-12-231-1/+1
* | Fix "git log --diff-filter" bugArjen Laarhoven2007-12-261-0/+74
* | Improve error messages when int/long cannot be parsed from configShawn O. Pearce2007-12-261-0/+17
|/
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-221-48/+48
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-221-8/+0