Merge branch 'master' into next
commitddc39398152011b6a071e28b0f18f69ba427d0c0
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Mar 2013 22:29:57 +0000 (21 15:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Mar 2013 22:29:57 +0000 (21 15:29 -0700)
tree706e8349d9e09832c73a87bc3062f1afd91d4f4d
parent43a89e8b2618faff9b1025178975b03704544158
parent7b592fadf1e23b10b913e0771b9f711770597266
Merge branch 'master' into next

* master:
  Update draft release notes to 1.8.3
  diff.c: diff.renamelimit => diff.renameLimit in message
  wt-status: fix possible use of uninitialized variable
  fast-import: clarify "inline" logic in file_change_m
  run-command: always set failed_errno in start_command
  transport: drop "int cmp = cmp" hack
  drop some obsolete "x = x" compiler warning hacks
  fast-import: use pointer-to-pointer to keep list tail
diff.c
transport.c