git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] A natural solution to the @ -> HEAD problem
@ 2013-05-02 13:39 Ramkumar Ramachandra
  2013-05-02 13:39 ` [PATCH 1/9] t1508 (at-combinations): simplify setup Ramkumar Ramachandra
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Ramkumar Ramachandra @ 2013-05-02 13:39 UTC (permalink / raw)
  To: Git List; +Cc: Felipe Contreras, Junio C Hamano

Hi,

So, we're back with v2 of the series.  Six patches add comprehensive
tests to at-combinations, guarding against any future bugs.  [7/9] is
the most important part, where I've fixed branch_get() with a long
justification.  [8/9] and [9/9] are almost trivial.

As Felipe pointed out, [9/9] might require more documentation, but I
don't know where to put it.  Help in the area is appreciated.

I've excluded all @-parsing simplification in this series.  It will
come as a later series based on this one: I'm currently integrating
Felipe's work with mine.

Felipe: can I have your sign-off for the first three parts?

Thanks.

Felipe Contreras (3):
  t1508 (at-combinations): simplify setup
  t1508 (at-combinations): test branches separately
  t1508 (at-combinations): improve nonsense()

Ramkumar Ramachandra (6):
  t1508 (at-combinations): increase coverage
  t1508 (at-combinations): document @{N} versus HEAD@{N}
  t1508 (at-combinations): test with symbolic refs
  remote.c: teach branch_get() to treat symrefs other than HEAD
  sha1_name.c: fix @-parsing bug in interpret_branch_name()
  refs.c: make @ a pseudo-ref alias to HEAD

 Documentation/git-check-ref-format.txt |  2 +
 Documentation/revisions.txt            |  8 +++-
 refs.c                                 | 12 +++++-
 remote.c                               | 23 ++++++++++--
 sha1_name.c                            |  2 +-
 t/t1400-update-ref.sh                  |  3 ++
 t/t1508-at-combinations.sh             | 68 ++++++++++++++++++++++++++--------
 7 files changed, 94 insertions(+), 24 deletions(-)

-- 
1.8.3.rc0.40.g09a0447

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

end of thread, other threads:[~2013-05-02 17:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 13:39 [PATCH v2 0/9] A natural solution to the @ -> HEAD problem Ramkumar Ramachandra
2013-05-02 13:39 ` [PATCH 1/9] t1508 (at-combinations): simplify setup Ramkumar Ramachandra
2013-05-02 13:39 ` [PATCH 2/9] t1508 (at-combinations): test branches separately Ramkumar Ramachandra
2013-05-02 17:23   ` Felipe Contreras
2013-05-02 17:28     ` Ramkumar Ramachandra
2013-05-02 17:30       ` Felipe Contreras
2013-05-02 13:39 ` [PATCH 3/9] t1508 (at-combinations): improve nonsense() Ramkumar Ramachandra
2013-05-02 13:39 ` [PATCH 4/9] t1508 (at-combinations): increase coverage Ramkumar Ramachandra
2013-05-02 14:26   ` Eric Sunshine
2013-05-02 13:39 ` [PATCH 5/9] t1508 (at-combinations): document @{N} versus HEAD@{N} Ramkumar Ramachandra
2013-05-02 17:27   ` Felipe Contreras
2013-05-02 17:30     ` Ramkumar Ramachandra
2013-05-02 17:34       ` Felipe Contreras
2013-05-02 17:38     ` Ramkumar Ramachandra
2013-05-02 13:39 ` [PATCH 6/9] t1508 (at-combinations): test with symbolic refs Ramkumar Ramachandra
2013-05-02 13:39 ` [PATCH 7/9] remote.c: teach branch_get() to treat symrefs other than HEAD Ramkumar Ramachandra
2013-05-02 14:37   ` Ramkumar Ramachandra
2013-05-02 15:43     ` Ramkumar Ramachandra
2013-05-02 16:57   ` Felipe Contreras
2013-05-02 13:39 ` [PATCH 8/9] sha1_name.c: fix @-parsing bug in interpret_branch_name() Ramkumar Ramachandra
2013-05-02 13:39 ` [PATCH 9/9] refs.c: make @ a pseudo-ref alias to HEAD Ramkumar Ramachandra
2013-05-02 17:18 ` [PATCH v2 0/9] A natural solution to the @ -> HEAD problem Ramkumar Ramachandra
2013-05-02 17:25   ` Felipe Contreras
2013-05-02 17:34     ` 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).