X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=e4c455df439b371d2a2b8a6aeb846ef4bd9ed0ea;hb=78cf071c2a8f7ff0b16f3a340e014f7d53eea768;hp=c7397a0557285431f8df9845165a3a110c3d3842;hpb=ebf3a182de4fc73b1e01b1d5b1db8b5325290ba8;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index c7397a0..e4c455d 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -124,7 +124,8 @@ include(../lib.m4) # Create backup of uncommitted and untracked changes. ssb = "! git stash save --include-untracked \ - \"Backup on $(date -R)\" >/dev/null \ + \"Backup on $(LANG=C date '+%a, %d %b %Y %H:%M:%S %z')\" \ + >/dev/null \ && git stash apply >/dev/null" # Display list and content of untracked files. Untracked directories