Frederic Heitzmann <frederic.heitzmann@xxxxxxxxx> writes: > I found a bug in git fetch, with local repositories. > cd repo2 > git fetch ../repo1 # OK > cd d > git fetch ../../repo1 # failed It has always been like this. You can give a full path to the repository from the root, or perhaps define a nickname to refer to the remote (see "git remote add") and use it instead. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html