summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-13git-p4: Unset P4DIFF environment variable when using 'p4 -du diff'Libravatar Shawn Bohrer1-0/+2
2008-03-13git-p4: Optimize the fetching of data from perforce.Libravatar Marius Storm-Olsen1-8/+8
2008-03-13git fetch: Take '-n' to mean '--no-tags'Libravatar Johannes Schindelin1-0/+2
2008-03-12Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultLibravatar Johannes Schindelin5-32/+73
2008-03-12Documentation/config: typofixLibravatar Junio C Hamano1-1/+1
2008-03-12help: warn if specified 'man.viewer' is unsupported, instead of erroring outLibravatar Christian Couder1-1/+1
2008-03-12Documentation: help: explain 'man.viewer' multiple valuesLibravatar Christian Couder2-2/+29
2008-03-13git-gui: update Italian translationLibravatar Michele Ballabio1-265/+346
2008-03-12tr portability fixesLibravatar Jeff King4-6/+9
2008-03-12quiltimport: fix misquoting of parsed -p<num> parameterLibravatar Junio C Hamano1-2/+2
2008-03-12git-cvsimport: fix merging with remote parent branchLibravatar Marc-Andre Lureau1-1/+1
2008-03-12gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formLibravatar Jakub Narebski1-2/+2
2008-03-12Makefile: flatten enumeration of headers, objects and programsLibravatar Junio C Hamano1-148/+276
2008-03-12Makefile: DIFF_OBJS is not special at all these daysLibravatar Junio C Hamano1-7/+5
2008-03-12git-submodule summary: fix that some "wc" flavors produce leading spacesLibravatar Johannes Sixt1-1/+1
2008-03-11git-submodule summary: testLibravatar Ping Yin1-0/+195
2008-03-11git-submodule summary: documentationLibravatar Ping Yin1-3/+16
2008-03-11git-submodule summary: limit summary sizeLibravatar Ping Yin1-2/+19
2008-03-11git-submodule summary: show commit summaryLibravatar Ping Yin1-0/+102
2008-03-11help: implement multi-valued "man.viewer" config optionLibravatar Christian Couder1-78/+113
2008-03-11Documentation: help: describe 'man.viewer' config variableLibravatar Christian Couder2-10/+26
2008-03-11help: add "man.viewer" config var to use "woman" or "konqueror"Libravatar Christian Couder1-1/+80
2008-03-11Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano9-573/+724
2008-03-12git-gui: Simplify MSGFMT setting in MakefileLibravatar Junio C Hamano1-6/+1
2008-03-11Merge branch 'js/remote'Libravatar Junio C Hamano12-3/+795
2008-03-11Merge branch 'lt/unpack-trees'Libravatar Junio C Hamano15-452/+503
2008-03-11"remote update": print remote name being fetched fromLibravatar Samuel Tardieu1-0/+1
2008-03-11Merge branch 'maint'Libravatar Junio C Hamano4-3/+37
2008-03-11git-svn: fix find-rev error message when missing argLibravatar Marc-Andre Lureau1-1/+2
2008-03-11t0021: tr portability fix for SolarisLibravatar Jeff King1-1/+3
2008-03-11git-submodule summary: code frameworkLibravatar Ping Yin1-5/+56
2008-03-11launch_editor(): allow spaces in the filenameLibravatar Johannes Schindelin2-1/+32
2008-03-11git rebase --abort: always restore the right commitLibravatar Mike Hommey2-3/+73
2008-03-11gitk: Avoid Tcl error when switching viewsLibravatar Paul Mackerras1-3/+1
2008-03-11[PATCH] gitk: Don't show local changes when we there is no work treeLibravatar David Aguilar1-1/+6
2008-03-11autoconf: Test FREAD_READS_DIRECTORIESLibravatar Michal Rokos2-0/+21
2008-03-11Merge branch 'jc/cherry-pick' (early part)Libravatar Junio C Hamano6-389/+449
2008-03-11Merge branch 'maint'Libravatar Junio C Hamano1-0/+2
2008-03-11Merge branch 'kb/maint-filter-branch-disappear' into maintLibravatar Junio C Hamano2-1/+34
2008-03-11Merge branch 'aw/maint-shortlog-blank-lines' into maintLibravatar Junio C Hamano1-2/+3
2008-03-10unpack_trees(): fix diff-index regression.Libravatar Linus Torvalds2-2/+18
2008-03-10update 'git rebase' documentationLibravatar SZEDER Gábor2-4/+2
2008-03-10bash: fix long option with argument double completionLibravatar SZEDER Gábor1-7/+15
2008-03-10bash: Add more long options to be completed with "git --<TAB>"Libravatar Teemu Likonen1-0/+3
2008-03-10bash: use __gitdir when completing 'git rebase' optionsLibravatar SZEDER Gábor1-2/+2
2008-03-10bash: Remove completion of core.legacyheaders optionLibravatar Shawn O. Pearce1-1/+0
2008-03-10bash: add 'git svn' subcommands and optionsLibravatar SZEDER Gábor1-1/+80
2008-03-10bash: add new 'git stash' subcommandsLibravatar SZEDER Gábor1-1/+1
2008-03-10bash: refactor searching for subcommands on the command lineLibravatar SZEDER Gábor1-39/+32