Re: [PATCH v2] Fix misconversion of gitsubmodule.txt

2018-02-20 Thread Junio C Hamano
Todd Zullinger writes: > If replacing the non-ASCI apostrophes is the goal, aren't > there a number of others in the same file worth cleaning up > at the same time? > > $ grep '’' Documentation/gitsubmodules.txt > the submodule’s working directory pointing to (i). > superproject

Re: [PATCHv2 00/16] Moving global state into the repository object (part 1)

2018-02-20 Thread Stefan Beller
On Tue, Feb 20, 2018 at 11:55 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> The step to take an object store would just add expressiveness >> to the code, which may help in understanding what part of the code is >> related to what other part of the

Re: File locking issues with fetching submodules in parallel

2018-02-20 Thread Stefan Beller
On Tue, Feb 20, 2018 at 8:20 AM, Johannes Schindelin wrote: > Hi Stefan (and other submodule wizards), > > Igor Melnichenko reported a submodule problem in a Git for Windows ticket: > > https://github.com/git-for-windows/git/issues/1469 > Thanks for bringing

Re: About connection resuming

2018-02-20 Thread Stefan Beller
On Tue, Feb 20, 2018 at 4:49 AM, chenzero wrote: > Hello, > First, I am a user of git for about 2 years, I really appreciated you all to > create this great useful software! Hi, welcome to the mailing list! > My encountered problem is: > sometimes, the repo is big and

[PATCH] submodule: indicate that 'submodule.recurse' doesn't apply to clone

2018-02-20 Thread Brandon Williams
Update the documentation for the 'submodule.recurse' config to identify that the clone command does not respect it. Signed-off-by: Brandon Williams --- Documentation/config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/config.txt

[BUG] Worktree prune complains about missing path

2018-02-20 Thread Randall S. Becker
I’m a bit confused about this, as I thought I understood worktrees :(. /home/randall/nsgit/test/test dir.mytest/dest git worktree list /home/randall/nsgit/test/test dir.mytest/dest: git worktree list /home/randall/nsgit/test/test dir.mytest/dest 4e901ca [master] /home/randall/nsgit/test/test

<    1   2