summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano
2007-11-25builtin-add: fix command line building to call interactiveJunio C Hamano
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano
2007-11-23Add a few more tests for git-commitJunio C Hamano
2007-11-23git-add -i: allow multiple selection in patch subcommandJunio C Hamano
2007-11-23builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg
2007-11-23builtin-commit: fix partial-commit supportJunio C Hamano
2007-11-23Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano
2007-11-23Export three helper functions from ls-filesJunio C Hamano
2007-11-23builtin-commit: run commit-msg hook with correct message fileJunio C Hamano
2007-11-23builtin-commit: do not color status output shown in the message templateJunio C Hamano
2007-11-23file_exists(): dangling symlinks do existJunio C Hamano
2007-11-23Replace "runstatus" with "status" in the testsJohannes Schindelin
2007-11-23t7501-commit: Add test for git commit <file> with dirty index.Kristian Høgsberg
2007-11-23builtin-commit: Clean up an unused variable and a debug fprintf().Kristian Høgsberg
2007-11-23Call refresh_cache() when updating the user index for --only commits.Kristian Høgsberg
2007-11-23builtin-commit: Add newline when showing which commit was createdJohannes Schindelin
2007-11-23builtin-commit: resurrect behavior for multiple -m optionsJohannes Schindelin
2007-11-23builtin-commit --s: add a newline if the last line was not a S-o-bJohannes Schindelin
2007-11-23builtin-commit: fix --signoffJohannes Schindelin
2007-11-23git status: show relative paths when run in a subdirectoryJohannes Schindelin
2007-11-23builtin-commit: Refresh cache after adding files.Kristian Høgsberg
2007-11-23builtin-commit: fix reflog message generationJohannes Schindelin
2007-11-23launch_editor(): read the file, even when EDITOR=:Johannes Schindelin
2007-11-23Port git commit to C.Kristian Høgsberg
2007-11-23Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg
2007-11-23Add testcase for amending and fixing author in git commit.Kristian Høgsberg
2007-11-23Make test scripts executable.Junio C Hamano
2007-11-23Merge branch 'maint'Junio C Hamano
2007-11-23Make test scripts executable.Junio C Hamano
2007-11-22rebase -i: move help to end of todo fileJohannes Schindelin
2007-11-22bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin
2007-11-22git-merge-ours: make it a builtin.Thomas Harning
2007-11-22Add path-limiting to git-add--interactiveWincent Colaiuta
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta
2007-11-22Refactor patch_update_cmdWincent Colaiuta
2007-11-22Authenticate only once in git-send-emailWincent Colaiuta
2007-11-22Merge git://git.bogomips.org/git-svnJunio C Hamano
2007-11-22Fix "quote" misconversion for rewrite diff output.Junio C Hamano
2007-11-22git-svn: allow `info' command to work offlineEric Wong
2007-11-22git-svn: info --url [path]David D. Kilzer
2007-11-22git-svn info: implement info commandDavid D. Kilzer
2007-11-22git-svn: extract reusable code into utility functionsDavid D. Kilzer
2007-11-22t9106: fix a race condition that caused svn to miss modificationsEric Wong
2007-11-21Merge git://repo.or.cz/git-guiJunio C Hamano
2007-11-21git-p4: Fix typo in --detect-labelsShun Kei Leung
2007-11-21avoid "defined but not used" warning for fetch_objs_via_walkerJeff King
2007-11-21git-gui 0.9.0gitgui-0.9.0Shawn O. Pearce
2007-11-21Merge branch 'maint'Junio C Hamano