summaryrefslogtreecommitdiffstats
path: root/bpkg/fetch-git.cxx
Commit message (Expand)AuthorAgeFilesLines
* Adapt to git_version() returning semantic_version nowKaren Arutyunov2018-08-141-3/+4
* Make use of git utility functions from libbutlKaren Arutyunov2018-08-071-63/+40
* Minor formatting fixKaren Arutyunov2018-08-041-1/+1
* Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov2018-07-121-1/+1
* Minor diagnostics tweakBoris Kolpackov2018-07-051-1/+1
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
* Make use of parse_standard_version() functionKaren Arutyunov2018-05-051-18/+8
* Add support for default and excluding git ref filtersKaren Arutyunov2018-05-021-227/+356
* Document default and excluding git ref filtersBoris Kolpackov2018-05-021-0/+7
* Add support for repository fragmentsKaren Arutyunov2018-04-271-51/+113
* Add support for comma-separated list of git reference filterKaren Arutyunov2018-04-201-61/+99
* Implement git repository handling transition (phase 0)Karen Arutyunov2018-04-191-368/+716
* Add support for version iterationKaren Arutyunov2018-03-161-2/+2
* Add --no-result option to suppress printing informational messagesBoris Kolpackov2018-03-141-3/+6
* Update rep-fetchKaren Arutyunov2018-03-021-22/+73
* Parse repositories and packages files for git repositoriesKaren Arutyunov2018-02-191-63/+46
* Raise minimum supported git version to 2.12.0 from 2.11.0Karen Arutyunov2018-02-151-3/+3
* Raise minimum supported git version to 2.11.0 from 2.1.4Karen Arutyunov2018-02-151-25/+3
* Fix rev-parse command failure on older git versionsKaren Arutyunov2018-02-151-1/+80
* Make git_clone() to abbreviate (16 chars) commit id-based directory nameKaren Arutyunov2018-02-151-1/+7
* Cosmetic changeBoris Kolpackov2018-02-131-1/+1
* Clone and fetch git repositoriesKaren Arutyunov2018-02-121-0/+986