[PATCH] test-lib.sh: unset XDG_CACHE_HOME

2018-02-15 Thread Genki Sky
. Signed-off-by: Genki Sky <s...@genki.is> --- Notes: This is the XDG_CACHE_HOME version of 5adf84ebb ("test-lib.sh: unset XDG_CONFIG_HOME", 2012-07-24). t/test-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/test-lib.sh b/t/test-lib.sh index 9af19055b..001ef6b64 100

[PATCH v2] rebase: add --allow-empty-message option

2018-02-04 Thread Genki Sky
erflow.com/q/8542304 [1]: https://public-inbox.org/git/7vd33afqjh@alter.siamese.dyndns.org/ To implement this, add a new --allow-empty-message flag. Then propagate it to all calls of 'git commit', 'git cherry-pick', and 'git rebase--helper' within the rebase scripts. Signed-off-by: Ge

[PATCH] rebase: add --allow-empty-message option

2018-02-01 Thread Genki Sky
ithin the rebase scripts. Signed-off-by: Genki Sky <s...@genki.is> --- Documentation/git-rebase.txt| 5 +++ builtin/rebase--helper.c| 2 ++ git-rebase--am.sh | 1 + git-rebase--interactive.sh | 25 +++-- git-rebase--merge.sh