<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-quiltimport.sh, branch jch</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=jch</id>
<link rel='self' href='https://git.shady.money/git/atom?h=jch'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2024-03-16T18:08:57Z</updated>
<entry>
<title>git-quiltimport: avoid an unnecessary subshell</title>
<updated>2024-03-16T18:08:57Z</updated>
<author>
<name>Beat Bolli</name>
<email>bb@drbeat.li</email>
</author>
<published>2024-03-15T19:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c2a7536354561279eec277021690bf0fe9200b7b'/>
<id>urn:sha1:c2a7536354561279eec277021690bf0fe9200b7b</id>
<content type='text'>
Use braces for the compound command.

Signed-off-by: Beat Bolli &lt;dev+git@drbeat.li&gt;
Acked-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-quiltimport: add --keep-non-patch option</title>
<updated>2019-01-07T23:29:34Z</updated>
<author>
<name>Laura Abbott</name>
<email>labbott@redhat.com</email>
</author>
<published>2018-12-12T22:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1eadaa3978fb8f9e9d062379fc95a65fb5ff6f8b'/>
<id>urn:sha1:1eadaa3978fb8f9e9d062379fc95a65fb5ff6f8b</id>
<content type='text'>
git-am has the --keep-non-patch option to pass -b to
git-mailinfo for keeping subject prefixes intact. Allow
this option to be used with quiltimport as well.

Signed-off-by: Laura Abbott &lt;labbott@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-quiltimport: add commandline option --series &lt;file&gt;</title>
<updated>2015-09-01T18:10:07Z</updated>
<author>
<name>Juerg Haefliger</name>
<email>juerg.haefliger@hp.com</email>
</author>
<published>2015-08-31T12:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ff60ffdc05fe8e2d26c488ab18c66b7fa746fcc6'/>
<id>urn:sha1:ff60ffdc05fe8e2d26c488ab18c66b7fa746fcc6</id>
<content type='text'>
The quilt series file doesn't have to be located in the same directory
with the patches and can be named differently than 'series' as well. This
patch adds a commandline option to allow for a non-standard series
filename and location.

Signed-off-by: Juerg Haefliger &lt;juerg.haefliger@hp.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-sh-setup.sh: add variable to use the stuck-long mode</title>
<updated>2014-02-03T20:11:10Z</updated>
<author>
<name>Nicolas Vigier</name>
<email>boklm@mars-attacks.org</email>
</author>
<published>2014-02-01T02:17:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=51ba8ce372ad9fcab04a013252b819625c44770a'/>
<id>urn:sha1:51ba8ce372ad9fcab04a013252b819625c44770a</id>
<content type='text'>
If the variable $OPTIONS_STUCKLONG is not empty, then rev-parse
option parsing is done in --stuck-long mode.

Signed-off-by: Nicolas Vigier &lt;boklm@mars-attacks.org&gt;
Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Correct common spelling mistakes in comments and tests</title>
<updated>2013-04-12T20:38:40Z</updated>
<author>
<name>Stefano Lattarini</name>
<email>stefano.lattarini@gmail.com</email>
</author>
<published>2013-04-11T22:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=41ccfdd9c931ee71b09f38f4eb19cf44a8e4381d'/>
<id>urn:sha1:41ccfdd9c931ee71b09f38f4eb19cf44a8e4381d</id>
<content type='text'>
Most of these were found using Lucas De Marchi's codespell tool.

Signed-off-by: Stefano Lattarini &lt;stefano.lattarini@gmail.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Acked-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-quiltimport: preserve standard input to be able to read user input</title>
<updated>2009-02-25T08:49:13Z</updated>
<author>
<name>Gerrit Pape</name>
<email>pape@smarden.org</email>
</author>
<published>2009-02-24T09:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6ab149ea89fe5790630c5750af0e3245a7a5e06e'/>
<id>urn:sha1:6ab149ea89fe5790630c5750af0e3245a7a5e06e</id>
<content type='text'>
When run without --author and it fails to determine an author, git
quiltimport tries `read patch_author` to get user input, but standard
input has been redirected to the patch series file.  This commit lets
quiltimport read the series file through file descriptor 3 so that the
standard input is preserved.

Reported by Uwe Kleine-König through http://bugs.debian.org/515910

Signed-off-by: Gerrit Pape &lt;pape@smarden.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Rename .git/rebase to .git/rebase-apply</title>
<updated>2008-07-22T01:51:47Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2008-07-21T10:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=51ef1daa4a0dfaa4d777b2fa949ba051cf800554'/>
<id>urn:sha1:51ef1daa4a0dfaa4d777b2fa949ba051cf800554</id>
<content type='text'>
With git-am, it sounds awkward to have the patches in ".git/rebase/",
but for technical reasons, we have to keep the same directory name
for git-am and git-rebase. ".git/rebase-apply" seems to be a good
compromise.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sb/dashless'</title>
<updated>2008-07-17T00:22:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-17T00:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=588c038ac690e012a00dcace34fb318449f5ec7c'/>
<id>urn:sha1:588c038ac690e012a00dcace34fb318449f5ec7c</id>
<content type='text'>
* sb/dashless:
  Make usage strings dash-less
  t/: Use "test_must_fail git" instead of "! git"
  t/test-lib.sh: exit with small negagive int is ok with test_must_fail

Conflicts:
	builtin-blame.c
	builtin-mailinfo.c
	builtin-mailsplit.c
	builtin-shortlog.c
	git-am.sh
	t/t4150-am.sh
	t/t4200-rerere.sh
</content>
</entry>
<entry>
<title>Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"</title>
<updated>2008-07-16T01:49:28Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2008-07-16T01:33:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=28ed6e7b321bee3dd7e4aa9c0ff7da64844136f6'/>
<id>urn:sha1:28ed6e7b321bee3dd7e4aa9c0ff7da64844136f6</id>
<content type='text'>
Since the files generated and used during a rebase are never to be
tracked, they should live in $GIT_DIR.  While at it, avoid the rather
meaningless term "dotest" to "rebase", and unhide ".dotest-merge".

This was wished for on the mailing list, but so far unimplemented.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&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>
</feed>
