Re: git clone --bare --origin incompatible?

2016-10-23 Thread Roman Neuhauser
# sch...@linux-m68k.org / 2016-10-23 14:29:55 +0200: > On Okt 23 2016, Roman Neuhauser wrote: > > > what is the reason clone --bare prohibits --origin? > > > > % git clone --bare -o fubar anything anywhere > > fatal: --bare and --origin fubar options are incompa

git clone --bare --origin incompatible?

2016-10-23 Thread Roman Neuhauser
hello, what is the reason clone --bare prohibits --origin? % git clone --bare -o fubar anything anywhere fatal: --bare and --origin fubar options are incompatible. -- roman

Re: git-diff-tree --root

2014-09-13 Thread Roman Neuhauser
# gits...@pobox.com / 2014-09-12 10:31:30 -0700: > Roman Neuhauser writes: > > git-diff-tree without --root is absolutely silent for the root commit, > > and i see no bad effects of --root on non-root commits. are there any > > hidden gotchas? IOW, why is the --root beh

git-diff-tree --root

2014-09-12 Thread Roman Neuhauser
hello, git-diff-tree without --root is absolutely silent for the root commit, and i see no bad effects of --root on non-root commits. are there any hidden gotchas? IOW, why is the --root behavior not the default? cram[1] testcase:: $ git init -q scratch $ cd scratch $ echo '.*.sw?' > .gi