Merge branch 'jk/skip-prefix' into next
commitcd387a6adac2fb31705dafc49f1575a256b42f0e
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2014 22:45:02 +0000 (23 15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2014 22:45:02 +0000 (23 15:45 -0700)
treed613705e459efce70cba199ae92e5eba19b41006
parentb760163cd94331982deb9b446107aba91564d3e2
parent67a31f612830e79fe768ac886ed9ef7eadd8fb10
Merge branch 'jk/skip-prefix' into next

* 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