Hi Liam, On Tue, 2 May 2017, Liam Beguin wrote: > Move configuration variables to a separate file in order to remove > duplicates, and include it in config.txt and git-rebase.txt. > The new descriptions are taken from config.txt as they are more verbose. This is a nice cleanup in its own right. My only complaint: the rebase.autoStash documentation no longer says that it is related to the command-line option `--autosquash`. While the original description in `git-rebase.txt` was suboptimal, maybe we can add back the reference by adding something like: This option can be overridden by the `--no-autosquash` and `--autosquash` options of linkgit:git-rebase[1]. Ciao, Johannes