summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kh/commit'Junio C Hamano2007-12-0423-103/+1249
|\
| * git-commit --allow-emptyJunio C Hamano2007-12-031-2/+3
| * git-commit: Allow to amend a merge commit that does not change the treeJunio C Hamano2007-12-021-1/+10
| * quote_path: fix collapsing of relative pathsJeff King2007-12-022-6/+7
| * Make git status usage say git status instead of git commitShawn Bohrer2007-12-021-5/+10
| * Fix --signoff in builtin-commit differently.Junio C Hamano2007-12-023-14/+27
| * git-commit: clean up die messagesJeff King2007-12-011-10/+9
| * Do not generate full commit log message if it is not going to be usedAlex Riesen2007-11-281-0/+22
| * Remove git-status from list of scripts as it is builtinShawn O. Pearce2007-11-271-1/+1
| * Fix off-by-one error when truncating the diff out of the commit message.Kristian Høgsberg2007-11-261-1/+1
| * builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit2007-11-263-7/+10
| * Add a few more tests for git-commitJunio C Hamano2007-11-221-0/+92
| * builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg2007-11-222-1/+23
| * builtin-commit: fix partial-commit supportJunio C Hamano2007-11-221-40/+202
| * Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano2007-11-223-5/+8
| * Export three helper functions from ls-filesJunio C Hamano2007-11-222-46/+58
| * builtin-commit: run commit-msg hook with correct message fileJunio C Hamano2007-11-221-1/+1
| * builtin-commit: do not color status output shown in the message templateJunio C Hamano2007-11-222-1/+5
| * file_exists(): dangling symlinks do existJunio C Hamano2007-11-221-4/+3
| * Replace "runstatus" with "status" in the testsJohannes Schindelin2007-11-222-3/+3
| * t7501-commit: Add test for git commit <file> with dirty index.Kristian Høgsberg2007-11-221-0/+10
| * builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg2007-11-221-5/+3
| * Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg2007-11-221-0/+1
| * builtin-commit: Add newline when showing which commit was createdJohannes Schindelin2007-11-221-0/+1
| * builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin2007-11-221-6/+20
| * builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin2007-11-222-1/+5
| * builtin-commit: fix --signoffJohannes Schindelin2007-11-223-14/+38
| * git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-225-29/+146
| * builtin-commit: Refresh cache after adding files.Kristian Høgsberg2007-11-221-0/+2
| * builtin-commit: fix reflog message generationJohannes Schindelin2007-11-221-7/+8
| * launch_editor(): read the file, even when EDITOR=:Johannes Schindelin2007-11-221-12/+5
| * Port git commit to C.Kristian Høgsberg2007-11-226-9/+621
| * Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg2007-11-222-1/+5
| * Add testcase for amending and fixing author in git commit.Kristian Høgsberg2007-11-221-0/+15
* | Merge branch 'sp/refspec-match'Junio C Hamano2007-12-048-39/+105
|\ \
| * | refactor fetch's ref matching to use refname_match()Steffen Prohaska2007-11-184-21/+35
| * | push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska2007-11-183-6/+15
| * | add refname_match()Steffen Prohaska2007-11-183-12/+29
| * | push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-182-0/+26
* | | Simplify crud() in ident.cAlex Riesen2007-12-041-19/+9
* | | Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2007-12-042-13/+13
* | | gitweb: use Perl built-in utf8 function for UTF-8 decoding.İsmail Dönmez2007-12-041-4/+3
* | | t9600: require cvsps 2.1 to perform testsJeff King2007-12-041-2/+18
* | | contrib: Make remotes2config.sh script more robustJakub Narebski2007-12-041-4/+4
* | | Use a strbuf for copying the command line for the reflog.Kristian Høgsberg2007-12-041-16/+8
* | | Documentation/git.txt: typofixJunio C Hamano2007-12-041-1/+1
* | | Documentation: rerere is enabled by default these days.Junio C Hamano2007-12-042-5/+3
* | | Formatting fix for Documentation/git-help.txtJunio C Hamano2007-12-041-1/+1
* | | Update draft release notes for 1.5.4Junio C Hamano2007-12-031-21/+58
* | | Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0Johannes Schindelin2007-12-031-3/+16