Re: [Question] Is it normal for accented characters to be shown as decomposed Unicode on GNU/Linux?

2015-06-22 Thread Bastien Traverse
Le 22/06/2015 17:04, Charles Bailey a écrit : Note that these aren't decomposed (in the unicode decomposition sense) but are merely octal escaped representations of the utf-8 encoded file names. Thanks, I had read that term in similar context (German umlaut) and thought it was correctly

[Question] Is it normal for accented characters to be shown as decomposed Unicode on GNU/Linux?

2015-06-22 Thread Bastien Traverse
mode 100644 r\303\252ve $ git log --summary commit 0d776b7a09d5384a76066999431507018e292efe Author: Bastien Traverse bastien@traverse.email Date: 2015-06-22 14:13:46 +0200 accent test create mode 100644 r\303\251union create mode 100644 r\303\252ve $ mv rêve reve $ git status On branch

Re: [RESOLVED NOTABUG] git commit --date format parsing

2015-05-23 Thread Bastien Traverse
Le 23/05/2015 00:06, Jeff King a écrit : OK, this is weird. When I tried to reproduce, I couldn't. But I had typed in the date string myself while reading your email in another window. And though I was sure that I had typed it correctly, just to be double-plus-sure I copied and pasted your

[BUG] git commit --date format parsing

2015-05-22 Thread Bastien Traverse
Hi * Trying to specify a commit (author) date using `--date` option yields unpredictable results that are incoherent with man git-commit: $ git --version git version 2.4.1 $ uname -a Linux arch-clevo 4.0.4-1-ARCH #1 SMP PREEMPT Mon May 18 06:43:19 CEST 2015 x86_64 GNU/Linux $ mkdir test cd