From e5cfaf003caee40021ee0e65896781db3cb7486a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 26 Apr 2024 17:11:30 -0400 Subject: [PATCH] found a bug --- git-remote-annex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/git-remote-annex b/git-remote-annex index cab2c418bc..1770ef2a07 100755 --- a/git-remote-annex +++ b/git-remote-annex @@ -1,5 +1,14 @@ #!/bin/sh +# BUG: +# In one repo, make a new commit on master, and git push remote master +# In a second repo, make a new branch foo, make a new commit in foo, and +# git push remote foo +# This second push overwrites the master branch pushed from the first repo +# with an old version. +# Need to fetch new revs before push or rethink including all revs in most +# recent bundle. + TOPDIR=.. set -x