]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/use-skip-prefix-more'
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 23:09:22 +0000 (15:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 23:09:22 +0000 (15:09 -0800)
Code cleanup.

* rs/use-skip-prefix-more:
  name-rev: use skip_prefix() instead of starts_with()
  push: use skip_prefix() instead of starts_with()
  shell: use skip_prefix() instead of starts_with()
  fmt-merge-msg: use skip_prefix() instead of starts_with()
  fetch: use skip_prefix() instead of starts_with()

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge