git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] CHERRY_PICK_HEAD
@ 2011-02-17  4:18 Jay Soffian
  2011-02-17  4:18 ` [PATCH v3 1/4] Introduce CHERRY_PICK_HEAD Jay Soffian
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Jay Soffian @ 2011-02-17  4:18 UTC (permalink / raw)
  To: git
  Cc: Jay Soffian, Jonathan Nieder, Junio C Hamano,
	Ævar Arnfjörð Bjarmason

Incorporating feedback from http://thread.gmane.org/gmane.comp.version-control.git/166945

Jay Soffian (4):
  Introduce CHERRY_PICK_HEAD
  bash: teach __git_ps1 about CHERRY_PICK_HEAD
  commit.c: replace some literal strings with constants
  Teach commit about CHERRY_PICK_HEAD

 Documentation/git-cherry-pick.txt      |   19 +++
 Documentation/git-commit.txt           |    7 +-
 Documentation/revisions.txt            |    5 +-
 branch.c                               |    1 +
 builtin/commit.c                       |  196 ++++++++++++++++++++++----------
 builtin/merge.c                        |    7 +
 builtin/revert.c                       |   74 ++++---------
 contrib/completion/git-completion.bash |    2 +
 t/t3507-cherry-pick-conflict.sh        |  138 ++++++++++++++++++++++-
 t/t7509-commit.sh                      |   29 +++++
 wt-status.c                            |    4 +-
 wt-status.h                            |    9 ++-
 12 files changed, 371 insertions(+), 120 deletions(-)

-- 
1.7.4.1.30.g7fe09

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

end of thread, other threads:[~2011-02-20  6:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17  4:18 [PATCH v3 0/4] CHERRY_PICK_HEAD Jay Soffian
2011-02-17  4:18 ` [PATCH v3 1/4] Introduce CHERRY_PICK_HEAD Jay Soffian
2011-02-17 20:01   ` Junio C Hamano
2011-02-17 22:32     ` Jonathan Nieder
2011-02-20  2:29     ` Jay Soffian
2011-02-20  2:48       ` Jonathan Nieder
2011-02-20  6:43       ` Junio C Hamano
2011-02-17 21:56   ` Junio C Hamano
2011-02-17 22:42     ` Jay Soffian
2011-02-17 22:48       ` Jonathan Nieder
2011-02-17  4:18 ` [PATCH v3 2/4] bash: teach __git_ps1 about CHERRY_PICK_HEAD Jay Soffian
2011-02-17  4:18 ` [PATCH v3 3/4] commit.c: replace some literal strings with constants Jay Soffian
2011-02-17  5:19   ` Jonathan Nieder
2011-02-17  5:50     ` [PATCH] Teach commit about CHERRY_PICK_HEAD Jay Soffian
2011-02-18  0:29       ` Jonathan Nieder
2011-02-17  5:49   ` [PATCH v3 3/4] commit.c: replace some literal strings with constants Junio C Hamano
2011-02-17  4:18 ` [PATCH v3 4/4] Teach commit about CHERRY_PICK_HEAD Jay Soffian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).