Re: [git-users] Specifying a minimum sha length?

2017-10-27 Thread Philip Oakley
From: "Michael" So apparently, git doesn't want to refer to a sha unless you give at least 4 hex digits. Is there an option to turn it down to 3? Git will demeand that the sha1/oid is unique. Plus there is a config option, and an internal minimun. On the Git/Linux

[git-users] Specifying a minimum sha length?

2017-10-27 Thread Michael
So apparently, git doesn't want to refer to a sha unless you give at least 4 hex digits. Is there an option to turn it down to 3? --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are subscribed to the Google Groups "Git for human beings"

[git-users] Specifying a minimum sha length?

2017-10-27 Thread Michael
So apparently, git doesn't want to refer to a sha unless you give at least 4 hex digits. Is there an option to turn it down to 3? --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are subscribed to the Google Groups "Git for human beings"

Re: [git-users] Merge master branch into feature branch without checkout

2017-10-27 Thread Konstantin Khomoutov
On Thu, Oct 26, 2017 at 10:56:14PM -0700, Mitch Negus wrote: > When reading through this Atlassian tutorial on Git > , it says that > the set of commands > git checkout feature > git merge master > can be condensed into the one-liner

Re: [git-users] Where does git on windows store the repositories?

2017-10-27 Thread Konstantin Khomoutov
On Thu, Oct 26, 2017 at 07:51:24PM -0400, rhkra...@gmail.com wrote: >> The ".git" sub-directory that stores the whole repository is normally a >> hidden directory (as are most directories with a name starting with a >> dot). You can make windows explorer show them by setting an option. -- > It

Re: [git-users] Where does git on windows store the repositories?

2017-10-27 Thread Konstantin Khomoutov
On Thu, Oct 26, 2017 at 08:55:23PM +0100, Philip Oakley wrote: > The ".git" sub-directory that stores the whole repository is normally > a hidden directory (as are most directories with a name starting with > a dot). You can make windows explorer show them by setting an option. A nitpick: