found 611936 git/1:1.7.9.5-1
tags 611936 + patch
quit
(Resending with correct bug number.  Sorry for the noise.)

Hi again,

Kevin Ryde wrote:
> Jonathan Nieder <jrnie...@gmail.com> writes:

>>  - In M-x git-blame mode, the left side of each source line does not
>>    line up
>
> The %20A in git-blame-prefix-format may mean only 20 columns for the
> author.  I expect that can be customized.
>
> (Or is there a way to abbreviate long authors?  Could be a cute feature
> for format-spec.el itself to have, either a truncate or ellipsise or
> whatever.)

Thanks for a useful hint.  Took me long enough. :)

 contrib/emacs/git-blame.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git i/contrib/emacs/git-blame.el w/contrib/emacs/git-blame.el
index d351cfb6..137d5ba9 100644
--- i/contrib/emacs/git-blame.el
+++ w/contrib/emacs/git-blame.el
@@ -102,7 +102,7 @@
   :group 'git-blame)
 
 (defcustom git-blame-prefix-format
-  "%h %20A:"
+  "%h %20.20A:"
   "The format of the prefix added to each line in `git-blame'
 mode. The format is passed to `format-spec' with the following format keys:
 
-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to