lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LilyDevOS, a LilyDev container + full VM image


From: Federico Bruni
Subject: Re: LilyDevOS, a LilyDev container + full VM image
Date: Thu, 27 Jul 2017 00:05:18 +0200


Il giorno lun 17 lug 2017 alle 17:58, Federico Bruni <address@hidden> ha scritto:

You can use an alias and forget the special command.
Add this line to ~/.bashrc:

# Let gitk work on host display
alias gitk="DISPLAY=:0 gitk"

As .bashrc is the same for container and full VM, I won't add this configuration.
I'll add only a suggestion in the README.


Actually, with version of git >=2.13.0 (as in LilyDevOS), you don't really need gitk, as the information is visible in the log.

git log by default has now `--decorate` enabled:
https://github.com/git/git/commit/d9758cf81cd8af42a7ab55dc3c1a889d9ddd3f81

Example:

$ git log
commit 68dbc841e3401f14b900f6750ebb49b406caf357 (HEAD -> staging, origin/staging)
Author: Federico Bruni <...>
Date:   Thu Jul 20 21:23:57 2017 +0100

   Doc: CG, explain other git prompt variables

   The use of these environment variables is documented within the
   git source code: git/contrib/completion/git-prompt.sh

commit 54a35cdc574e4088ea8a0aa81b7df0789de758bc (origin/master, origin/HEAD)
Author: James Lowe <...>
Date:   Thu Jul 20 13:16:41 2017 +0100

   Web: Authors.itexi update

   Issue 5159

   From October 2016 until
   July 2017 Based on all
   those contributors for
   2.18.x and current 2.19.x.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]