summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-27Documentation: fix diff.external exampleLibravatar Anders Melchiorsen2-5/+7
2008-07-27bash completion: Add long options for 'git describe'Libravatar Thomas Rast1-0/+9
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileLibravatar Abhijit Menon-Sen1-1/+1
2008-07-27Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano5-21/+178
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterLibravatar Johannes Sixt1-3/+58
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Libravatar Johannes Sixt1-0/+3
2008-07-25git-reset: Let -q hush "locally modified" messagesLibravatar Stephan Beyer1-6/+9
2008-07-25git-svn: teach dcommit about svn auto-propsLibravatar Brad King2-0/+139
2008-07-25Windows: Do not compile git-shellLibravatar Johannes Sixt1-2/+2
2008-07-25Windows: Make sure argv[0] has a pathLibravatar Johannes Sixt1-0/+12
2008-07-25Windows: Make $(gitexecdir) relativeLibravatar Johannes Sixt1-0/+1
2008-07-25Allow add_path() to add non-existent directories to the pathLibravatar Johannes Sixt3-37/+37
2008-07-25Allow the built-in exec path to be relative to the command invocation pathLibravatar Johannes Sixt2-42/+26
2008-07-25Fix relative built-in paths to be relative to the command invocationLibravatar Johannes Sixt2-3/+3
2008-07-25Record the command invocation path earlyLibravatar Johannes Sixt6-10/+16
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingLibravatar Johannes Sixt1-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Libravatar Johannes Sixt1-0/+1
2008-07-25archive: allow --exec and --remote without equal signLibravatar Rene Scharfe1-3/+17
2008-07-25archive: declare struct archiver where it's neededLibravatar Rene Scharfe2-7/+5
2008-07-25archive: define MAX_ARGS where it's neededLibravatar Rene Scharfe2-4/+2
2008-07-25archive: move parameter parsing code to archive.cLibravatar Rene Scharfe3-145/+137
2008-07-25archive: add write_archive()Libravatar Rene Scharfe4-21/+21
2008-07-25Remove references to git-fetch-pack from "git clone" documentation.Libravatar Steve Haslam1-5/+4
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECLibravatar Stephan Beyer1-2/+1
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Libravatar Steve Haslam2-0/+30
2008-07-25editor.c: Libify launch_editor()Libravatar Stephan Beyer4-15/+23
2008-07-25Move launch_editor() from builtin-tag.c to editor.cLibravatar Stephan Beyer3-53/+57
2008-07-25git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkLibravatar Shawn O. Pearce1-1/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreLibravatar Abhijit Menon-Sen1-3/+3
2008-07-25Merge branch 'maint'Libravatar Junio C Hamano4-8/+15
2008-07-25Documentation: clarify how to disable elements in core.whitespaceLibravatar Junio C Hamano1-1/+2
2008-07-25Makefile: fix shell quotingLibravatar Junio C Hamano2-7/+10
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileLibravatar Junio C Hamano2-1/+1
2008-07-25index-pack.c: correctly initialize appended objectsLibravatar Björn Steinbrink1-0/+4
2008-07-25send-email: find body-encoding correctlyLibravatar Peter Valdemar Mørch1-1/+1
2008-07-25document that git-tag can tag more than headsLibravatar Jonathan Nieder1-1/+2
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionLibravatar Brandon Casey1-4/+9
2008-07-24bash: offer only paths after '--' for 'git checkout'Libravatar SZEDER Gábor1-0/+2
2008-07-24checkout: mention '--' in the docsLibravatar SZEDER Gábor1-1/+1
2008-07-24Merge branch 'ph/checkout'Libravatar Junio C Hamano2-18/+117
2008-07-24git-checkout: improve error messages, detect ambiguities.Libravatar Pierre Habouzit2-17/+115
2008-07-24update test case to protect am --skip behaviourLibravatar Olivier Marin1-0/+2
2008-07-24Teach fsck and prune about the new location of temporary objectsLibravatar Brandon Casey2-17/+28
2008-07-23Merge branch 'maint' into ph/checkoutLibravatar Junio C Hamano1-1/+2
2008-07-23Make non-static functions, that may be static, staticLibravatar Stephan Beyer4-4/+4
2008-07-23ignore non-existent refs in dwim_log()Libravatar Junio C Hamano1-1/+1
2008-07-23git-completion.bash: provide completion for 'show-branch'Libravatar Thomas Rast1-1/+17
2008-07-23bash completion: Add long options for 'git rm'Libravatar Lee Marlow1-0/+15
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"Libravatar P. Christeas1-1/+1
2008-07-23Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Libravatar Petr Baudis1-1/+1