On Fri, May 4, 2018 at 4:12 AM, Eckhard S. Maaß <eckhard.s.maass@xxxxxxxxxxxxxx> wrote: > If you do something like > > - git add . > - git status > - git commit > - git show (or git diff HEAD) > > one would expect to have analogous output from git status and git show > (or similar diff-related programs). This is generally not the case, as > git status has hard coded values for diff related options. > <snip> > --- > > Hello, > > Hopefully I have addressed all issues that have come up so far. Looks good to me, thanks. Elijah