aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-22Add branch sub-option for git project vcs in bdep-newKaren Arutyunov1-5/+18
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-1/+1
2021-12-13Add path_traits alias to types.hxxBoris Kolpackov1-1/+1
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-1/+1
2020-09-29Use system git rather than bundled one for some operations on WindowsKaren Arutyunov1-14/+120
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-06-03Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ...Karen Arutyunov1-4/+4
2019-04-16Add --amend and --squash options to bdep-releaseKaren Arutyunov1-2/+2
2019-01-25Add support for --no-progress optionKaren Arutyunov1-13/+15
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-12-13Factor git-status code from bdep-ci to git_status()Boris Kolpackov1-0/+119
2018-08-25Implement bdep-ci commandBoris Kolpackov1-0/+163
2018-08-14Adapt to git_version() returning semantic_version nowKaren Arutyunov1-10/+14
2018-08-11Make get-related functions to take minimum supported version as an argumentKaren Arutyunov1-5/+9
2018-08-07Add git version check (2.12 is minimum supported)Karen Arutyunov1-8/+22
2018-07-27Implement publish command for publishing packages to archive repositoriesBoris Kolpackov1-0/+66