aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.gitconfig
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-09-02 22:23:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-09-02 22:23:56 +0300
commit07c3e337195430da1569be6209c88101e3dcf691 (patch)
tree81eb9ce1d6fc1cd4e8e45f767d4b5df69e9f0bb4 /%HOME%/.gitconfig
parentadd fix_permissions.sh (diff)
downloadlinux-home-07c3e337195430da1569be6209c88101e3dcf691.tar.gz
linux-home-07c3e337195430da1569be6209c88101e3dcf691.zip
.gitconfig: add comment to alias.xx
Diffstat (limited to '')
-rw-r--r--%HOME%/.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig
index e4dee73..18eea51 100644
--- a/%HOME%/.gitconfig
+++ b/%HOME%/.gitconfig
@@ -20,6 +20,8 @@
ll = log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s"
lll = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"
+ # I think this is only usable on Cygwin, given all the file permission
+ # madness there:
xx = update-index --add --chmod=+x
[fetch]
prune = true