summaryrefslogtreecommitdiff
path: root/git-commit.sh
AgeCommit message (Expand)AuthorFilesLines
2007-08-26When nothing to git-commit, honor the git-status color setting.Libravatar Brian Hetro1-4/+6
2007-08-01git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Libravatar Junio C Hamano1-3/+2
2007-07-24Teach git-commit about commit message templates.Libravatar Steven Grimm1-5/+49
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesLibravatar Adam Roben1-10/+1
2007-07-14Remove useless uses of cat, and replace with filename argumentsLibravatar Josh Triplett1-1/+1
2007-07-08git-commit: don't add multiple Signed-off-by: from the same identityLibravatar Gerrit Pape1-9/+11
2007-07-06Enable "git rerere" by the config variable rerere.enabledLibravatar Johannes Schindelin1-4/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-25/+25
2007-06-24Move the pick_author code to git-sh-setupLibravatar Johannes Schindelin1-28/+2
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-05-26Merge branch 'maint-1.5.1' into maintLibravatar Junio C Hamano1-4/+4
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsLibravatar Junio C Hamano1-4/+4
2007-04-16Display the subject of the commit just made.Libravatar Michael S. Tsirkin1-1/+2
2007-04-03git-read-tree --index-output=<file>Libravatar Junio C Hamano1-2/+2
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Libravatar Junio C Hamano1-2/+2
2007-03-28Merge branch 'maint' to synchronize with 1.5.0.6Libravatar Junio C Hamano1-1/+1
2007-03-28git-commit: "read-tree -m HEAD" is not the right way to read-tree quicklyLibravatar Junio C Hamano1-1/+1
2007-03-09git-commit: add a --interactive optionLibravatar Paolo Bonzini1-5/+16
2007-03-05Merge branch 'maint'Libravatar Junio C Hamano1-0/+3
2007-03-05git-commit: cd to top before showing the final statLibravatar Junio C Hamano1-0/+3
2007-02-26Merge branch 'master' into js/diff-niLibravatar Junio C Hamano1-0/+4
2007-02-22Fix 'git commit -a' in a newly initialized repositoryLibravatar Fredrik Kuivinen1-0/+4
2007-02-22git-status: do not be totally useless in a read-only repository.Libravatar Junio C Hamano1-10/+11
2007-02-03honor GIT_REFLOG_ACTION in git-commitLibravatar Junio C Hamano1-1/+2
2007-01-29git-commit -s: no extra space when sign-offs appear at the end already.Libravatar Junio C Hamano1-1/+4
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-2/+2
2007-01-24Documentation: --amend cannot be combined with -c/-C/-F.Libravatar Peter Eriksen1-3/+3
2007-01-22[PATCH] honor --author even with --amend, -C, and -c.Libravatar Junio C Hamano1-9/+10
2007-01-14Merge branch 'jc/int'Libravatar Junio C Hamano1-2/+5
2007-01-13Consistent message encoding while reusing log from an existing commit.Libravatar Junio C Hamano1-2/+5
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Libravatar Junio C Hamano1-14/+8
2007-01-11Merge branch 'jc/bare'Libravatar Junio C Hamano1-0/+1
2007-01-10Disallow working directory commands in a bare repository.Libravatar Shawn O. Pearce1-0/+1
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADLibravatar Michael Loeffler1-1/+1
2007-01-01Remove unused variable (git-commit.sh)Libravatar Junio C Hamano1-1/+0
2006-12-15Suggest use of "git add file1 file2" when there is nothing to commit.Libravatar Shawn O. Pearce1-1/+1
2006-12-15make commit message a little more consistent and confortingLibravatar Nicolas Pitre1-4/+15
2006-12-13Merge branch 'np/addcommit'Libravatar Junio C Hamano1-11/+1
2006-12-10git-commit: allow --only to lose what was staged earlier.Libravatar Junio C Hamano1-11/+1
2006-11-25git-commit: show --summary after successful commit.Libravatar Junio C Hamano1-0/+3
2006-11-01Merge branch 'lj/refs'Libravatar Junio C Hamano1-5/+5
2006-10-15git-revert with conflicts to behave as git-merge with conflictsLibravatar Luben Tuikov1-2/+2
2006-10-07git-commit: fix coding style.Libravatar Martin Waitz1-231/+233
2006-10-03git-commit: cleanup unused function.Libravatar Martin Waitz1-27/+0
2006-09-27update a few Porcelain-ish for ref lock safety.Libravatar Junio C Hamano1-3/+3
2006-09-12Teach runstatus about --untrackedLibravatar Johannes Schindelin1-1/+2
2006-09-08git-commit.sh: convert run_status to a C builtinLibravatar Jeff King1-99/+7
2006-07-13Do not use perl in git-commit.shLibravatar Alex Riesen1-19/+13
2006-07-10Record the type of commit operation in the reflog.Libravatar Shawn Pearce1-1/+5
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1