summaryrefslogtreecommitdiffstats
path: root/builtin-mv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-26Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt1-0/+1
2008-07-26archive: allow --exec and --remote without equal signRene Scharfe1-3/+17
2008-07-26archive: declare struct archiver where it's neededRene Scharfe2-7/+5
2008-07-26archive: define MAX_ARGS where it's neededRene Scharfe2-4/+2
2008-07-26archive: move parameter parsing code to archive.cRene Scharfe3-145/+137
2008-07-26archive: add write_archive()Rene Scharfe4-21/+21
2008-07-26Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam1-5/+4
2008-07-26git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer1-2/+1
2008-07-26Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2-0/+30
2008-07-26editor.c: Libify launch_editor()Stephan Beyer4-15/+23
2008-07-26Move launch_editor() from builtin-tag.c to editor.cStephan Beyer3-53/+57
2008-07-25Documentation: clarify how to disable elements in core.whitespaceJunio C Hamano1-1/+2
2008-07-25Makefile: fix shell quotingJunio C Hamano2-7/+10
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano2-1/+1
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink1-0/+4
2008-07-25send-email: find body-encoding correctlyPeter Valdemar Mørch1-1/+1
2008-07-25document that git-tag can tag more than headsJonathan Nieder1-1/+2
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey1-4/+9
2008-07-25bash: offer only paths after '--' for 'git checkout'SZEDER Gábor1-0/+2
2008-07-25checkout: mention '--' in the docsSZEDER Gábor1-1/+1
2008-07-25git-checkout: improve error messages, detect ambiguities.Pierre Habouzit2-17/+115
2008-07-25update test case to protect am --skip behaviourOlivier Marin1-0/+2
2008-07-25Teach fsck and prune about the new location of temporary objectsBrandon Casey2-17/+28
2008-07-24Make non-static functions, that may be static, staticStephan Beyer4-4/+4
2008-07-24ignore non-existent refs in dwim_log()Junio C Hamano1-1/+1
2008-07-24git-completion.bash: provide completion for 'show-branch'Thomas Rast1-1/+17
2008-07-24bash completion: Add long options for 'git rm'Lee Marlow1-0/+15
2008-07-24svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas1-1/+1
2008-07-24Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Petr Baudis1-1/+1
2008-07-24git daemon: avoid waking up too oftenJohannes Schindelin1-14/+11
2008-07-24builtin-commit: Two trivial style-cleanupsJohannes Schindelin1-4/+3
2008-07-24Documentation: clarify diff --ccJunio C Hamano2-8/+8
2008-07-24am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer2-2/+2
2008-07-24git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis2-14/+26
2008-07-24builtin-branch.c: optimize --merged and --no-mergedJunio C Hamano1-21/+38
2008-07-24builtin-branch.c: remove unused code in append_ref() callback functionJunio C Hamano1-7/+3
2008-07-24stash save: fix parameter handlingJunio C Hamano1-2/+2
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer2-2/+2
2008-07-23git-checkout: fix command line parsing.Pierre Habouzit1-1/+2
2008-07-23rebase -i: When an 'edit' stops, mention the commitJohannes Sixt1-1/+1
2008-07-23sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin3-10/+8