author | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Dec 2009 07:01:32 +0000 (23:01 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Dec 2009 07:01:32 +0000 (23:01 -0800) | ||
commit | c2ff10c98e22ae64d553273e6d67bb123a1c916f | |
tree | 7ac3dec7bc0eeb688b538932b4d30f64d245d252 | tree | snapshot |
parent | 67834b924044101a5d25f047746cfce7301bff1c | commit | diff |
parent | 3c5884536563518ce6cd4dc782b0ebb670bf3b6d | commit | diff |
Merge branch 'jk/1.7.0-status'
* jk/1.7.0-status:
status/commit: do not suggest "reset HEAD <path>" while merging
commit/status: "git add <path>" is not necessarily how to resolve
commit/status: check $GIT_DIR/MERGE_HEAD only once
t7508-status: test all modes with color
t7508-status: status --porcelain ignores relative paths setting
status: reduce duplicated setup code
status: disable color for porcelain format
status -s: obey color.status
builtin-commit: refactor short-status code into wt-status.c
t7508-status.sh: Add tests for status -s
status -s: respect the status.relativePaths option
docs: note that status configuration affects only long format
commit: support alternate status formats
status: add --porcelain output format
status: refactor format option parsing
status: refactor short-mode printing to its own function
status: typo fix in usage
git status: not "commit --dry-run" anymore
git stat -s: short status output
git stat: the beginning of "status that is not a dry-run of commit"
Conflicts:
t/t4034-diff-words.sh
wt-status.c
* jk/1.7.0-status:
status/commit: do not suggest "reset HEAD <path>" while merging
commit/status: "git add <path>" is not necessarily how to resolve
commit/status: check $GIT_DIR/MERGE_HEAD only once
t7508-status: test all modes with color
t7508-status: status --porcelain ignores relative paths setting
status: reduce duplicated setup code
status: disable color for porcelain format
status -s: obey color.status
builtin-commit: refactor short-status code into wt-status.c
t7508-status.sh: Add tests for status -s
status -s: respect the status.relativePaths option
docs: note that status configuration affects only long format
commit: support alternate status formats
status: add --porcelain output format
status: refactor format option parsing
status: refactor short-mode printing to its own function
status: typo fix in usage
git status: not "commit --dry-run" anymore
git stat -s: short status output
git stat: the beginning of "status that is not a dry-run of commit"
Conflicts:
t/t4034-diff-words.sh
wt-status.c
Documentation/git-commit.txt | diff1 | | diff2 | | blob | history |
builtin-commit.c | diff1 | | diff2 | | blob | history |
t/t4034-diff-words.sh | diff1 | | diff2 | | blob | history |
t/test-lib.sh | diff1 | | diff2 | | blob | history |
wt-status.c | diff1 | | diff2 | | blob | history |