aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-05 06:09:33 -0500
committerJunio C Hamano <gitster@pobox.com>2010-08-06 09:20:00 -0700
commit18acb30ee458a4a413d987215af41b4a76643f5d (patch)
tree1dfbc02064ad0885946f20c260c5bee058eb9557 /builtin/commit.c
parentDon't expand CRLFs when normalizing text during merge (diff)
downloadgit-18acb30ee458a4a413d987215af41b4a76643f5d.tar.gz
git-18acb30ee458a4a413d987215af41b4a76643f5d.zip
t6038 (merge.renormalize): style nitpicks
Some tweaks to simplify adding and running tests. - Use test_tick for predictable, sort of realistic commit dates; - Use test_cmp as "test_cmp expected actual" --- some crazy content that was not expected should cause the test to fail; - Remove and re-add all files at the start of each test so the worktree is easier to think about; - Avoid using cat where not necessary for clarity. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
'insertions'>+13 2007-07-04git-submodule: Fix two instances of the same typoCJ van den Berg1-2/+2 2007-07-03filter-branch: add a test for the commit removal exampleJohannes Schindelin1-0/+35 2007-07-03fsck --lost-found writes to subdirectories in .git/lost-found/Jonas Fonseca1-2/+2 2007-07-03Add diff-option --ext-diffJohannes Schindelin2-0/+12 2007-07-03Document git-filter-branchJohannes Schindelin3-184/+266 2007-07-03stash: end commit log with a newlineUwe Kleine-König1-1/+1 2007-07-03Update draft Release Notes for 1.5.3Junio C Hamano2-15/+47 2007-07-03Document -<n> for git-format-patchMiklos Vajna1-0/+3 2007-07-03glossary: add 'reflog'Johannes Schindelin1-0/+6 2007-07-03diff --no-index: fix --name-status with added filesJohannes Schindelin3-1/+7 2007-07-03Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering1-3/+13 2007-07-02Mark disused commit walkers officially deprecated.v1.5.3-rc0Junio C Hamano3-0/+6 2007-07-02git-stash: make "save" the default action again.Junio C Hamano2-6/+7 2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano142-2094/+2094 2007-07-02Start deprecating "git-command" in favor of "git command"Linus Torvalds3-2/+19 2007-07-02git-fsck: add --lost-found optionJohannes Schindelin3-1/+62 2007-07-02format-patch: Add format.subjectprefix config optionAdam Roben6-3/+76 2007-07-02Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt1-10/+17 2007-07-02"git-push $URL" without refspecs pushes only matching branchesJunio C Hamano1-0/+7 2007-07-02Correctly document the name of the global excludes file configurationMichael Hendricks1-1/+1 2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins1-0/+20 2007-07-02Documentation: minor cleanups to branch/checkout wordingJeff King2-5/+5 2007-07-02Documentation: quote {non-attributes} for asciidocJeff King4-9/+9 2007-07-02Make '!' aliases more usefulJohannes Schindelin1-0/+15 2007-07-02getenv/setenv: use constants if availableMatthias Lederhofer2-3/+3 2007-07-02git-clone: fetch possibly detached HEAD over dumb httpSven Verdoolaege1-0/+11 2007-07-02git-submodule: Instead of using only annotated tags, use any tags.Emil Medve1-4/+17 2007-07-02git-submodule: provide easy way of adding new submodulesSven Verdoolaege2-6/+107 2007-07-02Update public documentation links for 1.5.2.3Junio C Hamano1-1/+2 2007-07-02GIT 1.5.2.3v1.5.2.3Junio C Hamano3-2/+29 2007-07-01Documentation: quote {non-attributes} for asciidocJeff King1-4/+4 2007-07-01git-stash: don't complain when listing in a repo with no stashJeff King1-0/+5 2007-07-01git-stash: fix "can't shift that many" with no argumentsJeff King1-1/+1 2007-07-01git-stash: fix "no arguments" case in documentationJeff King1-2/+2 2007-07-01git-stash: require "save" to be explicit and update documentationJunio C Hamano2-31/+30 2007-07-01Fix t5516-fetch for systems where `wc -l` outputs whitespace.Brian Gernhardt1-2/+2 2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin2-1/+55