summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pin1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/pin b/bin/pin
index f8cd97b..254642b 100755
--- a/bin/pin
+++ b/bin/pin
@@ -1,7 +1,6 @@
#!/bin/bash
tac conf/pin.tsv |
-head -n+2 |
(
while read -r line; do
commit_master=$(echo "$line" | cut -f1)