summaryrefslogtreecommitdiff
path: root/git-commit.sh
AgeCommit message (Expand)Author
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
2006-02-14commit: detect misspelled pathspec while making a partial commit.Junio C Hamano
2006-02-13git-commit: Now --only semantics is the default.Junio C Hamano
2006-02-12Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano
2006-02-11git-commit -v: have patch at the end.Junio C Hamano
2006-02-10git-status -vJunio C Hamano
2006-02-07git-commit: finishing touches.Junio C Hamano
2006-02-07git-commit: revamp the git-commit semantics.Junio C Hamano
2006-02-07git-rerere: reuse recorded resolve.Junio C Hamano
2006-02-05Do not fall back on vi on dumb terminals.Junio C Hamano
2006-01-06format-patch/commit: Quote single quote in the author name properly.Junio C Hamano
2006-01-06trivial: typo in git-commit.shAlex Riesen
2005-12-14Trivial usage string clean-upfreku045@student.liu.se
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-11-25Prevent "git-commit -a path1 path2..."Junio C Hamano
2005-11-11Do not lose author name information to locale gotchas.Junio C Hamano
2005-11-02Do not put automatic merge message after signed-off-by line.Junio C Hamano
2005-10-29update usage string for git-commit.shc.shoemaker@cox.net