aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Adapt to inheriting butl::invalid_path from std::invalid_argumentKaren Arutyunov1-4/+4
2018-10-16Add explicit move() suggested by Clang 7Boris Kolpackov1-1/+1
2018-08-14Adapt to git_version() returning semantic_version nowKaren Arutyunov1-3/+4
2018-08-07Make use of git utility functions from libbutlKaren Arutyunov1-63/+40
2018-08-04Minor formatting fixKaren Arutyunov1-1/+1
2018-07-12Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov1-1/+1
2018-07-05Minor diagnostics tweakBoris Kolpackov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-05Make use of parse_standard_version() functionKaren Arutyunov1-18/+8
2018-05-02Add support for default and excluding git ref filtersKaren Arutyunov1-227/+356
2018-05-02Document default and excluding git ref filtersBoris Kolpackov1-0/+7
2018-04-27Add support for repository fragmentsKaren Arutyunov1-51/+113
2018-04-20Add support for comma-separated list of git reference filterKaren Arutyunov1-61/+99
2018-04-19Implement git repository handling transition (phase 0)Karen Arutyunov1-368/+716
2018-03-16Add support for version iterationKaren Arutyunov1-2/+2
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-3/+6
2018-03-02Update rep-fetchKaren Arutyunov1-22/+73
2018-02-19Parse repositories and packages files for git repositoriesKaren Arutyunov1-63/+46
2018-02-15Raise minimum supported git version to 2.12.0 from 2.11.0Karen Arutyunov1-3/+3
2018-02-15Raise minimum supported git version to 2.11.0 from 2.1.4Karen Arutyunov1-25/+3
2018-02-15Fix rev-parse command failure on older git versionsKaren Arutyunov1-1/+80
2018-02-15Make git_clone() to abbreviate (16 chars) commit id-based directory nameKaren Arutyunov1-1/+7
2018-02-13Cosmetic changeBoris Kolpackov1-1/+1
2018-02-12Clone and fetch git repositoriesKaren Arutyunov1-0/+986