summaryrefslogtreecommitdiff
path: root/git-commit.sh
AgeCommit message (Expand)Author
2007-10-03Merge branch 'jc/autogc'Junio C Hamano
2007-10-03Sync with GIT 1.5.3.4Junio C Hamano
2007-10-02git-commit: initialize TMP_INDEX just to be sure.Junio C Hamano
2007-09-24Merge branch 'maint'Junio C Hamano
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup
2007-09-18git-commit.sh: Shell script cleanupDavid Kastrup
2007-09-18git-commit: partial commit of paths only removed from the indexJunio C Hamano
2007-09-18git-commit: Allow partial commit of file removal.Junio C Hamano
2007-09-14git-commit: partial commit of paths only removed from the indexJunio C Hamano
2007-09-12git-commit: Allow partial commit of file removal.Junio C Hamano
2007-09-12git-commit: Disallow amend if it is going to produce an empty non-merge commitDmitry V. Levin
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano
2007-08-26When nothing to git-commit, honor the git-status color setting.Brian Hetro
2007-08-02git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano
2007-07-25Teach git-commit about commit message templates.Steven Grimm
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett
2007-07-09git-commit: don't add multiple Signed-off-by: from the same identityGerrit Pape
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-25Move the pick_author code to git-sh-setupJohannes Schindelin
2007-06-07War on whitespaceJunio C Hamano
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano
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