Merge branch 'jh/status-v2-porcelain'
commit00d27937bf0348e7da615f04b65f535a58e096c1
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:49:50 +0000 (8 21:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:49:50 +0000 (8 21:49 -0700)
treef21f1bd9c94e7294182b396f691526c96dd01196
parentd0b61dc65faf6f20c6305d47b3deca978d1d5843
parent888525d7865fbf9a277ef5fb8c1fe57f2fb1a0c5
Merge branch 'jh/status-v2-porcelain'

Enhance "git status --porcelain" output by collecting more data on
the state of the index and the working tree files, which may
further be used to teach git-prompt (in contrib/) to make fewer
calls to git.

* jh/status-v2-porcelain:
  status: unit tests for --porcelain=v2
  test-lib-functions.sh: add lf_to_nul helper
  git-status.txt: describe --porcelain=v2 format
  status: print branch info with --porcelain=v2 --branch
  status: print per-file porcelain v2 status data
  status: collect per-file data for --porcelain=v2
  status: support --porcelain[=<version>]
  status: cleanup API to wt_status_print
  status: rename long-format print routines
builtin/commit.c
t/t7060-wtstatus.sh
wt-status.c