summaryrefslogtreecommitdiff
path: root/bin/git-dotfiles-update-master
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-15 21:23:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-15 21:23:53 -0700
commit4bda38a26e7e2782ad5f3fc3d955317d36b10b67 (patch)
treeb4b7544d088fa41f4660fe37815c17b7cf1c35dd /bin/git-dotfiles-update-master
parent1edba43f993ef69ea47bd44853c92fc7ca9ae538 (diff)
downloaddotfiles-4bda38a26e7e2782ad5f3fc3d955317d36b10b67.tar.gz
TODOs
Diffstat (limited to 'bin/git-dotfiles-update-master')
-rwxr-xr-xbin/git-dotfiles-update-master3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/git-dotfiles-update-master b/bin/git-dotfiles-update-master
index bcf1d3d8..14be6020 100755
--- a/bin/git-dotfiles-update-master
+++ b/bin/git-dotfiles-update-master
@@ -8,6 +8,9 @@ set -e
# fingerprint to look for, updates branches specified by user and is
# able to handle updating by both merge and rebase
+# And instead of parsing the --raw output, use the technique in
+# propellor's verifyOriginBranch function -- more robust
+
# Before running this script, will want to unset all upstreams:
# for head in $(git for-each-ref --format='%(refname)' refs/heads/); do
# branch=$(echo "$head" | cut -d/ -f3)