summaryrefslogtreecommitdiff
path: root/git-commit.sh
AgeCommit message (Expand)Author
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
2006-05-23git status: skip empty directories, and add -u to show all untracked filesMatthias Lederhofer
2006-05-19Include ref log detail in commit, reset, etc.Shawn Pearce
2006-05-14Ensure author & committer before asking for commit message.Sean
2006-04-20git-commit --amend: two fixes.Junio C Hamano
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding
2006-04-12git-commit: do not muck with commit message when no_edit is set.Junio C Hamano
2006-03-20Be verbose when !initial commitYasushi SHOJI
2006-03-05git-commit --amend: allow empty commit.Junio C Hamano
2006-03-03git-commit: make sure we protect against races.Junio C Hamano
2006-03-03git-commit --amendJunio C Hamano
2006-02-15Merge branch 'jc/commit'Junio C Hamano