summaryrefslogtreecommitdiff
path: root/buildstream/_gitsourcebase.py
Commit message (Expand)AuthorAgeFilesLines
* Plugin: Remove node_has_member()Daniel Silverstone2019-04-041-1/+1
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-011-3/+4
* The new YAML World OrderDaniel Silverstone2019-03-271-1/+1
* _gitsourcebase.py: Make mirror class used by derived plugins overridablePhil Dawson2019-03-071-3/+8
* Expose _GitMirror as part of plugin author facing APIChandan Singh2019-03-071-5/+5
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-281-1/+1
* _gitsourcebase.py: Fetch with explicit refspecsRichard Maw2019-01-211-1/+2
* buildstream/_gitsourcebase.py: Fix case where HEAD is taggedValentin David2019-01-161-13/+18
* buildstream/_gitsourcebase.py: Reduce git history for git describe.Valentin David2019-01-161-1/+2
* Expose base class for Git source pluginsChandan Singh2018-12-201-0/+670