diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 17:53:25 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 17:53:25 +0200 |
commit | 19cbcd7bb56674b6192a14221f76b758d85329a3 (patch) | |
tree | f81d23b4a16283276ba22edd58561eaef0301d6d /git | |
parent | 771db2a8c4c48020da4f993eb23aeffef6c2a425 (diff) | |
download | dotfiles-19cbcd7bb56674b6192a14221f76b758d85329a3.tar.xz |
git: Add shortdesc alias
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ wdiff = diff --word-diff wshow = show --word-diff fpush = push --force-with-lease + shortdesc = !git --no-pager log -1 --pretty='tformat:%h (%s, %ad)' --date=short [advice] detachedHead = false |