tg.sh: add '-u' option to wayback-updates alias
commitdd9dda35d8237de0b4a1ab1f7801aca96fc61da5
authorKyle J. McKay <mackyle@gmail.com>
Fri, 1 Sep 2017 05:34:31 +0000 (31 22:34 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 1 Sep 2017 05:34:31 +0000 (31 22:34 -0700)
tree28858b3a6979610541c6bfb0e55c315326af99cb
parent389176afa4c350e684402a4a3b98fc4d582f5690
tg.sh: add '-u' option to wayback-updates alias

The "wayback-updates" alias does a fetch --dry-run to show
what updates have occurred since the wayback state.

If a branch has subsequently been checked out and that
branch has been updated then the "git fetch" would be
updating the current HEAD which it does not like at all
even with "--force --dry-run".

Add the "-u" option to disable the check since it is always
a "--dry-run" and the point is to show the updates that
took place without actually changing anything so it's
perfectly safe to use.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg.sh