aboutsummaryrefslogtreecommitdiff
path: root/git-commit.sh
Commit message (Expand)AuthorAge
* Merge branch 'jc/autogc'Junio C Hamano2007-10-03
|\
| * Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-06
* | Sync with GIT 1.5.3.4Junio C Hamano2007-10-03
|\ \
| * | git-commit: initialize TMP_INDEX just to be sure.Junio C Hamano2007-10-02
* | | Merge branch 'maint'Junio C Hamano2007-09-23
|\ \ \ | |/ /
| * | Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-23
| * | git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-17
| * | git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-17
* | | git-commit.sh: Shell script cleanupDavid Kastrup2007-09-18
* | | git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-14
* | | git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-12
|/ /
* | git-commit: Disallow amend if it is going to produce an empty non-merge commitDmitry V. Levin2007-09-12
|/
* When nothing to git-commit, honor the git-status color setting.Brian Hetro2007-08-26
* git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano2007-08-01
* Teach git-commit about commit message templates.Steven Grimm2007-07-24
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-20
* Remove useless uses of cat, and replace with filename argumentsJosh Triplett2007-07-14
* git-commit: don't add multiple Signed-off-by: from the same identityGerrit Pape2007-07-08
* Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin2007-07-06
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Move the pick_author code to git-sh-setupJohannes Schindelin2007-06-24
* War on whitespaceJunio C Hamano2007-06-07
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-26
|\
| * git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano2007-05-26
* | Display the subject of the commit just made.Michael S. Tsirkin2007-04-16
* | git-read-tree --index-output=<file>Junio C Hamano2007-04-03
* | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
|/
* Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano2007-03-28
|\
| * git-commit: "read-tree -m HEAD" is not the right way to read-tree quicklyJunio C Hamano2007-03-28
* | git-commit: add a --interactive optionPaolo Bonzini2007-03-09
* | Merge branch 'maint'Junio C Hamano2007-03-05
|\ \ | |/
| * git-commit: cd to top before showing the final statJunio C Hamano2007-03-05
* | Merge branch 'master' into js/diff-niJunio C Hamano2007-02-26
|\ \ | |/
| * Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen2007-02-22
* | git-status: do not be totally useless in a read-only repository.Junio C Hamano2007-02-22
|/
* honor GIT_REFLOG_ACTION in git-commitJunio C Hamano2007-02-03
* git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano2007-01-29
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* Documentation: --amend cannot be combined with -c/-C/-F.Peter Eriksen2007-01-24
* [PATCH] honor --author even with --amend, -C, and -c.Junio C Hamano2007-01-22
* Merge branch 'jc/int'Junio C Hamano2007-01-14
|\
| * Consistent message encoding while reusing log from an existing commit.Junio C Hamano2007-01-13
* | Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano2007-01-12
|/
* Merge branch 'jc/bare'Junio C Hamano2007-01-11
|\
| * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-10
* | git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler2007-01-08
|/
* Remove unused variable (git-commit.sh)Junio C Hamano2007-01-01
* Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce2006-12-15
* make commit message a little more consistent and confortingNicolas Pitre2006-12-15
* Merge branch 'np/addcommit'Junio C Hamano2006-12-13
|\