File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -237,15 +237,6 @@ test notes != "$mode" || {
237237 continue
238238 fi
239239
240- amlog=" $( git -C " $GITGIT_DIR " notes --ref=refs/notes/gitster-amlog show " $commit " 2> /dev/null | head -n 1) "
241- if test -n " $amlog "
242- then
243- amlog=${amlog% >}
244- amlog=${amlog# Message-Id: <}
245- printf ' M 100644 inline %s\ndata <<EOF\n%s\nEOF\n' " $commitpath " " $amlog "
246- continue
247- fi
248-
249240 # gitk,git-gui patches are often taken via Pull Requests, let's look only at patches from known git.git (interim) maintainers
250241 case " $( git -C " $GITGIT_DIR " show -s --format=%cn " $commit " ) " in
251242 " Linus Torvalds" |" Junio C Hamano" |" Shawn O. Pearce" |" Jeff King" |" Jonathan Nieder" ) ;; # these should be mostly on the mailing list
You can’t perform that action at this time.
0 commit comments