]> git.ipfire.org Git - thirdparty/git.git/commit - git-stash.sh
stash list: use new %g formats instead of sed
authorThomas Rast <trast@student.ethz.ch>
Mon, 19 Oct 2009 15:48:11 +0000 (17:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2009 05:28:26 +0000 (22:28 -0700)
commit391c53bdcd7bbce366eaef7288afb948525ed3e8
tree9d5667eb59405bdc0fda5b1dcc0eff7046d615df
parent8f8f5476cd6542387d435c242752404cf144005f
stash list: use new %g formats instead of sed

With the new formats, we can rewrite 'git stash list' in terms of an
appropriate pretty format, instead of hand-editing with sed.  This has
the advantage that it obeys the normal settings for git-log, notably
the pager.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh