mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
drop the two column rendering
This commit is contained in:
parent
6a5f7e7979
commit
d577f9b318
12
git-recent
12
git-recent
|
|
@ -41,15 +41,14 @@ else
|
|||
fi
|
||||
|
||||
format="\
|
||||
%(HEAD) \
|
||||
$branch|\
|
||||
%(color:bold red)%(objectname:short)%(color:reset) \
|
||||
$branch %(HEAD)\
|
||||
|
||||
%(color:bold red)%(objectname:short)%(color:reset) \
|
||||
%(color:bold green)(%(committerdate:relative))%(color:reset) \
|
||||
%(color:bold blue)%(authorname)%(color:reset) \
|
||||
$upstream_deets
|
||||
$spacer|\
|
||||
%(contents:subject)
|
||||
$spacer|"
|
||||
%(contents:subject)
|
||||
"
|
||||
|
||||
lessopts="--tabs=4 --quit-if-one-screen --RAW-CONTROL-CHARS --no-init"
|
||||
|
||||
|
|
@ -59,7 +58,6 @@ git for-each-ref \
|
|||
--sort=-committerdate \
|
||||
"refs/heads/" \
|
||||
--format="$format" \
|
||||
| column -ts '|' \
|
||||
| less "$lessopts"
|
||||
|
||||
# The above command:
|
||||
|
|
|
|||
Loading…
Reference in a new issue