summaryrefslogtreecommitdiffstats
path: root/merge-recursive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-01git.el: find the git-status buffer whatever its name isRémi Vanicat1-1/+1
2008-03-01clone: support cloning full bundlesSanti Béjar2-7/+75
2008-02-29Update draft release notes for 1.5.5Junio C Hamano1-9/+82
2008-02-29use build-time SHELL_PATH in test scriptsJeff King4-3/+10
2008-02-29Write index file on any checkout of filesDaniel Barkalow2-15/+67
2008-02-29rev-list: add --branches, --tags and --remotesUwe Kleine-König3-3/+22
2008-02-29Improve t6029 to check the real "subtree" caseMiklos Vajna1-0/+47
2008-02-29Use diff_tree() directly in making cover letterDaniel Barkalow1-14/+11
2008-02-29Always use the current connection's remote ref list in git protocolDaniel Barkalow1-4/+5
2008-02-29tests: introduce test_must_failJunio C Hamano2-4/+21
2008-02-29Fix builtin checkout crashing when given an invalid pathAlex Riesen1-0/+4
2008-02-28templates/Makefile: don't depend on local umask settingGerrit Pape1-3/+3
2008-02-28Correct name of diff_flush() in API documentationDaniel Barkalow1-1/+1
2008-02-28Start preparing for 1.5.4.4Junio C Hamano2-1/+27
2008-02-28git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce1-1/+1
2008-02-28format-patch: remove a leftover debugging messageJunio C Hamano1-1/+0
2008-02-28completion: support format-patch's --cover-letter optionJohannes Schindelin1-0/+1
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2-6/+10
2008-02-27builtin-reflog.c: don't install new reflog on write failureBrandon Casey1-2/+3
2008-02-27send-email: fix In-Reply-To regressionJay Soffian2-3/+27
2008-02-27git-svn: Don't prompt for client cert password everytime.Sebastian Noack1-0/+1
2008-02-27git.el: Do not display empty directories.Alexandre Julliard1-1/+1
2008-02-27Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2-7/+6
2008-02-27Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland1-1/+17
2008-02-27Prompt to continue when editing during rebase --interactiveJonathan del Strother1-0/+4
2008-02-27Documentation/git svn log: add a note about timezones.Miklos Vajna1-0/+4
2008-02-27git-p4: Support usage of perforce client specTor Arvid Lund1-8/+42
2008-02-27git-p4: git-p4 submit cleanups.Simon Hausmann1-41/+10
2008-02-27git-p4: Removed git-p4 submit --direct.Simon Hausmann1-45/+11
2008-02-27git-p4: Clean up git-p4 submit's log message handling.Simon Hausmann1-16/+16
2008-02-27git-p4: Remove --log-substitutions feature.Simon Hausmann1-7/+0
2008-02-27git-p4: support exclude pathsTommy Thorn1-4/+22
2008-02-27Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow1-3/+0
2008-02-27Add '--fixed-strings' option to "git log --grep" and friendsJakub Narebski3-1/+15
2008-02-27Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano1-3/+0
2008-02-26git-apply --whitespace=fix: fix off by one thinkoJunio C Hamano1-1/+1
2008-02-26gitweb: Better cutting matched string and its contextJakub Narebski1-16/+57
2008-02-26Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotestBryan Donlan1-1/+1
2008-02-26timezone_names[]: fixed the tz offset for New Zealand.Steven Drake1-3/+3
2008-02-26filter-branch documentation: non-zero exit status in command abort the filterCaio Marcelo de Oliveira Filho1-2/+4
2008-02-26rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian2-1/+44
2008-02-26Improve collection of information for format-patch --cover-letterDaniel Barkalow1-24/+28
2008-02-26Add API access to shortlogDaniel Barkalow2-68/+106