summaryrefslogtreecommitdiffstats
path: root/decorate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce1-4/+2
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin1-2/+10
2008-07-27builtin-branch: fix -v for --[no-]mergedLars Hjemli1-0/+15
2008-07-27builtin-branch: factor out merge_filter matchingLars Hjemli1-5/+13
2008-07-27builtin-branch: remove duplicated codeLars Hjemli1-7/+2
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2-0/+34
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano2-18/+64
2008-07-27gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski1-1/+2
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder1-1/+1
2008-07-27Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros1-1/+1
2008-07-27bash completion: Add completion for 'git help'Lee Marlow1-7/+39
2008-07-27Documentation: fix diff.external exampleAnders Melchiorsen2-5/+7
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast1-0/+9
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen1-1/+1
2008-07-27git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt1-3/+58
2008-07-27git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt1-0/+3
2008-07-26git-reset: Let -q hush "locally modified" messagesStephan Beyer1-6/+9
2008-07-26git-svn: teach dcommit about svn auto-propsBrad King2-0/+139
2008-07-26Windows: Do not compile git-shellJohannes Sixt1-2/+2
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt1-0/+12
2008-07-26Windows: Make $(gitexecdir) relativeJohannes Sixt1-0/+1
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt3-37/+37
2008-07-26Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2-42/+26
2008-07-26Fix relative built-in paths to be relative to the command invocationJohannes Sixt2-3/+3
2008-07-26Record the command invocation path earlyJohannes Sixt6-10/+16
2008-07-26Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt1-10/+10
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-26git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkShawn O. Pearce1-1/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen1-3/+3
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