<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/git-am.sh, branch v1.7.3.5</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.3.5</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.3.5'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2010-12-28T21:43:10Z</updated>
<entry>
<title>Merge branch 'jc/maint-rebase-rewrite-last-skip' into maint</title>
<updated>2010-12-28T21:43:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-28T21:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=58c58c8624d77ff4087ad93e515402db218684f6'/>
<id>urn:sha1:58c58c8624d77ff4087ad93e515402db218684f6</id>
<content type='text'>
* jc/maint-rebase-rewrite-last-skip:
  rebase --skip: correctly wrap-up when skipping the last patch
</content>
</entry>
<entry>
<title>rebase --skip: correctly wrap-up when skipping the last patch</title>
<updated>2010-12-23T00:50:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-23T00:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ef88ad238779c4eadba9f179146fe213f047b89f'/>
<id>urn:sha1:ef88ad238779c4eadba9f179146fe213f047b89f</id>
<content type='text'>
When "rebase --skip" is used to skip the last patch in the series, the
code to wrap up the rewrite by copying the notes from old to new commits
and also by running the post-rewrite hook was bypassed.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>am --abort: keep unrelated commits since the last failure and warn</title>
<updated>2010-12-21T19:16:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-21T18:35:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7b3b7e37581fb5266a260687c21af1571b4ade81'/>
<id>urn:sha1:7b3b7e37581fb5266a260687c21af1571b4ade81</id>
<content type='text'>
After making commits (either by pulling or doing their own work) after a
failed "am", the user will be reminded by next "am" invocation that there
was a failed "am" that the user needs to decide to resolve or to get rid
of the old "am" attempt.  The "am --abort" option was meant to help the
latter.  However, it rewinded the HEAD back to the beginning of the failed
"am" attempt, discarding commits made (perhaps by mistake) since.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sn/doc-opt-notation' into maint</title>
<updated>2010-10-21T23:26:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-10-21T23:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f7bff60de95951d2c82601350cb3771b347e83ee'/>
<id>urn:sha1:f7bff60de95951d2c82601350cb3771b347e83ee</id>
<content type='text'>
* sn/doc-opt-notation:
  Fix {update,checkout}-index usage strings
  Put a space between `&lt;' and argument in pack-objects usage string
  Remove stray quotes in --pretty and --format documentation
  Use parentheses and `...' where appropriate
  Fix odd markup in --diff-filter documentation
  Use angles for placeholders consistently
</content>
</entry>
<entry>
<title>shell portability: no "export VAR=VAL"</title>
<updated>2010-10-13T18:36:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-10-13T18:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=69ae92bda13dfbf0b7d169c57b9f2715af2a9d67'/>
<id>urn:sha1:69ae92bda13dfbf0b7d169c57b9f2715af2a9d67</id>
<content type='text'>
It is more portable to say "VAR=VAL &amp;&amp; export VAR" instead.

Noticed by Ævar.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Use parentheses and `...' where appropriate</title>
<updated>2010-10-08T19:31:07Z</updated>
<author>
<name>Štěpán Němec</name>
<email>stepan.nemec@gmail.com</email>
</author>
<published>2010-10-08T17:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=0adda9362ab080b0994355c5a3183a896a606cc0'/>
<id>urn:sha1:0adda9362ab080b0994355c5a3183a896a606cc0</id>
<content type='text'>
Remove some stray usage of other bracket types and asterisks for the
same purpose.

Signed-off-by: Štěpán Němec &lt;stepnem@gmail.com&gt;
Acked-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/maint-am-rebase-invalid-author'</title>
<updated>2010-06-27T19:07:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-27T19:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bcdfb20ae94138eac863b4c40263dc10f29917e5'/>
<id>urn:sha1:bcdfb20ae94138eac863b4c40263dc10f29917e5</id>
<content type='text'>
* js/maint-am-rebase-invalid-author:
  am: use get_author_ident_from_commit instead of mailinfo when rebasing
</content>
</entry>
<entry>
<title>Merge branch 'rr/am-help'</title>
<updated>2010-06-18T18:16:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-18T18:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8b8063cef3933c25288f2ab78d2adf1a4a2149ce'/>
<id>urn:sha1:8b8063cef3933c25288f2ab78d2adf1a4a2149ce</id>
<content type='text'>
* rr/am-help:
  git am: Remove stray error message from sed
  git am: Display some help text when patch is empty
  git am: Set cmdline globally
</content>
</entry>
<entry>
<title>am: use get_author_ident_from_commit instead of mailinfo when rebasing</title>
<updated>2010-06-16T17:00:58Z</updated>
<author>
<name>Jay Soffian</name>
<email>jaysoffian@gmail.com</email>
</author>
<published>2010-06-16T07:12:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=43c23251f924db4188cf74361cb7cc3257accce3'/>
<id>urn:sha1:43c23251f924db4188cf74361cb7cc3257accce3</id>
<content type='text'>
In certain situations, commit authorship can consist of an invalid
e-mail address. For example, this is the case when working with git svn
repos where the author email has had the svn repo UUID appended such as:

 author@example.com &lt;author@example.com@deadbeef-dead-beef-dead-beefdeadbeef&gt;

Given such an address, mailinfo extracts the authorship incorrectly as
it assumes a valid domain. However, when rebasing the original
authorship should be preserved irrespective of its validity as an email
address.

Using get_author_ident_from_commit instead of mailinfo when rebasing
preserves the original authorship.

Signed-off-by: Jay Soffian &lt;jaysoffian@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git am: Remove stray error message from sed</title>
<updated>2010-06-02T16:53:45Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2010-06-02T08:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=92f65e6ab6185aae241d1388b54429d171a9d0f5'/>
<id>urn:sha1:92f65e6ab6185aae241d1388b54429d171a9d0f5</id>
<content type='text'>
When --continue is invoked without any changes, the following stray
error message appears- sed: can't read $dotest/final-commit: No such
file or directory. Remove this by making sure that the file actually
exists.

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
