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