about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-07-16 14:35:29 +0200
committeraszlig <aszlig@nix.build>2020-07-16 14:43:35 +0200
commit345be56b649a86ecab577b06c921a24bcdef32b4 (patch)
tree03ec1c4bd4825637ea4238c4720dd65c75786f1f /pkgs/profpatsch/profpatsch.de
parentb6e55fc3c1a3d837f8cbca3726bb13e49167ea9f (diff)
workstation: Disable pull.rebase in Git config
From the release notes of Git version 2.27.0:

 * "git pull" issues a warning message until the pull.rebase
   configuration variable is explicitly given, which some existing
   users may find annoying---those who prefer not to rebase need to
   set the variable to false to squelch the warning.

This is exactly the warning which is annoying me all the time now, so in
order to get rid of it, let's explicitly set the default behaviour
(which is doing a recursive merge).

Just to be sure that I really want the default behaviour, I analysed my
shell history for invocations of "git pull" and only around 20% of the
invocations were with --rebase, 14% were with an explicit URL (but no
rebase) and the rest were recursive merges.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/profpatsch/profpatsch.de')
0 files changed, 0 insertions, 0 deletions