git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] log: prettier decorations
@ 2009-05-13 21:22 Felipe Contreras
  2009-05-13 21:22 ` [PATCH 1/3] Change prettify_ref to prettify_refname Felipe Contreras
  2009-05-13 21:28 ` [PATCH 0/3] log: prettier decorations Jeff King
  0 siblings, 2 replies; 7+ messages in thread
From: Felipe Contreras @ 2009-05-13 21:22 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jeff King, Felipe Contreras

Hi,

This patch series simply improves log decorations so that they look like:

(tag: v1.6.3.1, origin/maint, master)

Instead of:

(tag: refs/tags/v1.6.3.1, refs/remotes/origin/maint, refs/heads/master)

In order to do that I had to change prettify_ref to prettify_refname because
add_ref_decoration doesn't have the ref object.

Felipe Contreras (3):
  Change prettify_ref to prettify_refname
  Prettify log decorations even more
  Fix test for new log decorate

 builtin-fetch.c                   |    2 +-
 builtin-send-pack.c               |    4 ++--
 log-tree.c                        |    1 +
 refs.c                            |    3 +--
 refs.h                            |    2 +-
 t/t4013/diff.log_--decorate_--all |    6 +++---
 transport.c                       |    4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2009-05-13 21:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 21:22 [PATCH 0/3] log: prettier decorations Felipe Contreras
2009-05-13 21:22 ` [PATCH 1/3] Change prettify_ref to prettify_refname Felipe Contreras
2009-05-13 21:22   ` [PATCH 2/3] Prettify log decorations even more Felipe Contreras
2009-05-13 21:22     ` [PATCH 3/3] Fix test for new log decorate Felipe Contreras
2009-05-13 21:28 ` [PATCH 0/3] log: prettier decorations Jeff King
2009-05-13 21:32   ` [PATCH 2/2] Prettify log decorations even more Felipe Contreras
2009-05-13 21:34   ` [PATCH 0/3] log: prettier decorations Felipe Contreras

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