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

2016-09-12 Thread Junio C Hamano
Johannes Schindelin writes: > Johannes Schindelin (5): > pull: drop confusing prefix parameter of die_on_unclean_work_tree() > pull: make code more similar to the shell script again > Make the require_clean_work_tree() function truly reusable > Export also the has_un{staged,committed}_cha

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

2016-09-11 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 v1: - skipped patch that tries to make requi