]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bw/remote-rename-update-config'
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2020 19:18:32 +0000 (11:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2020 19:18:32 +0000 (11:18 -0800)
commitd0038f4b31d6ab1f0602a4d3c19e35c5004175fa
tree2b67cde99b211b34335e838515690896794c6d75
parent51ebf55b9309824346a6589c9f3b130c6f371b8f
parentb3fd6cbf29435f8b49a0a5d9f86236e00b084624
Merge branch 'bw/remote-rename-update-config'

"git remote rename X Y" needs to adjust configuration variables
(e.g. branch.<name>.remote) whose value used to be X to Y.
branch.<name>.pushRemote is now also updated.

* bw/remote-rename-update-config:
  remote rename/remove: gently handle remote.pushDefault config
  config: provide access to the current line number
  remote rename/remove: handle branch.<name>.pushRemote config values
  remote: clean-up config callback
  remote: clean-up by returning early to avoid one indentation
  pull --rebase/remote rename: document and honor single-letter abbreviations rebase types
Makefile
builtin/pull.c
config.c