<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-rebase.sh, branch v1.6.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-07-02T02:40:50Z</updated>
<entry>
<title>Merge branch 'sb/quiet-porcelains'</title>
<updated>2009-07-02T02:40:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-02T02:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e6c7c2cc9766434607b8da5db872e7881a043925'/>
<id>urn:sha1:e6c7c2cc9766434607b8da5db872e7881a043925</id>
<content type='text'>
* sb/quiet-porcelains:
  stash: teach quiet option
  am, rebase: teach quiet option
  submodule, repack: migrate to git-sh-setup's say()
  git-sh-setup: introduce say() for quiet options
  am: suppress apply errors when using 3-way
  t4150: test applying with a newline in subject
</content>
</entry>
<entry>
<title>am, rebase: teach quiet option</title>
<updated>2009-06-18T18:54:48Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-06-16T22:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0e987a12fc1d481d81ad9c56f4714efb08667213'/>
<id>urn:sha1:0e987a12fc1d481d81ad9c56f4714efb08667213</id>
<content type='text'>
git-am and git-rebase are talkative scripts. Teach them to be quiet when
told, allowing them to speak only when they fail or experience errors.

The quiet option is maintained when git-am or git-rebase fails to apply
a patch. This means subsequent --resolved, --continue, --skip, --abort
invocations will be quiet if the original invocation was quiet.

Drop a handful of &gt;&amp;2 redirection; the rest of the program sends all the
info messages to stdout, not to stderr.

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>pull, rebase: simplify to use die()</title>
<updated>2009-06-15T04:14:10Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-06-14T23:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bc2bbc4542a220da5d28c432b6bf78a845a421c0'/>
<id>urn:sha1:bc2bbc4542a220da5d28c432b6bf78a845a421c0</id>
<content type='text'>
Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>rebase: fix typo (force_rebas -&gt; force-rebas)</title>
<updated>2009-03-27T21:26:34Z</updated>
<author>
<name>Michele Ballabio</name>
<email>barra_cuda@katamail.com</email>
</author>
<published>2009-03-18T18:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3f7d99282d336824b789a5ccb2523a5d84f9be2e'/>
<id>urn:sha1:3f7d99282d336824b789a5ccb2523a5d84f9be2e</id>
<content type='text'>
Signed-off-by: Michele Ballabio &lt;barra_cuda@katamail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>rebase: add options passed to git-am</title>
<updated>2009-03-19T02:25:01Z</updated>
<author>
<name>Michele Ballabio</name>
<email>barra_cuda@katamail.com</email>
</author>
<published>2009-03-18T20:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=570ccad33e067616865aa9697b90c7b927d6dcf4'/>
<id>urn:sha1:570ccad33e067616865aa9697b90c7b927d6dcf4</id>
<content type='text'>
Add the options --committer-date-is-author-date and --ignore-date
to git-rebase. They were introduced in commit a79ec62d0 for git-am.
These options imply --force-rebase.

Signed-off-by: Michele Ballabio &lt;barra_cuda@katamail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tv/rebase-stat'</title>
<updated>2009-03-11T20:49:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-03-11T20:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e43997979ecc69bb9b9720a080a3897738e00f19'/>
<id>urn:sha1:e43997979ecc69bb9b9720a080a3897738e00f19</id>
<content type='text'>
* tv/rebase-stat:
  git-pull: Allow --stat and --no-stat to be used with --rebase
  git-rebase: Add --stat and --no-stat for producing diffstat on rebase
</content>
</entry>
<entry>
<title>Merge branch 'sr/force-rebase'</title>
<updated>2009-03-05T23:41:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-03-05T23:41:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e7cf1da70f1bbb477614547ca2874392c9d37862'/>
<id>urn:sha1:e7cf1da70f1bbb477614547ca2874392c9d37862</id>
<content type='text'>
* sr/force-rebase:
  Teach rebase to rebase even if upstream is up to date
</content>
</entry>
<entry>
<title>git-rebase: Add --stat and --no-stat for producing diffstat on rebase</title>
<updated>2009-03-03T07:22:32Z</updated>
<author>
<name>Tor Arne Vestbø</name>
<email>torarnv@gmail.com</email>
</author>
<published>2009-03-01T22:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a9c3821ca2fec065260b4314d61337a7529aba5b'/>
<id>urn:sha1:a9c3821ca2fec065260b4314d61337a7529aba5b</id>
<content type='text'>
The behavior of --verbose is unchanged, but uses a different state
variable internally, so that the meaning of verbose output may be
expanded without affecting the diffstat. This is also reflected in
the documentation.

The configuration option rebase.stat works the same was as merg.stat,
but the default is currently false.

Signed-off-by: Tor Arne Vestbø &lt;torarnv@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>disallow providing multiple upstream branches to rebase, pull --rebase</title>
<updated>2009-02-18T19:14:04Z</updated>
<author>
<name>Jay Soffian</name>
<email>jaysoffian@gmail.com</email>
</author>
<published>2009-02-18T13:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=51b2ead03c8cdc0ddeeca2fb5db14b7bac584337'/>
<id>urn:sha1:51b2ead03c8cdc0ddeeca2fb5db14b7bac584337</id>
<content type='text'>
It does not make sense to provide multiple upstream branches to either
git pull --rebase, or to git rebase, so disallow both.

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>Teach rebase to rebase even if upstream is up to date</title>
<updated>2009-02-14T01:17:47Z</updated>
<author>
<name>Sverre Rabbelier</name>
<email>srabbelier@gmail.com</email>
</author>
<published>2009-02-13T22:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b2f82e05de2512ae4adb63b669f6c1fe6cba3148'/>
<id>urn:sha1:b2f82e05de2512ae4adb63b669f6c1fe6cba3148</id>
<content type='text'>
Normally, if the current branch is up to date, the rebase is aborted.
However, it may be desirable to allow rebasing even if the current
branch is up to date. When using the '--whitespace=fix' option -f is
implied.

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