Re: [PATCH] Doc repository-layout: Show refs/replace

2012-10-25 Thread Jeff King
On Sun, Oct 21, 2012 at 09:52:37PM +0100, Philip Oakley wrote: > Signed-off-by: Philip Oakley Thanks, this makes sense. > +refs/replace/``:: > + records the SHA1 of the object that replaces ``. > + This is similar to info/grafts and is internally used and > + maintained by `git repl

[PATCH] Doc repository-layout: Show refs/replace

2012-10-21 Thread Philip Oakley
Signed-off-by: Philip Oakley --- My question on stackoverflow http://stackoverflow.com/questions/6800692 how-do-git-grafts-and-replace-differ-are-grafts-now-deprecated noted that the gitrepository-layout(5) wasn't up to date. Recent hits have propmted me to offer a patch. Here is that patch.