Typo in git-reset man page.

2013-07-19 Thread Ibrahim M. Ghazal
On this line: https://git.kernel.org/cgit/git/git.git/tree/Documentation/git-reset.txt#n12 "tree-sh" should be "tree-ish". -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordo

Re: git-reset man page

2012-11-18 Thread Krzysztof Mazur
On Sun, Nov 18, 2012 at 11:55:09AM -0500, Drew Northup wrote: > > > So we should always use "" for exact path, and "" for > > pathspecs patterns as defined in gitglossary. I think it's better > > to avoid "" and always use "..." or "..." > > I suspect that the only reason why the differentiation

Re: git-reset man page

2012-11-18 Thread Drew Northup
On Sat, Nov 10, 2012 at 3:46 PM, Krzysztof Mazur wrote: > On Sat, Nov 10, 2012 at 12:02:12PM -0800, Junio C Hamano wrote: >> Krzysztof Mazur writes: >> >> > Maybe we should just add that is an shortcut for >> > and fix places where paths and pathspec are mixed or is used as >> > . >> >> We sho

Re: git-reset man page

2012-11-10 Thread Krzysztof Mazur
On Sat, Nov 10, 2012 at 12:02:12PM -0800, Junio C Hamano wrote: > Krzysztof Mazur writes: > > > Maybe we should just add that is an shortcut for > > and fix places where paths and pathspec are mixed or is used as > > . > > We should unify uses of and (the former should be > ... or something

Re: git-reset man page

2012-11-10 Thread Junio C Hamano
Krzysztof Mazur writes: > Maybe we should just add that is an shortcut for > and fix places where paths and pathspec are mixed or is used as > . We should unify uses of and (the former should be ... or something). Some places you need to give exact path (iow, these places you cannot use pa

Re: git-reset man page

2012-11-10 Thread Krzysztof Mazur
On Sat, Nov 10, 2012 at 10:55:13AM +0100, Angelo Borsotti wrote: > Hi > > the man page of git-reset, synopsys, does not allow for an > argumentless call, and the description does not tell either what is > the meaning of it. This issue was already reported by Bojan Petrović: http://thread.gmane.or