summaryrefslogtreecommitdiff
path: root/git-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* git-commit: fix coding style.Martin Waitz2006-10-071-231/+233
* git-commit: cleanup unused function.Martin Waitz2006-10-031-27/+0
* Teach runstatus about --untrackedJohannes Schindelin2006-09-121-1/+2
* git-commit.sh: convert run_status to a C builtinJeff King2006-09-081-99/+7
* Do not use perl in git-commit.shAlex Riesen2006-07-131-19/+13
* Record the type of commit operation in the reflog.Shawn Pearce2006-07-101-1/+5
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* Using 'perl' in *.shMichal Rokos2006-07-081-1/+1
* Racy GIT (part #3)Junio C Hamano2006-06-291-1/+1
* Fix expr usage for FreeBSDDennis Stosberg2006-06-271-9/+9
* Merge branch 'jc/squash'Junio C Hamano2006-06-261-2/+5
|\
| * git-merge --squashJunio C Hamano2006-06-241-2/+5
* | git-commit: filter out log message lines only when editor was run.Yann Dirson2006-06-251-7/+12
|/
* git-commit: allow -e option anywhere on command lineJeff King2006-06-231-1/+3
* Merge branch 'master' into nextJunio C Hamano2006-05-311-7/+30
|\
| * Allow multiple -m options to git-commit.Shawn Pearce2006-05-311-7/+30
* | Merge branch 'master' into nextJunio C Hamano2006-05-261-0/+3
|\ \ | |/
| * Add instructions to commit template.Martin Waitz2006-05-261-0/+3
* | Merge branch 'sp/reflog' into nextJunio C Hamano2006-05-231-1/+2
|\ \ | |/ |/|
| * Include ref log detail in commit, reset, etc.Shawn Pearce2006-05-191-1/+2
* | git status: skip empty directories, and add -u to show all untracked filesMatthias Lederhofer2006-05-231-3/+14
|/
* Ensure author & committer before asking for commit message.Sean2006-05-141-0/+2
* git-commit --amend: two fixes.Junio C Hamano2006-04-201-7/+14
* Shell utilities: Guard against expr' magic tokens.Mark Wooding2006-04-131-2/+2
* git-commit: do not muck with commit message when no_edit is set.Junio C Hamano2006-04-121-5/+12
* Be verbose when !initial commitYasushi SHOJI2006-03-201-1/+1
* git-commit --amend: allow empty commit.Junio C Hamano2006-03-051-1/+1
* git-commit: make sure we protect against races.Junio C Hamano2006-03-021-0/+2
* git-commit --amendJunio C Hamano2006-03-021-4/+39
* Merge branch 'jc/commit'Junio C Hamano2006-02-141-7/+9
|\
| * commit: detect misspelled pathspec while making a partial commit.Junio C Hamano2006-02-141-10/+9
* | git-commit: Now --only semantics is the default.Junio C Hamano2006-02-121-6/+3
|/
* Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano2006-02-111-1/+4
* git-commit -v: have patch at the end.Junio C Hamano2006-02-101-27/+18
* git-status -vJunio C Hamano2006-02-101-60/+250
* git-commit: finishing touches.Junio C Hamano2006-02-061-40/+73
* git-commit: revamp the git-commit semantics.Junio C Hamano2006-02-061-112/+291
* git-rerere: reuse recorded resolve.Junio C Hamano2006-02-061-0/+1
* Do not fall back on vi on dumb terminals.Junio C Hamano2006-02-041-0/+8
* format-patch/commit: Quote single quote in the author name properly.Junio C Hamano2006-01-051-0/+1
* trivial: typo in git-commit.shAlex Riesen2006-01-051-1/+1
* Trivial usage string clean-upfreku045@student.liu.se2005-12-141-4/+1
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* Prevent "git-commit -a path1 path2..."Junio C Hamano2005-11-251-1/+4
* Do not lose author name information to locale gotchas.Junio C Hamano2005-11-111-1/+1
* Do not put automatic merge message after signed-off-by line.Junio C Hamano2005-11-011-3/+3
* update usage string for git-commit.shc.shoemaker@cox.net2005-10-281-1/+1
* Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano2005-10-181-1/+1
* Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar2005-10-091-12/+16
* [PATCH] Quote the missing GIT_DIR.Santi_Béjar2005-10-051-1/+1