summaryrefslogtreecommitdiffstats
path: root/bpkg/fetch-git.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Add stub version tags to git repository default setKaren Arutyunov2019-01-261-3/+5
|
* Redirect git stdout to stderr in run_git()Karen Arutyunov2019-01-241-34/+34
|
* Add support for --no-progress optionKaren Arutyunov2019-01-241-74/+152
|
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Prevent git-reset from messing up pkg-{build,checkout} outputKaren Arutyunov2018-12-051-8/+15
|
* Fix git repository commit fetch failureKaren Arutyunov2018-11-241-1/+45
|
* Add support for vars grouping for package commandsKaren Arutyunov2018-11-131-0/+3
|
* Add support for ssh:// git protocolKaren Arutyunov2018-11-081-1/+17
|
* Add reduced support for git versions [2.11.0 2.14.0)Karen Arutyunov2018-11-021-14/+53
|
* Fix minimum supported git version raising it to 2.14.0 from 2.12.0Karen Arutyunov2018-11-021-4/+10
| | | | | Prior to 2.14.0 the git-fetch command doesn't accept commit id as a refspec which we rely upon.
* Adapt to inheriting butl::invalid_path from std::invalid_argumentKaren Arutyunov2018-10-231-4/+4
|
* Add explicit move() suggested by Clang 7Boris Kolpackov2018-10-161-1/+1
|
* 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