summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-24pack-objects documentation: reword "objects that appear in the standard input"Libravatar Junio C Hamano1-3/+3
2010-02-24Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-02-24commit: quote the user name in the exampleLibravatar Matt Kraai1-1/+1
2010-02-24Merge branch 'ml/maint-grep-doc' into maintLibravatar Junio C Hamano1-5/+12
2010-02-24shortlog: warn the user when there is no inputLibravatar Michele Ballabio1-0/+2
2010-02-24fetch --all/--multiple: keep all the fetched branch informationLibravatar Junio C Hamano2-7/+40
2010-02-24push: fix segfault for odd configLibravatar Jeff King1-1/+1
2010-02-24builtin-fetch --all/--multi: propagate options correctlyLibravatar Junio C Hamano2-1/+29
2010-02-24t5521: fix and modernizeLibravatar Junio C Hamano1-26/+20
2010-02-24transport: update flags to be in running orderLibravatar Tay Ray Chuan1-2/+2
2010-02-24fetch and pull: learn --progressLibravatar Tay Ray Chuan4-5/+18
2010-02-24push: learn --progressLibravatar Tay Ray Chuan2-2/+11
2010-02-24transport->progress: use flag authoritativelyLibravatar Tay Ray Chuan6-12/+27
2010-02-24clone: support multiple levels of verbosityLibravatar Tay Ray Chuan1-10/+6
2010-02-24push: support multiple levels of verbosityLibravatar Tay Ray Chuan4-10/+10