Merge branch 'jk/skip-prefix'
commite91ae32a01ffe294b8510c1d8cd7138493a0712f
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2014 18:33:27 +0000 (9 11:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2014 18:33:28 +0000 (9 11:33 -0700)
tree461b9dacf6c1e8adf5f59251af093dc7c407091f
parent72c779457cd72928e36f2bc43c3ff7f3ae7b77c3
parent67a31f612830e79fe768ac886ed9ef7eadd8fb10
Merge branch 'jk/skip-prefix'

* jk/skip-prefix:
  http-push: refactor parsing of remote object names
  imap-send: use skip_prefix instead of using magic numbers
  use skip_prefix to avoid repeated calculations
  git: avoid magic number with skip_prefix
  fetch-pack: refactor parsing in get_ack
  fast-import: refactor parsing of spaces
  stat_opt: check extra strlen call
  daemon: use skip_prefix to avoid magic numbers
  fast-import: use skip_prefix for parsing input
  use skip_prefix to avoid repeating strings
  use skip_prefix to avoid magic numbers
  transport-helper: avoid reading past end-of-string
  fast-import: fix read of uninitialized argv memory
  apply: use skip_prefix instead of raw addition
  refactor skip_prefix to return a boolean
  avoid using skip_prefix as a boolean
  daemon: mark some strings as const
  parse_diff_color_slot: drop ofs parameter
13 files changed:
builtin/commit.c
builtin/fmt-merge-msg.c
builtin/log.c
commit.c
fetch-pack.c
fsck.c
git-compat-util.h
git.c
http.c
merge-recursive.c
pretty.c
remote.c
sha1_name.c