summaryrefslogtreecommitdiff
path: root/git-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* Port git commit to C.Kristian Høgsberg2007-11-221-629/+0
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-0/+1
|\
| * scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
* | Merge branch 'bs/maint-commit-options'Junio C Hamano2007-11-141-2/+2
|\ \
| * | git-commit.sh: Fix usage checks regarding paths given when they do not make s...Björn Steinbrink2007-11-051-2/+2
* | | Merge branch 'rv/maint-index-commit'Junio C Hamano2007-11-141-1/+1
|\ \ \ | |_|/ |/| |
| * | Make GIT_INDEX_FILE apply to git-commitRémi Vanicat2007-11-111-1/+1
| |/
* | Merge branch 'jc/autogc'Junio C Hamano2007-10-031-0/+1
|\ \
| * | Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-061-0/+1
* | | Sync with GIT 1.5.3.4Junio C Hamano2007-10-031-0/+1
|\ \ \ | | |/ | |/|
| * | git-commit: initialize TMP_INDEX just to be sure.Junio C Hamano2007-10-021-0/+1
* | | Merge branch 'maint'Junio C Hamano2007-09-231-1/+1
|\ \ \ | |/ /
| * | Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
| * | git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-171-1/+1
| * | git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-171-1/+4
* | | git-commit.sh: Shell script cleanupDavid Kastrup2007-09-181-58/+14
* | | git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-141-1/+1
* | | git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-121-1/+4
|/ /
* | git-commit: Disallow amend if it is going to produce an empty non-merge commitDmitry V. Levin2007-09-121-1/+1
|/
* When nothing to git-commit, honor the git-status color setting.Brian Hetro2007-08-261-4/+6
* git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano2007-08-011-3/+2
* Teach git-commit about commit message templates.Steven Grimm2007-07-241-5/+49
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-201-10/+1
* Remove useless uses of cat, and replace with filename argumentsJosh Triplett2007-07-141-1/+1
* git-commit: don't add multiple Signed-off-by: from the same identityGerrit Pape2007-07-081-9/+11
* Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin2007-07-061-4/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-25/+25
* Move the pick_author code to git-sh-setupJohannes Schindelin2007-06-241-28/+2
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-261-4/+4
|\
| * git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano2007-05-261-4/+4
* | 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
|/