aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
AgeCommit message (Expand)AuthorFilesLines
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