git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] New @ shortcut for HEAD
@ 2013-04-30 21:49 Felipe Contreras
  2013-04-30 21:49 ` [PATCH v2 1/6] sha1_name: remove no-op Felipe Contreras
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Felipe Contreras @ 2013-04-30 21:49 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, Ramkumar Ramachandra, Jeff King, Duy Nguyen",
	Felipe Contreras

Hi,

Same as before, except that now only '@' changes, 'master@' remains the same as
before.

Also, cleanups for sha1_name, and an update so '@@{u}' works.

Felipe Contreras (6):
  sha1_name: remove no-op
  sha1_name: remove unnecessary braces
  sha1_name: avoid Yoda conditions
  sha1_name: refactor reinterpret()
  Add new @ shortcut for HEAD
  sha1_name: allow @@{u} to work

 Documentation/git-check-ref-format.txt |  2 +
 Documentation/revisions.txt            |  3 ++
 refs.c                                 |  4 ++
 sha1_name.c                            | 78 +++++++++++++++++++++++-----------
 t/t1508-at-combinations.sh             |  3 ++
 5 files changed, 65 insertions(+), 25 deletions(-)

-- 
1.8.3.rc0.395.gfe9a10d

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

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

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 21:49 [PATCH v2 0/6] New @ shortcut for HEAD Felipe Contreras
2013-04-30 21:49 ` [PATCH v2 1/6] sha1_name: remove no-op Felipe Contreras
2013-04-30 21:49 ` [PATCH v2 2/6] sha1_name: remove unnecessary braces Felipe Contreras
2013-04-30 21:49 ` [PATCH v2 3/6] sha1_name: avoid Yoda conditions Felipe Contreras
2013-04-30 22:00   ` Junio C Hamano
2013-04-30 22:04     ` Felipe Contreras
2013-04-30 22:13       ` Junio C Hamano
2013-04-30 22:20         ` Felipe Contreras
2013-04-30 22:30           ` Junio C Hamano
2013-04-30 22:32             ` Junio C Hamano
2013-04-30 22:45             ` Felipe Contreras
2013-04-30 23:02               ` Junio C Hamano
2013-04-30 23:07                 ` Junio C Hamano
2013-04-30 21:49 ` [PATCH v2 4/6] sha1_name: refactor reinterpret() Felipe Contreras
2013-04-30 22:01   ` Junio C Hamano
2013-04-30 21:49 ` [PATCH v2 5/6] Add new @ shortcut for HEAD Felipe Contreras
2013-04-30 22:07   ` Junio C Hamano
2013-05-01  2:03   ` Duy Nguyen
2013-05-02  2:44     ` Felipe Contreras
2013-05-02 16:49     ` Junio C Hamano
2013-04-30 21:49 ` [PATCH v2 6/6] sha1_name: allow @@{u} to work Felipe Contreras
2013-04-30 22:21   ` 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).