summaryrefslogtreecommitdiff
path: root/git-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* Display the subject of the commit just made.Michael S. Tsirkin2007-04-161-1/+2
* git-read-tree --index-output=<file>Junio C Hamano2007-04-031-2/+2
* _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-2/+2
* Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano2007-03-281-1/+1
|\
| * git-commit: "read-tree -m HEAD" is not the right way to read-tree quicklyJunio C Hamano2007-03-281-1/+1
* | git-commit: add a --interactive optionPaolo Bonzini2007-03-091-5/+16
* | Merge branch 'maint'Junio C Hamano2007-03-051-0/+3
|\ \ | |/
| * git-commit: cd to top before showing the final statJunio C Hamano2007-03-051-0/+3
* | Merge branch 'master' into js/diff-niJunio C Hamano2007-02-261-0/+4
|\ \ | |/
| * Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen2007-02-221-0/+4
* | git-status: do not be totally useless in a read-only repository.Junio C Hamano2007-02-221-10/+11
|/
* honor GIT_REFLOG_ACTION in git-commitJunio C Hamano2007-02-031-1/+2
* git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano2007-01-291-1/+4
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-2/+2
* Documentation: --amend cannot be combined with -c/-C/-F.Peter Eriksen2007-01-241-3/+3
* [PATCH] honor --author even with --amend, -C, and -c.Junio C Hamano2007-01-221-9/+10
* Merge branch 'jc/int'Junio C Hamano2007-01-141-2/+5
|\
| * Consistent message encoding while reusing log from an existing commit.Junio C Hamano2007-01-131-2/+5
* | Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano2007-01-121-14/+8
|/
* Merge branch 'jc/bare'Junio C Hamano2007-01-111-0/+1
|\
| * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+1
* | git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler2007-01-081-1/+1
|/
* Remove unused variable (git-commit.sh)Junio C Hamano2007-01-011-1/+0
* Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce2006-12-151-1/+1
* make commit message a little more consistent and confortingNicolas Pitre2006-12-151-4/+15
* Merge branch 'np/addcommit'Junio C Hamano2006-12-131-11/+1
|\
| * git-commit: allow --only to lose what was staged earlier.Junio C Hamano2006-12-101-11/+1
* | git-commit: show --summary after successful commit.Junio C Hamano2006-11-251-0/+3
|/
* Merge branch 'lj/refs'Junio C Hamano2006-11-011-5/+5
|\
| * git-revert with conflicts to behave as git-merge with conflictsLuben Tuikov2006-10-151-2/+2
| * update a few Porcelain-ish for ref lock safety.Junio C Hamano2006-09-271-3/+3
* | 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
|\ \ | |/ |/|