Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Can we all quietly agree to fix this commit log?



At 14:23 -0800 09 Nov 2013, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
Given the tagging issue, I don't think Wayne's suggestion is quite what
I was hoping for.  Aaron's is a bit more like it.

If the "git replace" were pushed, would new clones see it, or would it
always be necessary to explicitly fetch the replacement refs?

The replacement refs would always need to be fetched explicitly. Doing a clone is basically just setting up a new local repository, adding a remote to it (including the default refspec that will be used for fetching), and then a fetch like any other fetch. So the replacement refs wouldn't show up there either.

The only way to fix this type of issue without everybody who uses the repository needing to take some action would be to rewrite the history.



Messages sorted by: Reverse Date, Date, Thread, Author