| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation: --amend cannot be combined with -c/-C/-F. | Peter Eriksen | 2007-01-24 | 1 | -3/+3 |
* | [PATCH] honor --author even with --amend, -C, and -c. | Junio C Hamano | 2007-01-22 | 1 | -9/+10 |
* | Merge branch 'jc/int' | Junio C Hamano | 2007-01-14 | 1 | -2/+5 |
|\ |
|
| * | Consistent message encoding while reusing log from an existing commit. | Junio C Hamano | 2007-01-13 | 1 | -2/+5 |
* | | Use cd_to_toplevel in scripts that implement it by hand. | Junio C Hamano | 2007-01-12 | 1 | -14/+8 |
|/ |
|
* | Merge branch 'jc/bare' | Junio C Hamano | 2007-01-11 | 1 | -0/+1 |
|\ |
|
| * | Disallow working directory commands in a bare repository. | Shawn O. Pearce | 2007-01-10 | 1 | -0/+1 |
* | | git-commit: do not fail to print the diffstat even if there is a file named HEAD | Michael Loeffler | 2007-01-08 | 1 | -1/+1 |
|/ |
|
* | Remove unused variable (git-commit.sh) | Junio C Hamano | 2007-01-01 | 1 | -1/+0 |
* | Suggest use of "git add file1 file2" when there is nothing to commit. | Shawn O. Pearce | 2006-12-15 | 1 | -1/+1 |
* | make commit message a little more consistent and conforting | Nicolas Pitre | 2006-12-15 | 1 | -4/+15 |
* | Merge branch 'np/addcommit' | Junio C Hamano | 2006-12-13 | 1 | -11/+1 |
|\ |
|
| * | git-commit: allow --only to lose what was staged earlier. | Junio C Hamano | 2006-12-10 | 1 | -11/+1 |
* | | git-commit: show --summary after successful commit. | Junio C Hamano | 2006-11-25 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -5/+5 |
|\ |
|
| * | git-revert with conflicts to behave as git-merge with conflicts | Luben Tuikov | 2006-10-15 | 1 | -2/+2 |
| * | update a few Porcelain-ish for ref lock safety. | Junio C Hamano | 2006-09-27 | 1 | -3/+3 |
* | | git-commit: fix coding style. | Martin Waitz | 2006-10-07 | 1 | -231/+233 |
* | | git-commit: cleanup unused function. | Martin Waitz | 2006-10-03 | 1 | -27/+0 |
|/ |
|
* | Teach runstatus about --untracked | Johannes Schindelin | 2006-09-12 | 1 | -1/+2 |
* | git-commit.sh: convert run_status to a C builtin | Jeff King | 2006-09-08 | 1 | -99/+7 |
* | Do not use perl in git-commit.sh | Alex Riesen | 2006-07-13 | 1 | -19/+13 |
* | Record the type of commit operation in the reflog. | Shawn Pearce | 2006-07-10 | 1 | -1/+5 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | Using 'perl' in *.sh | Michal Rokos | 2006-07-08 | 1 | -1/+1 |
* | Racy GIT (part #3) | Junio C Hamano | 2006-06-29 | 1 | -1/+1 |
* | Fix expr usage for FreeBSD | Dennis Stosberg | 2006-06-27 | 1 | -9/+9 |
* | Merge branch 'jc/squash' | Junio C Hamano | 2006-06-26 | 1 | -2/+5 |
|\ |
|
| * | git-merge --squash | Junio C Hamano | 2006-06-24 | 1 | -2/+5 |
* | | git-commit: filter out log message lines only when editor was run. | Yann Dirson | 2006-06-25 | 1 | -7/+12 |
|/ |
|
* | git-commit: allow -e option anywhere on command line | Jeff King | 2006-06-23 | 1 | -1/+3 |
* | Merge branch 'master' into next | Junio C Hamano | 2006-05-31 | 1 | -7/+30 |
|\ |
|
| * | Allow multiple -m options to git-commit. | Shawn Pearce | 2006-05-31 | 1 | -7/+30 |
* | | Merge branch 'master' into next | Junio C Hamano | 2006-05-26 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Add instructions to commit template. | Martin Waitz | 2006-05-26 | 1 | -0/+3 |
* | | Merge branch 'sp/reflog' into next | Junio C Hamano | 2006-05-23 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Include ref log detail in commit, reset, etc. | Shawn Pearce | 2006-05-19 | 1 | -1/+2 |
* | | git status: skip empty directories, and add -u to show all untracked files | Matthias Lederhofer | 2006-05-23 | 1 | -3/+14 |
|/ |
|
* | Ensure author & committer before asking for commit message. | Sean | 2006-05-14 | 1 | -0/+2 |
* | git-commit --amend: two fixes. | Junio C Hamano | 2006-04-20 | 1 | -7/+14 |
* | Shell utilities: Guard against expr' magic tokens. | Mark Wooding | 2006-04-13 | 1 | -2/+2 |
* | git-commit: do not muck with commit message when no_edit is set. | Junio C Hamano | 2006-04-12 | 1 | -5/+12 |
* | Be verbose when !initial commit | Yasushi SHOJI | 2006-03-20 | 1 | -1/+1 |
* | git-commit --amend: allow empty commit. | Junio C Hamano | 2006-03-05 | 1 | -1/+1 |
* | git-commit: make sure we protect against races. | Junio C Hamano | 2006-03-02 | 1 | -0/+2 |
* | git-commit --amend | Junio C Hamano | 2006-03-02 | 1 | -4/+39 |
* | Merge branch 'jc/commit' | Junio C Hamano | 2006-02-14 | 1 | -7/+9 |
|\ |
|
| * | commit: detect misspelled pathspec while making a partial commit. | Junio C Hamano | 2006-02-14 | 1 | -10/+9 |
* | | git-commit: Now --only semantics is the default. | Junio C Hamano | 2006-02-12 | 1 | -6/+3 |
|/ |
|
* | Only call git-rerere if $GIT_DIR/rr-cache exists. | Junio C Hamano | 2006-02-11 | 1 | -1/+4 |