[tor-bugs] #29616 [Core Tor/Tor]: Git scripts should fetch once only.
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Feb 28 13:55:41 UTC 2019
#29616: Git scripts should fetch once only.
------------------------------+------------------------------
Reporter: nickm | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: Tor: unspecified
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: git-scripts
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+------------------------------
Hi!
When I run "git-pull-all.sh", it does a git pull on each worktree. Git
pull has two parts: a fetch, and a merge. The fetch is slow, but fetches
all the branches from origin. The merge part is fast, since it doesn't
touch the network.
It would be cool if the pull and merge scripts only did a single fetch of
the origin, and then did a bunch of fast-forward-only merges. That way
they could run a bit faster.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29616>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list