summaryrefslogtreecommitdiff
path: root/git-update
AgeCommit message (Expand)AuthorFilesLines
2021-08-31git-update: dump output in case subproject download failsJordan Petridis1-1/+8
2021-08-31git-update: Make fetching of external repos non-fatal on the CINirbheek Chauhan1-2/+17
2020-06-16git-update: rename check-status to statusStéphane Cerveau1-8/+8
2020-06-16git-update: Use --force when checking out manifestNirbheek Chauhan1-1/+6
2020-02-27git-update: fix typo in messageStéphane Cerveau1-1/+1
2020-02-19git-update: provides a check status optionStéphane Cerveau1-9/+31
2019-12-24git-update: try updating cargo depsGuillaume Desmottes1-0/+19
2019-11-11python: Avoid using 'is' to compare stringsJan Alexander Steffens (heftig)1-1/+1
2019-05-13git-update: Make sure to download all subproject before applying manifestThibault Saunier1-0/+3
2019-05-13scripts: Add a script to check that all repos are cleanThibault Saunier1-3/+3
2019-02-05scripts: Auto-detect whether we can enable colorsNirbheek Chauhan1-1/+1
2018-12-06update: Re add support for manifests without a refnameThibault Saunier1-1/+1
2018-12-06update: Fetch the refname before checking out the specified shaThibault Saunier1-1/+1
2018-11-21update: Take into account the path attribute of projectsThibault Saunier1-2/+3
2018-11-08update: Make sure to detach branch when checking out a specific revisionThibault Saunier1-1/+1
2018-11-05update: Enhance logging about what kind of update is happeningThibault Saunier1-2/+7
2018-11-05update: Ensure that a revision is used when updating a detached repoThibault Saunier1-8/+13
2018-11-05update: Fix the manifest commit dictionnary formatThibault Saunier1-1/+1
2018-11-03gst-update: Handle specified remotes in manifestThibault Saunier1-13/+26
2018-10-02git-update: Get the revision of the right repositoryNirbheek Chauhan1-1/+1
2018-10-02git-update: Don't try to pull --rebase repos that are not on masterNirbheek Chauhan1-0/+7
2018-08-30Don't process the whole commitVíctor Manuel Jáquez Leal1-1/+1
2017-10-20git-update: Close stdin if non-interactiveEdward Hervey1-0/+4
2017-01-11git-update: Update submodules tooArun Raghavan1-0/+1
2016-11-17git-update: fixes for running on windowsScott D Phillips1-2/+2
2016-11-10git-update: Use git config to set autostashNirbheek Chauhan1-1/+2
2016-11-08Add 'update' and `git-update` targets to update git reposThibault Saunier1-4/+21
2016-11-08git-update: Also update gst-buildThibault Saunier1-0/+2
2016-11-08Add a way to skip updating a particular repoThibault Saunier1-4/+12
2016-11-08git-update: Use --autosquash during pull --rebaseNirbheek Chauhan1-1/+1
2016-10-11Minor improvement in the git functionThibault Saunier1-4/+4
2016-10-11Add meson as a submodule for nowThibault Saunier1-40/+3
2016-09-30git-update: Add a way for user to fix any rebasing issue interactivelyThibault Saunier1-15/+48
2016-09-14Allow passing a manifest to update subprojects repositoryThibault Saunier1-4/+30
2016-09-09Add an helper to update subprojects git reposThibault Saunier1-0/+81