aboutsummaryrefslogtreecommitdiffstats
path: root/git-commit.sh
AgeCommit message (Expand)AuthorFilesLines
2007-11-22Port git commit to C.Kristian Høgsberg1-629/+0
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano1-0/+1
2007-11-14Merge branch 'bs/maint-commit-options'Junio C Hamano1-2/+2
2007-11-14Merge branch 'rv/maint-index-commit'Junio C Hamano1-1/+1
2007-11-11Make GIT_INDEX_FILE apply to git-commitRémi Vanicat1-1/+1
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano1-0/+1
2007-11-05git-commit.sh: Fix usage checks regarding paths given when they do not make s...Björn Steinbrink1-2/+2
2007-10-03Merge branch 'jc/autogc'Junio C Hamano1-0/+1
2007-10-03Sync with GIT 1.5.3.4Junio C Hamano1-0/+1
2007-10-02git-commit: initialize TMP_INDEX just to be sure.Junio C Hamano1-0/+1
2007-09-23Merge branch 'maint'Junio C Hamano1-1/+1
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-09-18git-commit.sh: Shell script cleanupDavid Kastrup1-58/+14
2007-09-17git-commit: partial commit of paths only removed from the indexJunio C Hamano1-1/+1
2007-09-17git-commit: Allow partial commit of file removal.Junio C Hamano1-1/+4
2007-09-14git-commit: partial commit of paths only removed from the indexJunio C Hamano1-1/+1
2007-09-12git-commit: Allow partial commit of file removal.Junio C Hamano1-1/+4
2007-09-12git-commit: Disallow amend if it is going to produce an empty non-merge commitDmitry V. Levin1-1/+1
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano1-0/+1
2007-08-26When nothing to git-commit, honor the git-status color setting.Brian Hetro1-4/+6
2007-08-01git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano1-3/+2
2007-07-24Teach git-commit about commit message templates.Steven Grimm1-5/+49
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben1-10/+1
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett1-1/+1
2007-07-08git-commit: don't add multiple Signed-off-by: from the same identityGerrit Pape1-9/+11
2007-07-06Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin1-4/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-25/+25
2007-06-24Move the pick_author code to git-sh-setupJohannes Schindelin1-28/+2
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano1-4/+4
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano1-4/+4
2007-04-16Display the subject of the commit just made.Michael S. Tsirkin1-1/+2
2007-04-03git-read-tree --index-output=<file>Junio C Hamano1-2/+2
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano1-2/+2
2007-03-28Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano1-1/+1
2007-03-28git-commit: "read-tree -m HEAD" is not the right way to read-tree quicklyJunio C Hamano1-1/+1
2007-03-09git-commit: add a --interactive optionPaolo Bonzini1-5/+16
2007-03-05Merge branch 'maint'Junio C Hamano1-0/+3
2007-03-05git-commit: cd to top before showing the final statJunio C Hamano1-0/+3
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano1-0/+4
2007-02-22Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen1-0/+4
2007-02-22git-status: do not be totally useless in a read-only repository.Junio C Hamano1-10/+11
2007-02-03honor GIT_REFLOG_ACTION in git-commitJunio C Hamano1-1/+2
2007-01-29git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano1-1/+4
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-2/+2
2007-01-24Documentation: --amend cannot be combined with -c/-C/-F.Peter Eriksen1-3/+3
2007-01-22[PATCH] honor --author even with --amend, -C, and -c.Junio C Hamano1-9/+10
2007-01-14Merge branch 'jc/int'Junio C Hamano1-2/+5
2007-01-13Consistent message encoding while reusing log from an existing commit.Junio C Hamano1-2/+5
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano1-14/+8
2007-01-11Merge branch 'jc/bare'Junio C Hamano1-0/+1
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler1-1/+1
2007-01-01Remove unused variable (git-commit.sh)Junio C Hamano1-1/+0
2006-12-15Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce1-1/+1
2006-12-15make commit message a little more consistent and confortingNicolas Pitre1-4/+15
2006-12-13Merge branch 'np/addcommit'Junio C Hamano1-11/+1
2006-12-10git-commit: allow --only to lose what was staged earlier.Junio C Hamano1-11/+1
2006-11-25git-commit: show --summary after successful commit.Junio C Hamano1-0/+3
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-5/+5
2006-10-15git-revert with conflicts to behave as git-merge with conflictsLuben Tuikov1-2/+2
2006-10-07git-commit: fix coding style.Martin Waitz1-231/+233
2006-10-03git-commit: cleanup unused function.Martin Waitz1-27/+0
2006-09-27update a few Porcelain-ish for ref lock safety.Junio C Hamano1-3/+3
2006-09-12Teach runstatus about --untrackedJohannes Schindelin1-1/+2
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-99/+7
2006-07-13Do not use perl in git-commit.shAlex Riesen1-19/+13
2006-07-10Record the type of commit operation in the reflog.Shawn Pearce1-1/+5
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-07-08Using 'perl' in *.shMichal Rokos1-1/+1
2006-06-29Racy GIT (part #3)Junio C Hamano1-1/+1
2006-06-27Fix expr usage for FreeBSDDennis Stosberg1-9/+9
2006-06-26Merge branch 'jc/squash'Junio C Hamano1-2/+5
2006-06-25git-commit: filter out log message lines only when editor was run.Yann Dirson1-7/+12
2006-06-24git-merge --squashJunio C Hamano1-2/+5
2006-06-23git-commit: allow -e option anywhere on command lineJeff King1-1/+3
2006-05-31Merge branch 'master' into nextJunio C Hamano1-7/+30
2006-05-31Allow multiple -m options to git-commit.Shawn Pearce1-7/+30
2006-05-26Merge branch 'master' into nextJunio C Hamano1-0/+3
2006-05-26Add instructions to commit template.Martin Waitz1-0/+3
2006-05-23Merge branch 'sp/reflog' into nextJunio C Hamano1-1/+2
2006-05-23git status: skip empty directories, and add -u to show all untracked filesMatthias Lederhofer1-3/+14
2006-05-19Include ref log detail in commit, reset, etc.Shawn Pearce1-1/+2
2006-05-14Ensure author & committer before asking for commit message.Sean1-0/+2
2006-04-20git-commit --amend: two fixes.Junio C Hamano1-7/+14
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-2/+2
2006-04-12git-commit: do not muck with commit message when no_edit is set.Junio C Hamano1-5/+12
2006-03-20Be verbose when !initial commitYasushi SHOJI1-1/+1
2006-03-05git-commit --amend: allow empty commit.Junio C Hamano1-1/+1
2006-03-02git-commit: make sure we protect against races.Junio C Hamano1-0/+2
2006-03-02git-commit --amendJunio C Hamano1-4/+39
2006-02-14Merge branch 'jc/commit'Junio C Hamano1-7/+9
2006-02-14commit: detect misspelled pathspec while making a partial commit.Junio C Hamano1-10/+9
2006-02-12git-commit: Now --only semantics is the default.Junio C Hamano1-6/+3
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano1-1/+4
2006-02-10git-commit -v: have patch at the end.Junio C Hamano1-27/+18
2006-02-10git-status -vJunio C Hamano1-60/+250
2006-02-06git-commit: finishing touches.Junio C Hamano1-40/+73
2006-02-06git-commit: revamp the git-commit semantics.Junio C Hamano1-112/+291
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano1-0/+1
2006-02-04Do not fall back on vi on dumb terminals.Junio C Hamano1-0/+8
2006-01-05format-patch/commit: Quote single quote in the author name properly.Junio C Hamano1-0/+1
2006-01-05trivial: typo in git-commit.shAlex Riesen1-1/+1
2005-12-14Trivial usage string clean-upfreku045@student.liu.se1-4/+1
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-25Prevent "git-commit -a path1 path2..."Junio C Hamano1-1/+4
2005-11-11Do not lose author name information to locale gotchas.Junio C Hamano1-1/+1
2005-11-01Do not put automatic merge message after signed-off-by line.Junio C Hamano1-3/+3
2005-10-28update usage string for git-commit.shc.shoemaker@cox.net1-1/+1
2005-10-18Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano1-1/+1
2005-10-09Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar1-12/+16
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_Béjar1-1/+1
2005-10-03Leave an empty line between log and sign-off.Junio C Hamano1-4/+7
2005-10-01Add git-symbolic-refJunio C Hamano1-9/+8
2005-09-28Use git-update-ref in scripts.Junio C Hamano1-1/+3
2005-09-27git-commit: use update-index --stdin, instead of xargs.Junio C Hamano1-2/+2
2005-09-26Give default merge message after failed automerge.Junio C Hamano1-0/+3
2005-09-10Multi-backend merge driver.Junio C Hamano1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+233