summaryrefslogtreecommitdiff
path: root/t/t7500-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* t7500: rename commit tests script to comply with naming conventionStephen P. Smith2018-10-231-385/+0
* commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren2018-09-271-0/+23
* Merge branch 'ab/commit-m-with-fixup'Junio C Hamano2018-01-231-1/+8
|\
| * commit: add support for --fixup <commit> -m"<extra message>"ab/commit-m-with-fixupÆvar Arnfjörð Bjarmason2017-12-221-1/+8
* | Merge branch 'js/test-with-ws-in-path'Junio C Hamano2018-01-091-2/+2
|\ \ | |/ |/|
| * Allow the test suite to pass in a directory whose name contains spacesJohannes Schindelin2018-01-031-2/+2
* | commit-template: distinguish status information unconditionallyks/commit-assuming-only-warning-removalKaartic Sivaraam2017-06-301-0/+23
|/
* commit: do not complain of empty messages from -Cjk/commit-C-pick-emptyJeff King2014-04-281-1/+10
* t7500: fix flipped actual/expectAndrew Pimlott2013-07-011-3/+3
* t7500: use test_config to set/unset git config variablesYann Droneaud2013-03-251-4/+2
* Merge branch 'bf/commit-template-no-cleanup'Junio C Hamano2011-05-131-0/+14
|\
| * Do not strip empty lines / trailing spaces from a commit message templateBoris Faure2011-05-111-0/+14
* | i18n: use test_i18ncmp in t7500Junio C Hamano2011-04-131-5/+5
|/
* Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-4/+4
|\
| * i18n: git-commit "enter the commit message" messageÆvar Arnfjörð Bjarmason2011-03-091-4/+4
* | Merge branch 'jn/maint-commit-missing-template'Junio C Hamano2011-03-041-3/+11
|\ \ | |/ |/|
| * commit: error out for missing commit message templateJonathan Nieder2011-02-251-3/+11
* | t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason2011-02-211-1/+6
* | add tests of commit --squashPat Notz2010-11-041-0/+47
* | add tests of commit --fixupPat Notz2010-11-041-0/+33
|/
* Add option to git-commit to allow empty log messagesÆvar Arnfjörð Bjarmason2010-04-071-0/+22
* fix portability issues with $ in double quotesStephen Boyd2010-01-261-1/+1
* commit: -F overrides -tStephen Boyd2009-05-231-0/+10
* t7501-commit.sh: explicitly check that -F prevents invoking the editorAdeodato Simó2009-01-101-4/+1
* Merge branch 'maint'Junio C Hamano2008-09-031-1/+1
|\
| * tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi2008-09-031-1/+1
* | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-11/+30
|/
* Sync with 1.5.6.5Junio C Hamano2008-08-061-0/+29
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-061-0/+29
* | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-4/+4
|/
* builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin2007-11-221-0/+1
* builtin-commit: fix --signoffJohannes Schindelin2007-11-221-0/+12
* Merge branch 'rv/maint-index-commit'Junio C Hamano2007-11-141-0/+32
|\
| * Make GIT_INDEX_FILE apply to git-commitRémi Vanicat2007-11-111-0/+32
* | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-261-2/+2
|/
* Teach git-commit about commit message templates.Steven Grimm2007-07-241-0/+96