aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-05
* setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-05
* Test :/string form for checkoutDaniel Barkalow2008-02-04
* Merge branch 'maint'Junio C Hamano2008-02-03
|\
| * Fix "git-commit -C $tag"Junio C Hamano2008-02-03
* | known breakage: revision range computation with clock skewJunio C Hamano2008-02-03
* | test: reword the final message of tests with known breakagesJunio C Hamano2008-02-03
* | Sane use of test_expect_failureJunio C Hamano2008-02-01
|/
* Fix typo in a comment in t/test-lib.shMichele Ballabio2008-01-31
* Use 'printf %s $x' notation in t5401Shawn O. Pearce2008-01-30
* Add test for rebase -i with commits that do not pass pre-commitJohannes Schindelin2008-01-28
* t9001: add missing && operatorsJeff King2008-01-28
* pull --rebase: be cleverer with rebased upstream branchesJohannes Schindelin2008-01-26
* cvsserver: Fix for histories with multiple rootsSteffen Prohaska2008-01-26
* t9400-git-cvsserver-server: Wrap setup into test caseSteffen Prohaska2008-01-26
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-26
* Make t5710 more strict when creating nested reposAlex Riesen2008-01-21
* git-submodule: add test for the subcommand parser fixJunio C Hamano2008-01-20
* send-email: add no-validate optionJeff King2008-01-18
* send-email: validate patches before sending anythingJeff King2008-01-18
* Officially deprecate repo-config.Junio C Hamano2008-01-17
* Be more careful about updating refsLinus Torvalds2008-01-16
* diff: do not chomp hunk-header in the middle of a characterJunio C Hamano2008-01-06
* custom pretty format: tolerate empty e-mail addressJunio C Hamano2008-01-06
* t/t3800: do not use a temporary file to hold expected result.Junio C Hamano2008-01-05
* t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano2008-01-05
* t/t7001: avoid unnecessary ERE when using grepMiklos Vajna2008-01-05
* t/t7600: avoid GNUism in grepJunio C Hamano2008-01-05
* git-reset: refuse to do hard reset in a bare repositoryJeff King2008-01-02
* config: handle lack of newline at end of file betterJeff King2008-01-02
* Merge branch 'ar/commit-cleanup'Junio C Hamano2007-12-26
|\
| * Allow selection of different cleanup modes for commit messagesAlex Riesen2007-12-22
| * t7005: do not exit inside test.Junio C Hamano2007-12-22
* | Fix "git log --diff-filter" bugArjen Laarhoven2007-12-26
* | Improve error messages when int/long cannot be parsed from configShawn O. Pearce2007-12-26
|/
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-22
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-22
* t4024: fix test script to use simpler sed patternJunio C Hamano2007-12-20
* test "git clone -o"Jeff King2007-12-19
* rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2007-12-17
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-17
* Re-re-re-fix common tail optimizationJunio C Hamano2007-12-16
* whitespace: fix initial-indent checkingJ. Bruce Fields2007-12-16
* whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields2007-12-16
* gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis2007-12-16
* Merge branch 'wc/diff'Junio C Hamano2007-12-14
|\
| * Test interaction between diff --check and --exit-codeWincent Colaiuta2007-12-14
| * Use shorter error messages for whitespace problemsWincent Colaiuta2007-12-14
| * Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta2007-12-13
| * Unify whitespace checkingWincent Colaiuta2007-12-13