Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-01Use 'git status' now it can handle initial commit.Junio C Hamano
2005-08-30git commit: Allow editing on all occasions.Junio C Hamano
2005-08-28Show the branch name more prominently in "git status".Junio C Hamano
2005-08-27Accept -m and friends for initial commits and merge commits.Junio C Hamano
2005-08-20Add commit hook and make the verification customizable.Junio C Hamano
2005-08-20[PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano
2005-08-18Fix git-commit without paths.Junio C Hamano
2005-08-17git-commit: pass explicit path to git-diff-files.Junio C Hamano
2005-08-16Tentative fix to git-commit-scriptJunio C Hamano
2005-08-14Add --signoff and --verify option to git commit.Junio C Hamano
2005-08-10git-commit: log parameter updates.Junio C Hamano
2005-08-06[PATCH] git-commit-script fix for degenerated mergeJohannes Schindelin
2005-07-23[PATCH] Audit rev-parse users.Junio C Hamano
2005-07-19Add "git commit --all" since everybody seems to want it.Linus Torvalds
2005-07-08Add "git-sh-setup-script" for common git shell script setupLinus Torvalds
2005-06-26[PATCH] git-commit-script: get commit message from an existing one.Junio C Hamano
2005-06-21Let "git commit" take arguments for files to commit.Linus Torvalds
2005-06-20Make "git commit" clean up after itselfLinus Torvalds
2005-06-14Make "git commit" handle initial commits tooLinus Torvalds
2005-06-09Remove MERGE_HEAD after committing mergeLinus Torvalds
2005-06-09Make "git commit" work correctly in the presense of a manual mergeLinus Torvalds
2005-06-01[PATCH] git: git-commit-script ignores $GIT_DIRAlexey Guzeev
2005-05-31[PATCH] Buglets fix in the new two scriptsJunio C Hamano
2005-05-30Add "commit" helper scriptLinus Torvalds