git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix describe --contains --all
@ 2013-06-18 17:13 Ramkumar Ramachandra
  2013-06-18 17:13 ` [PATCH 1/5] prompt: clean up describe logic Ramkumar Ramachandra
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ramkumar Ramachandra @ 2013-06-18 17:13 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano

Hi,

I discovered --contains --all in describe, and found out that it
doesn't work as advertised for a deep historical reason.  [3/5] is
super-important and addresses this issue; everything else is
decoration.

Thanks.

Ramkumar Ramachandra (5):
  prompt: clean up describe logic
  prompt: do not double-discriminate detached HEAD
  name-rev: fix assumption about --name-only usage
  name-rev: strip trailing ^0 in when --name-only
  name-rev doc: rewrite --stdin paragraph

 Documentation/git-name-rev.txt       | 12 +++++++-----
 builtin/name-rev.c                   | 13 ++++++++++---
 contrib/completion/git-prompt.sh     | 20 +++++++++++---------
 t/t4202-log.sh                       |  8 ++++----
 t/t6007-rev-list-cherry-pick-file.sh | 32 ++++++++++++++++----------------
 t/t9903-bash-prompt.sh               |  2 +-
 6 files changed, 49 insertions(+), 38 deletions(-)

-- 
1.8.3.1.456.gb7f4cb6.dirty

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

end of thread, other threads:[~2013-06-18 17:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 17:13 [PATCH 0/5] Fix describe --contains --all Ramkumar Ramachandra
2013-06-18 17:13 ` [PATCH 1/5] prompt: clean up describe logic Ramkumar Ramachandra
2013-06-18 17:13 ` [PATCH 2/5] prompt: do not double-discriminate detached HEAD Ramkumar Ramachandra
2013-06-18 17:13 ` [PATCH 3/5] name-rev: fix assumption about --name-only usage Ramkumar Ramachandra
2013-06-18 17:13 ` [PATCH 4/5] name-rev: strip trailing ^0 in when --name-only Ramkumar Ramachandra
2013-06-18 17:13 ` [PATCH 5/5] name-rev doc: rewrite --stdin paragraph Ramkumar Ramachandra

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).