lorikeet-heimdal: improve apply_heimdal.sh
authorAndrew Bartlett <abartlet@samba.org>
Fri, 21 Feb 2014 02:58:20 +0000 (15:58 +1300)
committerJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 26 Jun 2023 00:48:09 +0000 (12:48 +1200)
apply_heimdal.sh

index 1b45dc79064210ec2b7175311954dfb40eb0af91..e953e5d4a843b6de4024ede147c404d3e2dfbec6 100755 (executable)
@@ -34,7 +34,7 @@ try_patch() {
     popd || exit 1
 }
 
-commits="$(git log --pretty=oneline --reverse $IMPORT_HASH..origin/master heimdal | cut -d' ' -f1)"
+commits="$(git log --pretty=oneline --reverse $IMPORT_HASH..HEAD -- source4/heimdal | cut -d' ' -f1)"
 for c in $commits; do
     git log $c -1
     echo -n "Try apply? [Y/n] "