Re: [PATCH v4 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c

2016-10-07 Thread Jakub Narębski
W dniu 07.10.2016 o 18:08, Johannes Schindelin pisze: > - marked the hint "please commit or stash them" (reintroduced from the > original git-pull.sh script) as translatable. I wonder if we can make automatic check if everything introduced is translatable, for example with something akin to "En

Re: [PATCH v4 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c

2016-10-07 Thread Junio C Hamano
Johannes Schindelin writes: > - changed the exit code to 128 (emulating a die()) if > require_clean_work-tree() was asked to be non-gentle. Ah, I didn't spot this the last round. Good change. Thanks, will replace.

[PATCH v4 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c

2016-10-07 Thread Johannes Schindelin
This is the 5th last patch series of my work to accelerate interactive rebases in particular on Windows. Basically, all it does is to make reusable some functions that were ported over from git-pull.sh but made private to builtin/pull.c. Changes since v3: - reworded 3/5's commit message accordin