aboutsummaryrefslogtreecommitdiffstats
path: root/git-commit-script
AgeCommit message (Expand)AuthorFilesLines
2005-09-07Big tool rename.Junio C Hamano1-233/+0
2005-08-31Use 'git status' now it can handle initial commit.Junio C Hamano1-25/+20
2005-08-29git commit: Allow editing on all occasions.Junio C Hamano1-0/+3
2005-08-28Show the branch name more prominently in "git status".Junio C Hamano1-2/+2
2005-08-26Accept -m and friends for initial commits and merge commits.Junio C Hamano1-47/+39
2005-08-19Add commit hook and make the verification customizable.Junio C Hamano1-52/+23
2005-08-19[PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano1-2/+2
2005-08-17Fix git-commit without paths.Junio C Hamano1-2/+4
2005-08-17git-commit: pass explicit path to git-diff-files.Junio C Hamano1-3/+8
2005-08-15Tentative fix to git-commit-scriptJunio C Hamano1-5/+11
2005-08-13Add --signoff and --verify option to git commit.Junio C Hamano1-4/+72
2005-08-09git-commit: log parameter updates.Junio C Hamano1-22/+105
2005-08-05[PATCH] git-commit-script fix for degenerated mergeJohannes Schindelin1-2/+2
2005-07-22[PATCH] Audit rev-parse users.Junio C Hamano1-1/+1
2005-07-19Add "git commit --all" since everybody seems to want it.Linus Torvalds1-1/+5
2005-07-08Add "git-sh-setup-script" for common git shell script setupLinus Torvalds1-7/+3
2005-06-25[PATCH] git-commit-script: get commit message from an existing one.Junio C Hamano1-8/+67
2005-06-20Let "git commit" take arguments for files to commit.Linus Torvalds1-0/+1
2005-06-19Make "git commit" clean up after itselfLinus Torvalds1-5/+9
2005-06-14Make "git commit" handle initial commits tooLinus Torvalds1-12/+31
2005-06-08Remove MERGE_HEAD after committing mergeLinus Torvalds1-1/+2
2005-06-08Make "git commit" work correctly in the presense of a manual mergeLinus Torvalds1-2/+13
2005-06-01[PATCH] git: git-commit-script ignores $GIT_DIRAlexey Guzeev1-1/+1
2005-05-30[PATCH] Buglets fix in the new two scriptsJunio C Hamano1-3/+1
2005-05-30Add "commit" helper scriptLinus Torvalds1-0/+15