Skip to content

Commit

Permalink
Reserve 15 columns for names
Browse files Browse the repository at this point in the history
Align data about a repository at 15 characters, for now. Looks a
little bit cleaner.
  • Loading branch information
ryuslash committed Jun 30, 2012
1 parent d7a622d commit ac87cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitto/main.scm
Expand Up @@ -96,7 +96,7 @@ gitto [options]
(let ((numup (git-revs-to-push))
(numdown (git-revs-to-pull))
(clean? (git-clean?)))
(format #t "~a: ~d to push, ~d to pull and is ~adirty.\n"
(format #t "~a:~15t~d to push, ~d to pull and is ~adirty.\n"
(basename repo) numup numdown
(if clean? "not " ""))))
repositories))
Expand Down

0 comments on commit ac87cfb

Please sign in to comment.