File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ pull-github: fetch-github
275275 $(call pull-github,$(PR ) )
276276
277277define pull-github
278- $(eval GITHUB_MERGE_BASE := $(shell $(GIT_LOG_FORMAT ) : % H -1)
278+ $(eval GITHUB_MERGE_BASE := $(shell $(GIT_LOG_FORMAT ) % H -1)
279279 $(eval GITHUB_MERGE_BRANCH := $(shell $(GIT_IN_SRC ) symbolic-ref --short HEAD) )
280280 $(eval GITHUB_MERGE_WORKTREE := $(shell mktemp -d "$(srcdir ) /gh-$(1 ) -XXXXXX") )
281281 $(GIT_IN_SRC ) worktree prune
Original file line number Diff line number Diff line change @@ -748,4 +748,4 @@ yes-test-syntax-suggest: $(PREPARE_SYNTAX_SUGGEST)
748748no-test-syntax-suggest :
749749
750750yesterday :
751- $(GIT_IN_SRC ) reset --hard ` TZ=UTC-9 $( GIT_LOG_FORMAT) : %H -1 --before=00:00`
751+ $(GIT_IN_SRC ) reset --hard ` TZ=UTC-9 $( GIT_LOG_FORMAT) %H -1 --before=00:00`
Original file line number Diff line number Diff line change @@ -1393,5 +1393,5 @@ exts: rubyspec-capiext
13931393yesterday :
13941394 (set TZ=UTC-9) && \
13951395 for /f " usebackq" %H in \
1396- (` $( GIT_LOG_FORMAT) : %H -1 " --before=00:00" ` ) do \
1396+ (` $( GIT_LOG_FORMAT) %H -1 " --before=00:00" ` ) do \
13971397 $(GIT_IN_SRC ) reset --hard %%H
You can’t perform that action at this time.
0 commit comments