summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-23git-gui: set GIT_DIR and GIT_WORK_TREE after setupLibravatar Giuseppe Bilotta1-23/+20
2010-01-23git-gui: update shortcut tools to use _gitworktreeLibravatar Giuseppe Bilotta1-3/+4
2010-01-23git-gui: handle bare repos correctlyLibravatar Giuseppe Bilotta1-7/+36
2010-01-23git-gui: handle non-standard worktree locationsLibravatar Giuseppe Bilotta1-9/+28
2010-01-23git-gui: Support applying a range of changes at onceLibravatar Jeff Epler2-104/+153
2010-01-23git-gui: Add a special diff popup menu for submodulesLibravatar Jens Lehmann1-16/+110
2010-01-23git-gui: Use git diff --submodule when availableLibravatar Jens Lehmann1-4/+13
2010-01-23git-gui: work from the .git dirLibravatar Giuseppe Bilotta1-0/+10
2010-01-23git-gui: Fix applying a line when all following lines are deletionsLibravatar Jeff Epler1-0/+1
2010-01-23git-gui: Correct file_states when unstaging partly staged entryLibravatar Jens Lehmann1-0/+3
2010-01-23git-gui: Fix gitk for branch whose name matches local fileLibravatar Peter Krefting1-1/+1
2010-01-23git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in syncLibravatar Christopher Beelby1-0/+4
2010-01-23git-gui: handle really long error messages in updateindex.Libravatar Pat Thoyts1-16/+18
2010-01-23Documentation: rev-list: fix synopsys for --tags and and --remotesLibravatar Christian Couder1-2/+2
2010-01-23Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano9-162/+1018
2010-01-23git-svn: allow subset of branches/tags to be specified in glob specLibravatar Jay Soffian4-20/+320
2010-01-23git-svn: allow UUID to be manually remapped via rewriteUUIDLibravatar Jay Soffian4-8/+140
2010-01-23git-svn: update svn mergeinfo test suiteLibravatar Andrew Myrick3-127/+485
2010-01-23git-svn: document --username/commit-url for branch/tagLibravatar Igor Mironov1-0/+13
2010-01-23git-svn: add --username/commit-url options for branch/tagLibravatar Igor Mironov1-2/+6
2010-01-23git-svn: respect commiturl option for branch/tagLibravatar Igor Mironov1-1/+11
2010-01-23git-svn: fix mismatched src/dst errors for branch/tagLibravatar Igor Mironov1-0/+4
2010-01-23git-svn: handle merge-base failuresLibravatar Andrew Myrick1-4/+15
2010-01-23git-svn: ignore changeless commits when checking for a cherry-pickLibravatar Andrew Myrick1-0/+24
2010-01-22t7800-difftool.sh: Test mergetool.prompt fallbackLibravatar David Aguilar1-0/+12
2010-01-22msvc: Add a definition of NORETURN compatible with msvc compilerLibravatar Ramsay Jones1-0/+3
2010-01-22Update draft release notes to 1.7.0Libravatar Junio C Hamano1-1/+26
2010-01-22msvc: Fix a compiler warning due to an incorrect pointer castLibravatar Ramsay Jones1-1/+1
2010-01-22msvc: Fix an "unrecognized option" linker warningLibravatar Ramsay Jones2-0/+2
2010-01-22Merge branch 'maint'Libravatar Junio C Hamano2-9/+36
2010-01-22Merge branch 'jc/branch-d'Libravatar Junio C Hamano2-10/+80
2010-01-22Merge branch 'il/rev-glob'Libravatar Junio C Hamano9-19/+357
2010-01-22Merge branch 'js/refer-upstream'Libravatar Junio C Hamano3-13/+192
2010-01-22Merge branch 'jl/submodule-diff'Libravatar Junio C Hamano14-52/+279
2010-01-22Merge branch 'il/remote-updates'Libravatar Junio C Hamano3-1/+330
2010-01-22Merge branch 'il/branch-set-upstream'Libravatar Junio C Hamano5-13/+64
2010-01-22Merge branch 'jc/maint-limit-note-output'Libravatar Junio C Hamano8-1/+85
2010-01-22Merge branch 'nd/ls-files-sparse-fix'Libravatar Junio C Hamano1-3/+13
2010-01-22Make difftool.prompt fall back to mergetool.promptLibravatar Sebastian Schuberth1-1/+2
2010-01-22engine.pl: Fix a recent breakage of the buildsystem generatorLibravatar Ramsay Jones1-3/+5
2010-01-22ignore duplicated slashes in make_relative_path()Libravatar Junio C Hamano2-9/+36
2010-01-22git-mv: fix moving more than one source to a single destinationLibravatar Junio C Hamano2-4/+19
2010-01-22rebase -i: Enclose sed command substitution in quotesLibravatar Michael Haggerty1-1/+1
2010-01-22rebase -i: Avoid non-portable "test X -a Y"Libravatar Michael Haggerty1-1/+1
2010-01-22make "index-pack" a built-inLibravatar Linus Torvalds7-15/+16
2010-01-22make "git pack-redundant" a built-inLibravatar Linus Torvalds4-7/+5
2010-01-22make "git unpack-file" a built-inLibravatar Linus Torvalds4-5/+4
2010-01-22make "mktag" a built-inLibravatar Linus Torvalds4-6/+4
2010-01-22make "merge-index" a built-inLibravatar Linus Torvalds4-6/+5
2010-01-22merge-tree: remove unnecessary call of git_extract_argv0_pathLibravatar Johannes Sixt1-2/+0