summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-02gitweb multiple project roots documentationLibravatar Sylvain Rabot1-3/+64
2010-03-02refactor merge flags into xmparam_tLibravatar Bert Wesarg4-29/+25
2010-03-02make union merge an xdl merge favorLibravatar Bert Wesarg3-45/+19
2010-03-02remote-curl: init walker only when neededLibravatar Tay Ray Chuan1-10/+3
2010-03-02remote-curl: use http_fetch_ref() instead of walker wrapperLibravatar Tay Ray Chuan1-2/+1
2010-03-02http: init and cleanup separately from http-walkerLibravatar Tay Ray Chuan4-8/+12
2010-03-02http-walker: cleanup more thoroughlyLibravatar Tay Ray Chuan1-0/+17
2010-03-02http-push: remove "|| 1" to enable verbose checkLibravatar Tay Ray Chuan1-1/+1
2010-03-02t554[01]-http-push: refactor, add non-ff testsLibravatar Tay Ray Chuan3-22/+34
2010-03-02t5541-http-push: check that ref is unchanged for non-ff testLibravatar Tay Ray Chuan1-2/+4
2010-03-01Merge branch 'cc/maint-bisect-paths'Libravatar Junio C Hamano2-0/+11
2010-03-01bisect: error out when passing bad path parametersLibravatar Christian Couder2-0/+11
2010-02-28Merge branch 'maint'Libravatar Junio C Hamano5-24/+31
2010-02-28Git 1.7.0.1Libravatar Junio C Hamano3-7/+12
2010-02-28Remove reference to GREP_COLORS from documentationLibravatar Mark Lodato1-3/+1
2010-02-28git-am: Add tests for `--keep-cr`, `--no-keep-cr` and `am.keepcr`Libravatar Stefan-W. Hahn1-0/+96
2010-02-28git-am: Add am.keepcr and --no-keep-cr to override itLibravatar Stefan-W. Hahn3-7/+26
2010-02-28git-am: Add command line parameter `--keep-cr` passing it to git-mailsplitLibravatar Stefan-W. Hahn2-8/+21
2010-02-28documentation: 'git-mailsplit --keep-cr' is not hidden anymoreLibravatar Stefan-W. Hahn2-2/+5
2010-02-28Makefile: clarify definition of TEST_OBJSLibravatar Jonathan Nieder1-2/+1
2010-02-28git-push: add tests for git push --porcelainLibravatar Larry D'Anna1-0/+50
2010-02-28git-push: make git push --porcelain print "Done"Libravatar Larry D'Anna3-5/+13
2010-02-28git-push: send "To <remoteurl>" messages to the standard output in --porcelai...Libravatar Larry D'Anna1-1/+1
2010-02-28git-push: fix an advice message so it goes to stderrLibravatar Larry D'Anna1-3/+3
2010-02-28sha1_name: fix segfault caused by invalid index accessLibravatar Markus Heidelberg1-14/+18
2010-02-28reflog: honor gc.reflogexpire=neverLibravatar Adam Simpkins2-4/+43
2010-02-28prune: honor --expire=neverLibravatar Adam Simpkins2-14/+43
2010-02-26git svn: delay importing SVN::Base until it is neededLibravatar josh robb1-5/+11
2010-02-26git-svn: Fix discarding of extra parents from svn:mergeinfoLibravatar Tuomas Suutari2-2/+2
2010-02-26t9151: Add two new svn:mergeinfo test casesLibravatar Tuomas Suutari3-53/+581
2010-02-26t9151: Fix a few commits in the SVN dumpLibravatar Tuomas Suutari2-38/+74
2010-02-25Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2010-02-25Merge branch 'maint-1.6.6' into maintLibravatar Junio C Hamano1-0/+1
2010-02-25t/t0001-init.sh: add test for 'init with init.templatedir set'Libravatar Steven Drake2-1/+21
2010-02-25init: having keywords without value is not a global error.Libravatar Steven Drake1-2/+0
2010-02-25grep docs: document --no-index optionLibravatar Mark Lodato1-4/+8
2010-02-25grep docs: --cached and <tree>... are incompatibleLibravatar Mark Lodato1-3/+3
2010-02-25grep docs: use AsciiDoc literals consistentlyLibravatar Mark Lodato1-5/+5
2010-02-25grep docs: pluralize "Example" sectionLibravatar Mark Lodato1-2/+2
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Libravatar Johannes Sixt4-0/+33
2010-02-25t3301-notes: insert a shbang line in ./fake_editor.shLibravatar Johannes Sixt1-0/+1
2010-02-25Fix gitmkdtemp: correct test for mktemp() return valueLibravatar Filippo Negroni1-1/+1
2010-02-24notes: fix malformed tree entryLibravatar Junio C Hamano1-2/+2
2010-02-24builtin-notes: Minor (mostly parse_options-related) fixesLibravatar Johan Herland1-21/+17
2010-02-24pack-objects documentation: Fix --honor-pack-keep as well.Libravatar Nelson Elhage1-2/+2
2010-02-24is_submodule_modified(): clear environment properlyLibravatar Giuseppe Bilotta1-11/+11
2010-02-24submodules: ensure clean environment when operating in a submoduleLibravatar Giuseppe Bilotta1-10/+10
2010-02-24shell setup: clear_local_git_env() functionLibravatar Giuseppe Bilotta1-0/+7
2010-02-24rev-parse: --local-env-vars optionLibravatar Giuseppe Bilotta2-0/+13
2010-02-24Refactor list of of repo-local env varsLibravatar Giuseppe Bilotta3-12/+28