summaryrefslogtreecommitdiff
path: root/git-commit.sh
AgeCommit message (Expand)AuthorFilesLines
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsLibravatar Junio C Hamano1-4/+4
2007-03-28Merge branch 'maint' to synchronize with 1.5.0.6Libravatar Junio C Hamano1-1/+1
2007-03-28git-commit: "read-tree -m HEAD" is not the right way to read-tree quicklyLibravatar Junio C Hamano1-1/+1
2007-03-09git-commit: add a --interactive optionLibravatar Paolo Bonzini1-5/+16
2007-03-05Merge branch 'maint'Libravatar Junio C Hamano1-0/+3
2007-03-05git-commit: cd to top before showing the final statLibravatar Junio C Hamano1-0/+3
2007-02-26Merge branch 'master' into js/diff-niLibravatar Junio C Hamano1-0/+4
2007-02-22Fix 'git commit -a' in a newly initialized repositoryLibravatar Fredrik Kuivinen1-0/+4
2007-02-22git-status: do not be totally useless in a read-only repository.Libravatar Junio C Hamano1-10/+11
2007-02-03honor GIT_REFLOG_ACTION in git-commitLibravatar Junio C Hamano1-1/+2
2007-01-29git-commit -s: no extra space when sign-offs appear at the end already.Libravatar Junio C Hamano1-1/+4
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-2/+2
2007-01-24Documentation: --amend cannot be combined with -c/-C/-F.Libravatar Peter Eriksen1-3/+3
2007-01-22[PATCH] honor --author even with --amend, -C, and -c.Libravatar Junio C Hamano1-9/+10
2007-01-14Merge branch 'jc/int'Libravatar Junio C Hamano1-2/+5
2007-01-13Consistent message encoding while reusing log from an existing commit.Libravatar Junio C Hamano1-2/+5
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Libravatar Junio C Hamano1-14/+8
2007-01-11Merge branch 'jc/bare'Libravatar Junio C Hamano1-0/+1
2007-01-10Disallow working directory commands in a bare repository.Libravatar Shawn O. Pearce1-0/+1
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADLibravatar Michael Loeffler1-1/+1
2007-01-01Remove unused variable (git-commit.sh)Libravatar Junio C Hamano1-1/+0
2006-12-15Suggest use of "git add file1 file2" when there is nothing to commit.Libravatar Shawn O. Pearce1-1/+1
2006-12-15make commit message a little more consistent and confortingLibravatar Nicolas Pitre1-4/+15
2006-12-13Merge branch 'np/addcommit'Libravatar Junio C Hamano1-11/+1
2006-12-10git-commit: allow --only to lose what was staged earlier.Libravatar Junio C Hamano1-11/+1
2006-11-25git-commit: show --summary after successful commit.Libravatar Junio C Hamano1-0/+3
2006-11-01Merge branch 'lj/refs'Libravatar Junio C Hamano1-5/+5
2006-10-15git-revert with conflicts to behave as git-merge with conflictsLibravatar Luben Tuikov1-2/+2
2006-10-07git-commit: fix coding style.Libravatar Martin Waitz1-231/+233
2006-10-03git-commit: cleanup unused function.Libravatar Martin Waitz1-27/+0
2006-09-27update a few Porcelain-ish for ref lock safety.Libravatar Junio C Hamano1-3/+3
2006-09-12Teach runstatus about --untrackedLibravatar Johannes Schindelin1-1/+2
2006-09-08git-commit.sh: convert run_status to a C builtinLibravatar Jeff King1-99/+7
2006-07-13Do not use perl in git-commit.shLibravatar Alex Riesen1-19/+13
2006-07-10Record the type of commit operation in the reflog.Libravatar Shawn Pearce1-1/+5
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-07-08Using 'perl' in *.shLibravatar Michal Rokos1-1/+1
2006-06-29Racy GIT (part #3)Libravatar Junio C Hamano1-1/+1
2006-06-27Fix expr usage for FreeBSDLibravatar Dennis Stosberg1-9/+9
2006-06-26Merge branch 'jc/squash'Libravatar Junio C Hamano1-2/+5
2006-06-25git-commit: filter out log message lines only when editor was run.Libravatar Yann Dirson1-7/+12
2006-06-24git-merge --squashLibravatar Junio C Hamano1-2/+5
2006-06-23git-commit: allow -e option anywhere on command lineLibravatar Jeff King1-1/+3
2006-05-31Merge branch 'master' into nextLibravatar Junio C Hamano1-7/+30
2006-05-31Allow multiple -m options to git-commit.Libravatar Shawn Pearce1-7/+30
2006-05-26Merge branch 'master' into nextLibravatar Junio C Hamano1-0/+3
2006-05-26Add instructions to commit template.Libravatar Martin Waitz1-0/+3
2006-05-23Merge branch 'sp/reflog' into nextLibravatar Junio C Hamano1-1/+2
2006-05-23git status: skip empty directories, and add -u to show all untracked filesLibravatar Matthias Lederhofer1-3/+14
2006-05-19Include ref log detail in commit, reset, etc.Libravatar Shawn Pearce1-1/+2