]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/ita-wt-renames-in-status' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:39:34 +0000 (10:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:39:35 +0000 (10:39 -0800)
commit12accdc023f2b62109860cb745bdd1827b2c22de
tree4265b3ff5332cebf9bc36ae9b21749e696098629
parentffa952497288d29d94b16675c6789ef83850def3
parent176ea747930908669200520ae14f9dbc61cf0d40
Merge branch 'nd/ita-wt-renames-in-status' into maint

"git status" after moving a path in the working tree (hence making
it appear "removed") and then adding with the -N option (hence
making that appear "added") detected it as a rename, but did not
report the  old and new pathnames correctly.

* nd/ita-wt-renames-in-status:
  wt-status.c: handle worktree renames
  wt-status.c: rename rename-related fields in wt_status_change_data
  wt-status.c: catch unhandled diff status codes
  wt-status.c: coding style fix
  Use DIFF_DETECT_RENAME for detect_rename assignments
  t2203: test status output with porcelain v2 format
Documentation/git-status.txt
builtin/commit.c
diff.c
t/t2203-add-intent.sh
wt-status.c
wt-status.h