<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-instaweb.sh, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-03-11T06:16:52Z</updated>
<entry>
<title>git-instaweb: fix lighttpd configuration on cygwin</title>
<updated>2009-03-11T06:16:52Z</updated>
<author>
<name>Ramsay Jones</name>
<email>ramsay@ramsay1.demon.co.uk</email>
</author>
<published>2009-03-09T18:31:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e47eec8fc6efb5ad0574b4862fd8e8e82b6a62fa'/>
<id>urn:sha1:e47eec8fc6efb5ad0574b4862fd8e8e82b6a62fa</id>
<content type='text'>
Signed-off-by: Ramsay Jones &lt;ramsay@ramsay1.demon.co.uk&gt;
Tested-by: Pascal Obry &lt;pascal@obry.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Make usage strings dash-less</title>
<updated>2008-07-13T21:12:48Z</updated>
<author>
<name>Stephan Beyer</name>
<email>s-beyer@gmx.net</email>
</author>
<published>2008-07-13T13:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1b1dd23f2d6a707b7077cdf6bc6d4055bd0bfb7d'/>
<id>urn:sha1:1b1dd23f2d6a707b7077cdf6bc6d4055bd0bfb7d</id>
<content type='text'>
When you misuse a git command, you are shown the usage string.
But this is currently shown in the dashed form.  So if you just
copy what you see, it will not work, when the dashed form
is no longer supported.

This patch makes git commands show the dash-less version.

For shell scripts that do not specify OPTIONS_SPEC, git-sh-setup.sh
generates a dash-less usage string now.

Signed-off-by: Stephan Beyer &lt;s-beyer@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-instaweb: improve auto-discovery of httpd and call conventions.</title>
<updated>2008-06-14T05:08:30Z</updated>
<author>
<name>Flavio Poletti</name>
<email>flavio@polettix.it</email>
</author>
<published>2008-06-12T21:54:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=43d60d2e59cb466717290984becc8687fc632ca1'/>
<id>urn:sha1:43d60d2e59cb466717290984becc8687fc632ca1</id>
<content type='text'>
This patch allows calling:

   git-instaweb -d apache2

and have the script Do The Right Thing. In particular, the auto-discovery
mechanism has been extended in order to be used for module listing as
well, and the call convention is that if the daemon is apache2/lighttpd
and the parameter to the "-d" option does not end by "-f", the "-f" is
added to the end of the option itself.

Change all backticks to $( ... ) as per Documentation/CodingGuidelines.

Signed-off-by: Flavio Poletti &lt;flavio@polettix.it&gt;
Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>instaweb: use 'git-web--browse' to launch browser.</title>
<updated>2008-02-05T09:01:49Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2008-02-02T06:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e0c290299e381884e4f4a4efb847fc8ecc4647c'/>
<id>urn:sha1:2e0c290299e381884e4f4a4efb847fc8ecc4647c</id>
<content type='text'>
Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>instaweb: use 'browser.&lt;tool&gt;.path' config option if it's set.</title>
<updated>2008-01-29T08:49:28Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2008-01-29T06:08:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ab989adf6ab32fb80fd42cc95ed0eacb029258fe'/>
<id>urn:sha1:ab989adf6ab32fb80fd42cc95ed0eacb029258fe</id>
<content type='text'>
Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix git-instaweb breakage on MacOS X due to the limited sed functionality</title>
<updated>2007-12-19T22:59:19Z</updated>
<author>
<name>Charles Bailey</name>
<email>charles@hashpling.org</email>
</author>
<published>2007-12-19T12:25:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c5699693638d0471bf74425238d802d2bc9e8c0f'/>
<id>urn:sha1:c5699693638d0471bf74425238d802d2bc9e8c0f</id>
<content type='text'>
git-instaweb relied on a pipe in a sed script, but this is not supported
by MacOS X sed when using BREs.  git-instaweb relies on a working perl
in any case, and perl re are more consistent between platforms, so
replace sed invocation with an equivalent perl invocation.

Also, fix the documented -b "" to work without giving a spurious 'command
not found' error.

Signed-off-by: Charles Bailey &lt;charles@hashpling.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Use {web,instaweb,help}.browser config options.</title>
<updated>2007-12-09T09:19:54Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2007-12-02T05:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d3a866bc8b5604d31638648d671e524cc84fbb26'/>
<id>urn:sha1:d3a866bc8b5604d31638648d671e524cc84fbb26</id>
<content type='text'>
Now "git-instaweb" will try to use the browser configured as
"web.browser", if "instaweb.browser" is not set.

"git-browse-help" will check first "help.browser" and then
"web.browser".

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ph/parseopt-sh'</title>
<updated>2007-11-18T05:39:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-11-18T05:39:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9f4c4eb0e16d1e21eaaf5cab5591c3491456cd14'/>
<id>urn:sha1:9f4c4eb0e16d1e21eaaf5cab5591c3491456cd14</id>
<content type='text'>
* ph/parseopt-sh:
  git-quiltimport.sh fix --patches handling
  git-am: -i does not take a string parameter.
  sh-setup: don't let eval output to be shell-expanded.
  git-sh-setup: fix parseopt `eval` string underquoting
  Give git-am back the ability to add Signed-off-by lines.
  git-rev-parse --parseopt
  scripts: Add placeholders for OPTIONS_SPEC
  Migrate git-repack.sh to use git-rev-parse --parseopt
  Migrate git-quiltimport.sh to use git-rev-parse --parseopt
  Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdash
  Migrate git-instaweb.sh to use git-rev-parse --parseopt
  Migrate git-merge.sh to use git-rev-parse --parseopt
  Migrate git-am.sh to use git-rev-parse --parseopt
  Migrate git-clone to use git-rev-parse --parseopt
  Migrate git-clean.sh to use git-rev-parse --parseopt.
  Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt
  Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2007-11-09T08:21:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-11-09T08:21:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d4138a66d265e7ddbe21d44f79bcaa1e9a6b6ff'/>
<id>urn:sha1:5d4138a66d265e7ddbe21d44f79bcaa1e9a6b6ff</id>
<content type='text'>
* maint:
  Start preparing for 1.5.3.6
  git-send-email: Change the prompt for the subject of the initial message.
  SubmittingPatches: improve the 'Patch:' section of the checklist
  instaweb: Minor cleanups and fixes for potential problems
  stop t1400 hiding errors in tests
  Makefile: add missing dependency on wt-status.h
  refresh_index_quietly(): express "optional" nature of index writing better
  Fix sed string regex escaping in module_name.
  Avoid a few unportable, needlessly nested "...`...".
  git-mailsplit: with maildirs not only process cur/, but also new/

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>instaweb: Minor cleanups and fixes for potential problems</title>
<updated>2007-11-09T07:59:27Z</updated>
<author>
<name>Jonas Fonseca</name>
<email>fonseca@diku.dk</email>
</author>
<published>2007-11-08T23:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9126425df1fefa6b2843a45c8b087b8d87cb1955'/>
<id>urn:sha1:9126425df1fefa6b2843a45c8b087b8d87cb1955</id>
<content type='text'>
Fix path quoting and test of empty values that some shells do not like.
Remove duplicate check and setting of $browser.

Signed-off-by: Jonas Fonseca &lt;fonseca@diku.dk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
