summaryrefslogtreecommitdiff
path: root/git-commit.sh
AgeCommit message (Expand)Author
2007-04-16Display the subject of the commit just made.Michael S. Tsirkin
2007-04-04git-read-tree --index-output=<file>Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-03-28Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano
2007-03-28git-commit: "read-tree -m HEAD" is not the right way to read-tree quicklyJunio C Hamano
2007-03-09git-commit: add a --interactive optionPaolo Bonzini
2007-03-06Merge branch 'maint'Junio C Hamano
2007-03-06git-commit: cd to top before showing the final statJunio C Hamano
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano
2007-02-23Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen
2007-02-22git-status: do not be totally useless in a read-only repository.Junio C Hamano
2007-02-03honor GIT_REFLOG_ACTION in git-commitJunio C Hamano
2007-01-29git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-24Documentation: --amend cannot be combined with -c/-C/-F.Peter Eriksen
2007-01-23[PATCH] honor --author even with --amend, -C, and -c.Junio C Hamano
2007-01-14Merge branch 'jc/int'Junio C Hamano
2007-01-13Consistent message encoding while reusing log from an existing commit.Junio C Hamano
2007-01-13Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler
2007-01-02Remove unused variable (git-commit.sh)Junio C Hamano
2006-12-16Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce
2006-12-16make commit message a little more consistent and confortingNicolas Pitre
2006-12-13Merge branch 'np/addcommit'Junio C Hamano
2006-12-10git-commit: allow --only to lose what was staged earlier.Junio C Hamano
2006-11-25git-commit: show --summary after successful commit.Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-16git-revert with conflicts to behave as git-merge with conflictsLuben Tuikov
2006-10-08git-commit: fix coding style.Martin Waitz
2006-10-04git-commit: cleanup unused function.Martin Waitz
2006-09-27update a few Porcelain-ish for ref lock safety.Junio C Hamano
2006-09-13Teach runstatus about --untrackedJohannes Schindelin
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King
2006-07-14Do not use perl in git-commit.shAlex Riesen
2006-07-11Record the type of commit operation in the reflog.Shawn Pearce
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-08Using 'perl' in *.shMichal Rokos
2006-06-29Racy GIT (part #3)Junio C Hamano
2006-06-27Fix expr usage for FreeBSDDennis Stosberg
2006-06-26Merge branch 'jc/squash'Junio C Hamano
2006-06-25git-commit: filter out log message lines only when editor was run.Yann Dirson
2006-06-24git-merge --squashJunio C Hamano
2006-06-23git-commit: allow -e option anywhere on command lineJeff King
2006-06-01Merge branch 'master' into nextJunio C Hamano
2006-05-31Allow multiple -m options to git-commit.Shawn Pearce
2006-05-26Merge branch 'master' into nextJunio C Hamano
2006-05-26Add instructions to commit template.Martin Waitz
2006-05-23Merge branch 'sp/reflog' into nextJunio C Hamano