node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

Don't pull tags on fetching remote branch. #446

Closed henvic closed 8 years ago

henvic commented 8 years ago

@dustinryerson reported a crash issue due to too many tags on a given code review program.

By default, git pull and git fetch fetches tags when invoked.

Too many objects (be it content, commits, tags, or whatever) on a git repository is problematic.