[PATCH] credential: add nocache option to the credentials API

2019-07-06 Thread Masaya Suzuki
The credentials API calls credentials helpers in order. If a username/password pair is returned the helpers and if it's used for authentication successfully, it's announced to the helpers and they can store it for later use. Some credentials are valid only for the limited time and should not be ca

Re: [PATCH v1] builtin/merge.c - cleanup of code in for-cycle that tests strategies

2019-07-06 Thread Edmundo Carmona Antoranz
On Sat, Jul 6, 2019 at 6:00 PM Edmundo Carmona Antoranz wrote: > @@ -1645,6 +1631,7 @@ int cmd_merge(int argc, const char **argv, const char > *prefix) > * auto resolved the merge cleanly. > */ > if (automerge_was_ok) { > + write_tree_trivial(&result_tree);

[PATCH v1] builtin/merge.c - cleanup of code in for-cycle that tests strategies

2019-07-06 Thread Edmundo Carmona Antoranz
Previous code was a little convoluted to follow logic New code is shorter and logic is easier to follow - Easier to see what happens when merge is successful and how --no-commit affects result - Simpler to see that for-cycle will stop when merge_was_ok is set - Easier to spot what logic wi

[GSoC] Blogging with Rohit

2019-07-06 Thread Rohit Ashiwal
Hi Everyone! Here is the update about the last week[1]. I'm about to complete all the code needed to support --committer-date-is-author-date for the interactive rebase. Also, I'll be sending one more patch about the flag that I implemented last week, "--ignore-whitespace", also for the rebase -i.

Hi, This is Clara

2019-07-06 Thread Clara Duran
Are you there ?. Can I have a word with you privately?

[PATCH v1.1] ci/lib.sh: update a comment about installed P4 and Git-LFS versions

2019-07-06 Thread SZEDER Gábor
A comment in 'ci/lib.sh' claims that the "OS X build installs the latest available versions" of P4 and Git-LFS, but since 02373e56bd (ci: don't update Homebrew, 2019-07-03) that's no longer the case, as it will install the versions which were recorded in the image's Homebrew database when the image

[PATCH] ci/lib.sh: update a comment about installed P4 and Git-LFS versions

2019-07-06 Thread SZEDER Gábor
A comment 'ci/lib.sh' claims that the "OS X build installs the latest available versions" of P4 and Git-LFS, but since 02373e56bd (ci: don't update Homebrew, 2019-07-03) that's no longer the case, as it will install the versions which were recorded in the image's Homebrew database when the image wa

Re: Virtual Git Contributor Summit

2019-07-06 Thread Rohit Ashiwal
Hi Philip On 2019-07-05 14:09 UTC Philip Oakley wrote: > > Will there also be an opportunity for a listen/read -only mode for those > of us on the lower reaches of the contributor list? I'd certainly like > to at least keep up with progress. +1 It'd really be a nice addition if contributors, li