On Sat, Jan 3, 2015 at 1:53 AM, Duy Nguyen wrote:
> On Sat, Jan 3, 2015 at 9:20 AM, Jonathan Nieder wrote:
>>> - if (shallow_update && !checked_connectivity)
>>> - error("BUG: run 'git fsck' for safety.\n"
>>> - "If there are errors, try to remove "
>>> -
On Sat, Jan 3, 2015 at 9:20 AM, Jonathan Nieder wrote:
>> - if (shallow_update && !checked_connectivity)
>> - error("BUG: run 'git fsck' for safety.\n"
>> - "If there are errors, try to remove "
>> - "the reported refs above");
>> + if (shall
(+cc: Duy, who understands shallow push well)
Hi,
Stefan Beller wrote:
> This commit shortens execute_commands loop over all commands by moving
The commit message can be simplified by leaving out "This commit" and
stating what the commit does in the imperative, focusing on what problem
the commi
This commit shortens execute_commands loop over all commands by moving
some parts of the code to extra functions. This will help us in a later
patch to avoid duplicate code when the loop over all commands should be
made atomic or not.
No functional changes intended.
Suggested-by: Eric Sunshine
S
4 matches
Mail list logo