Merge branch 'ms/maint-config-error-at-eol-linecount' into next
commitba17441657ca7da328c76200b0ea055cba7d8fc3
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Mar 2012 23:17:05 +0000 (12 16:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Mar 2012 23:17:05 +0000 (12 16:17 -0700)
tree6d32b4837078568449dff34e07fc80c8683d2ad4
parent1326b5e0931d295374e063fc178c2ec40b2e15ea
parent4b340593551217904d794cc0a8db55db89b5b066
Merge branch 'ms/maint-config-error-at-eol-linecount' into next

When "git config" diagnoses an error in a configuration file and
shows the line number for the offending line, it miscounted if the
error was at the end of line.

By Martin Stenberg
* ms/maint-config-error-at-eol-linecount:
  config: report errors at the EOL with correct line number
config.c
t/t1300-repo-config.sh