aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Adapt to moving path match to path-pattern.?xxKaren Arutyunov1-1/+2
2019-09-28Adapt to swapping of entry and pattern parameters in butl::path_match()Karen Arutyunov1-1/+1
2019-09-28Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov1-1/+1
2019-09-20Adapt to bracket expressions in wildcard patternsKaren Arutyunov1-2/+17
2019-08-09Print information messages instead of warnings prior to git repository deep/d...Karen Arutyunov1-3/+3
2019-08-02Cosmetic changesBoris Kolpackov1-5/+5
2019-08-02Fix failure to upgrade package from git repository when its submodule changedKaren Arutyunov1-11/+53
2019-06-22Fix assertion failure on fetch from git:// repository location using --fetch-...Karen Arutyunov1-2/+2
2019-06-21Consider only latest revisions for git repository location default setKaren Arutyunov1-4/+32
2019-06-18Fix failure to fetch git repository location with tagged commit id for git 2.22Karen Arutyunov1-30/+68
2019-05-07Add support for description-type package manifest valueKaren Arutyunov1-1/+2
2019-05-01Fix rep-fetch test failing for git 2.21.0Karen Arutyunov1-0/+7
2019-03-23Cosmetic changesBoris Kolpackov1-11/+11
2019-03-23Skip git repository submodules with 'none' update method configuredKaren Arutyunov1-9/+80
2019-02-15Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov1-173/+610
2019-02-09Fix git repository fetch that was deep regardless of the sensing resultKaren Arutyunov1-12/+17
2019-02-08Fix github-based repository fetching for URLs missing .git extensionKaren Arutyunov1-3/+19
2019-01-26Add stub version tags to git repository default setKaren Arutyunov1-3/+5
2019-01-24Redirect git stdout to stderr in run_git()Karen Arutyunov1-34/+34
2019-01-24Add support for --no-progress optionKaren Arutyunov1-74/+152
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-12-05Prevent git-reset from messing up pkg-{build,checkout} outputKaren Arutyunov1-8/+15
2018-11-24Fix git repository commit fetch failureKaren Arutyunov1-1/+45
2018-11-13Add support for vars grouping for package commandsKaren Arutyunov1-0/+3
2018-11-08Add support for ssh:// git protocolKaren Arutyunov1-1/+17
2018-11-02Add reduced support for git versions [2.11.0 2.14.0)Karen Arutyunov1-14/+53
2018-11-02Fix minimum supported git version raising it to 2.14.0 from 2.12.0Karen Arutyunov1-4/+10
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