I’m guessing if you’re having trouble with Visual Studio recognizing a repository as “safe” after you’ve run the “git config” command, then it probably has to do with the “%(prefix)/” text in your configuration safe.directory repository path. Wouter Van der Auwera If yo...
I’m guessing if you’re having trouble with Visual Studio recognizing a repository as “safe” after you’ve run the “git config” command, then it probably has to do with the “%(prefix)/” text in your configuration safe.directory repository path. Wouter Van der Auwera If your ...
In addition to recognizing all date formats above, the --date option will also try to make sense of other, more human-centric date formats, such as relative dates like "yesterday" or "last Friday at noon". DISCUSSION Though not required, it’s a good idea to begin the commit message wi...
line 229, in <module> main() File "./.git/hooks/pre-commit-python", line 206, in main check_changes_in_config() File "./.git/hooks/pre-commit-python", line 176, in check_changes_in_config if not check_changes('feconf'): File "./.git/hooks/pre-commit-python", line 160, in...
If you use this method, you can also change the merge commit title to something more succinct. I've changed the title of my merge commit to 'Remove Unused Features', as this is what will appear in the changelog entry. Next, let's add some new functionality for the 2.0.0 release. Aga...
"name": "default", "path": "/var/opt/gitlab/git-data/repositories" } ] }, "praefect": { }, "crond": { }, "logrotate": { }, "mattermost": { "email_invite_salt": "092e...e2fb", "file_public_link_salt": "af...1f3", ...
This will not affect existing projects. GitLab has already introduced changes that allow users to change the default branch name both at the instance-level (for self-managed users) and at the group-level (for both SaaS and self-managed users). We encourage users to make use of these ...
: change assert() to assert.ok() (Rafael Gonzaga) [ : mention bar.R to the list of scripts (Rafael Gonzaga) : do not build with code cache for core coverage collection (Joyee Cheung) f7a606eb96] - : don't clean obj.target directory if it doesn't exist (Joyee Cheung) ...
Recognizing particular features may be hard in your mind, not to mention in the code, and yet we’re talking about the code that has been already squashed into one code mash. However, that should be your go-to method. It will result in the most sensible and easiest code review. This ...
We don't recognize this packet as something that terminates the negotiation though, which means that we don't disarm the timer and thus keep the 10 minute timeout. This is thus indeed a bug on our side that needs to be fixed by recognizing "ready" packets sent by the server. ...