Git development
 help / color / mirror / Atom feed
* [PATCH 0/2] git-pull: Allow --stat and --no-stat to be used with --rebase
@ 2009-03-01 21:28 Tor Arne Vestbø
  2009-03-01 21:28 ` [PATCH 1/2] git-rebase: Add --stat and --no-stat for producing diffstat on rebase Tor Arne Vestbø
  0 siblings, 1 reply; 5+ messages in thread
From: Tor Arne Vestbø @ 2009-03-01 21:28 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

These two small patches teach git-rebase to understand --stat, and git-pull
to forward --stat to git-rebase when used with --rebase. Comments welcome!

Tor Arne Vestbø (2):
  git-rebase: Add --stat and --no-stat for producing diffstat on rebase
  git-pull: Allow --stat and --no-stat to be used with --rebase

 Documentation/git-rebase.txt |   17 ++++++++++++++++-
 git-pull.sh                  |   10 +++++-----
 git-rebase.sh                |   25 ++++++++++++++++++-------
 t/t3406-rebase-message.sh    |   23 ++++++++++++++++++++++-
 4 files changed, 61 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-01 22:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-01 21:28 [PATCH 0/2] git-pull: Allow --stat and --no-stat to be used with --rebase Tor Arne Vestbø
2009-03-01 21:28 ` [PATCH 1/2] git-rebase: Add --stat and --no-stat for producing diffstat on rebase Tor Arne Vestbø
2009-03-01 21:28   ` [PATCH 2/2] git-pull: Allow --stat and --no-stat to be used with --rebase Tor Arne Vestbø
2009-03-01 21:47   ` [PATCH 1/2] git-rebase: Add --stat and --no-stat for producing diffstat on rebase Jakub Narebski
2009-03-01 22:11     ` [PATCH v2] " Tor Arne Vestbø

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox