Skip to content

Commit 8f52381

Browse files
ttaylorrdscho
andcommitted
lookup-commit.sh: drop the amlog
Co-authored-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Taylor Blau <me@ttaylorr.com>
1 parent bdec03d commit 8f52381

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

script/lookup-commit.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)