From 41c2a502d90d4ed7349b1e6cd7d5ffa0a878598b Mon Sep 17 00:00:00 2001 From: Warren He Date: Fri, 21 Feb 2020 14:22:41 -0800 Subject: [PATCH] (no merge) debugging git lint --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6b60ed0cd9a..4e1269cb168 100644 --- a/Makefile +++ b/Makefile @@ -136,6 +136,9 @@ clean: $(clean-targets) fetch-git: @$(ECHO_STDERR) "Fetching the latest changes (including tags) from $(OASIS_CORE_GIT_ORIGIN_REMOTE) remote..." @git fetch $(OASIS_CORE_GIT_ORIGIN_REMOTE) --tags + git branch -a + git fetch $(OASIS_CORE_GIT_ORIGIN_REMOTE) $(RELEASE_BRANCH) + git branch -a # Assemble Change log. changelog: fetch-git