git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Clean up interpret_nth_last_branch feature
@ 2009-03-21 22:13 Junio C Hamano
  2009-03-21 22:13 ` [PATCH 1/7] check_ref_format(): tighten refname rules Junio C Hamano
  0 siblings, 1 reply; 14+ messages in thread
From: Junio C Hamano @ 2009-03-21 22:13 UTC (permalink / raw)
  To: git

Dscho and Pasky seem to want to introduce %name and there were a few
discussions around this area, mostly on the syntax.

I am not personally interested in the implementation of this new feature
itself, but I would want to solidify the codepath that they will be
building on before accepting any patch for it, because I have a stake at
the overall health of the resulting code we need to maintain.

The first one is what I already sent.  The last one is a bit iffy.

Junio C Hamano (7):
  check_ref_format(): tighten refname rules
  Rename interpret/substitute nth_last_branch functions
  check-ref-format --branch: give Porcelain a way to grok branch
    shorthand
  strbuf_branchname(): a wrapper for branch name shorthands
  Fix branch -m @{-1} newname
  strbuf_check_branch_ref(): a helper to check a refname for a branch
  checkout -: make "-" to mean "previous branch" everywhere

 branch.c                   |   10 +---------
 builtin-branch.c           |   20 ++++++--------------
 builtin-check-ref-format.c |    9 +++++++++
 builtin-checkout.c         |   26 +++++++++++---------------
 builtin-merge.c            |    5 ++---
 cache.h                    |    2 +-
 refs.c                     |   12 ++++++++----
 sha1_name.c                |   33 +++++++++++++++++++--------------
 strbuf.c                   |   17 +++++++++++++++++
 strbuf.h                   |    3 +++
 10 files changed, 77 insertions(+), 60 deletions(-)

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-21 22:13 [PATCH 0/7] Clean up interpret_nth_last_branch feature Junio C Hamano
2009-03-21 22:13 ` [PATCH 1/7] check_ref_format(): tighten refname rules Junio C Hamano
2009-03-21 22:13   ` [PATCH 2/7] Rename interpret/substitute nth_last_branch functions Junio C Hamano
2009-03-21 22:13     ` [PATCH 3/7] check-ref-format --branch: give Porcelain a way to grok branch shorthand Junio C Hamano
2009-03-21 22:13       ` [PATCH 4/7] strbuf_branchname(): a wrapper for branch name shorthands Junio C Hamano
2009-03-21 22:13         ` [PATCH 5/7] Fix "branch -m @{-1} newname" Junio C Hamano
2009-03-21 22:13           ` [PATCH 6/7] strbuf_check_branch_ref(): a helper to check a refname for a branch Junio C Hamano
2009-03-21 22:13             ` [PATCH 7/7] checkout -: make "-" to mean "previous branch" everywhere Junio C Hamano
2009-03-22  0:58               ` [PATCH 7/7 (v2)] " Junio C Hamano
2009-03-22 10:18       ` [PATCH 3/7] check-ref-format --branch: give Porcelain a way to grok branch shorthand Bert Wesarg
2009-03-22 21:58         ` Junio C Hamano
2009-03-21 23:15   ` [PATCH 1/7] check_ref_format(): tighten refname rules Junio C Hamano
2009-03-22 14:41   ` Johannes Schindelin
2009-03-22 23:19     ` Junio C Hamano

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