[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #29616 [Core Tor/Tor]: Git scripts should fetch once only.
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs