summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Color support for "git-add -i"Junio C Hamano2007-12-053-20/+146
* git config --get-colorboolJunio C Hamano2007-12-057-7/+58
* Documentation: color.* = true means "auto"Junio C Hamano2007-12-051-7/+7
* Merge branch 'maint'Junio C Hamano2007-12-054-13/+86
|\
| * git-am -i: report rewritten titleJunio C Hamano2007-12-051-0/+5
| * git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano2007-12-051-6/+6
| * Merge branch 'nd/maint-work-tree-fix' into maintJunio C Hamano2007-12-052-7/+75
| |\
| | * Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2007-12-052-12/+72
| | * Do check_repository_format() earlyNguyễn Thái Ngọc Duy2007-11-301-3/+10
| | * Add missing inside_work_tree setting in setup_git_directory_gentlyNguyễn Thái Ngọc Duy2007-11-031-0/+1
* | | Revert "git-am: catch missing author date early."Junio C Hamano2007-12-051-2/+2
* | | git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink2007-12-051-2/+1
* | | Documentation: add --patch option to synopsis of git-addMatthias Kestenholz2007-12-051-1/+1
* | | Set OLD_ICONV on Cygwin.Pascal Obry2007-12-041-0/+1
* | | t5510: add a bit more tests for fetchJunio C Hamano2007-12-041-0/+42
* | | Merge branch 'wc/add-i'Junio C Hamano2007-12-045-46/+242
|\ \ \
| * | | git-add -i: add help text for list-and-choose UIWincent Colaiuta2007-12-031-1/+30
| * | | add -i: allow prefix highlighting for "Add untracked" as well.Wincent Colaiuta2007-12-021-17/+30
| * | | Highlight keyboard shortcuts in git-add--interactiveWincent Colaiuta2007-11-301-5/+82
| * | | Document all help keys in "git add -i" patch mode.Ralf Wildenhues2007-11-282-0/+3
| * | | Add "--patch" option to git-add--interactiveWincent Colaiuta2007-11-253-19/+65
| * | | add -i: Fix running from a subdirectoryJunio C Hamano2007-11-253-6/+22
| * | | builtin-add: fix command line building to call interactiveJunio C Hamano2007-11-251-2/+3
| * | | Merge branch 'kh/commit' into wc/add-iJunio C Hamano2007-11-2531-111/+1255
| |\ \ \
| * | | | git-add -i: allow multiple selection in patch subcommandJunio C Hamano2007-11-221-7/+7
| * | | | Add path-limiting to git-add--interactiveWincent Colaiuta2007-11-221-3/+11
| * | | | Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta2007-11-222-11/+14
* | | | | 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