On Tue, Jan 23 2018, Andreas Krey jotted:
> I'm just looking at some scripts that do a 'git branch --contains $id
> --remote'
> for each new commit in a repo, and unfortunately each invokation already
> takes four minutes.
>
> It feels like git branch does the reachability detection separately
>
Hi everybody,
I'm just looking at some scripts that do a 'git branch --contains $id --remote'
for each new commit in a repo, and unfortunately each invokation already
takes four minutes.
It feels like git branch does the reachability detection separately
for each branch potentially listed. The al
2 matches
Mail list logo