diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:04:59 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:04:59 -0400 |
commit | 370ef5a7e804471e265f2289f2885b855a1c8a59 (patch) | |
tree | a490726085bd90d6e868ec033a2fa9fbf26c8381 /.gitconfig | |
parent | various bibtex/latex configs in emacs (diff) |
git-subrepo
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ lg1-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' lg2-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' lg3-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)' + + subrepo = !~/.local/lib/git-core/git-subrepo [push] default = simple [url "git://anonscm.debian.org"] |