- dce1e0b Merge branch 'jk/core-comment-string' by Junio C Hamano · 10 months ago
- f66e1a0 status: allow --untracked=false and friends by Junio C Hamano · 10 months ago
- 8b31147 config: allow multi-byte core.commentChar by Jeff King · 10 months ago
- a8e2394 Merge branch 'jc/test-i18ngrep' by Junio C Hamano · 1 year, 2 months ago
- 6789275 tests: teach callers of test_i18ngrep to use test_grep by Junio C Hamano · 1 year, 3 months ago
- 5143ac0 Prevent git from rehashing 4GiB files by Jason Hatton · 1 year, 3 months ago
- d92304f remote: don't imply that integration is always required before pushing by Alex Henrie · 1 year, 6 months ago
- b6f3da5 wt-status: don't show divergence advice when committing by Alex Henrie · 1 year, 6 months ago
- 4e4fc50 Merge branch 'rj/leakfixes' by Junio C Hamano · 1 year, 7 months ago
- 80d32e8 tests: mark as passing with SANITIZE=leak by Rubén Justo · 1 year, 7 months ago
- a6171e1 t7508-status: modernize test format by John Cai · 1 year, 8 months ago
- ecbc23e status: modernize git-status "slow untracked files" advice by Rudy Rigot · 2 years, 2 months ago
- 9b71efd t7508: add tests capturing racy timestamp handling by Marc Strapetz · 3 years ago
- 0275e4d t7508: fix bogus mtime verification by Marc Strapetz · 3 years ago
- 4da8b2f t7508: avoid non POSIX BRE by Carlo Marcelo Arenas Belón · 3 years, 6 months ago
- 1108cea tests: remove most uses of test_i18ncmp by Ævar Arnfjörð Bjarmason · 4 years ago
- 1e2ae14 t7[5-9]*: adjust the references to the default branch name "main" by Johannes Schindelin · 4 years, 2 months ago
- 9d4e7ec Merge branch 'jc/quote-path-cleanup' by Junio C Hamano · 4 years, 4 months ago
- a361dd3 wt-status: consistently quote paths in "status --short" output by Junio C Hamano · 4 years, 4 months ago
- 0df670b Merge branch 'jt/interpret-branch-name-fallback' by Junio C Hamano · 4 years, 4 months ago
- f24c30e wt-status: tolerate dangling marks by Jonathan Tan · 4 years, 5 months ago
- a5587b8 t7508: use $ZERO_OID instead of hard-coded constant by brian m. carlson · 4 years, 6 months ago
- e8a5f07 t7508: don't use `test_must_fail test_cmp` by Denton Liu · 4 years, 9 months ago
- 4dc8b1c Fix spelling errors in names of tests by Elijah Newren · 5 years ago
- b2f5171 status: remove the empty line after hints by John Lin · 6 years ago
- 80f537f doc: promote "git restore" by Nguyễn Thái Ngọc Duy · 6 years ago
- 1840443 Merge branch 'jc/clean-after-sanity-tests' by Junio C Hamano · 7 years ago
- 0377142 tests: clean after SANITY tests by Junio C Hamano · 7 years ago
- deb9845 Merge branch 'ps/test-chmtime-get' by Junio C Hamano · 7 years ago
- decf711 t/helper: 'test-chmtime (--get|-g)' to print only the mtime by Paul-Sebastian Ungureanu · 7 years ago
- 0e49649 t/helper: merge test-chmtime into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
- aebd235 Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto by Junio C Hamano · 7 years ago
- 01c94e9 t7508: use test_terminal for color output by Jeff King · 7 years ago
- 27344d6 git: add --no-optional-locks option by Jeff King · 7 years ago
- 7e46f19 Merge branch 'ks/status-initial-commit' by Junio C Hamano · 8 years ago
- 6968ca9 Merge branch 'ks/t7508-indent-fix' by Junio C Hamano · 8 years ago
- 4ddb135 status: contextually notify user about an initial commit by Kaartic Sivaraam · 8 years ago
- 4fced24 t7508: fix a broken indentation by Kaartic Sivaraam · 8 years ago
- c1b5d01 status: add optional stash count information by Liam Beguin · 8 years ago
- 6a0bc7c Merge branch 'ab/fix-poison-tests' by Junio C Hamano · 8 years ago
- 0d75bfe tests: fix tests broken under GETTEXT_POISON=YesPlease by Ævar Arnfjörð Bjarmason · 8 years ago
- 93fdf30 status: add color config slots for branch info in "--short --branch" by Stephen Kent · 8 years ago
- 75177c8 status: fix missing newline when comment chars are disabled by Jeff King · 8 years ago
- 3cc75c1 Merge branch 'nd/cache-tree-ita' by Junio C Hamano · 8 years ago
- 378932d test-lib.sh: introduce and use $EMPTY_BLOB by Nguyễn Thái Ngọc Duy · 9 years ago
- 1edbaac tests: use test_i18n* functions to suppress false positives by Vasco Almeida · 9 years ago
- a6a4a88 t: fix &&-chaining issues around setup which might fail by Jeff King · 10 years ago
- 99094a7 t: fix trivial &&-chain breakage by Jeff King · 10 years ago
- 4055500 commit/status: show the index-worktree diff with -v -v by Michael J Gruber · 10 years ago
- f8c65c1 t7508: test git status -v by Michael J Gruber · 10 years ago
- ec8a896 t7508: .gitignore 'expect' and 'output' files by Junio C Hamano · 10 years ago
- 6d681f0 Merge branch 'jl/status-added-submodule-is-never-ignored' by Junio C Hamano · 11 years ago
- 50b54fd config: be strict on core.commentChar by Nguyễn Thái Ngọc Duy · 11 years ago
- c215d3d commit -m: commit staged submodules regardless of ignore config by Jens Lehmann · 11 years ago
- 1d2f393 status/commit: show staged submodules regardless of ignore config by Jens Lehmann · 11 years ago
- 94221d2 t: use perl instead of "$PERL_PATH" where applicable by Jeff King · 11 years ago
- 5636a20 Merge branch 'bc/submodule-status-ignored' by Jonathan Nieder · 11 years ago
- 2e582df t7508: avoid non-portable sed expression by Eric Sunshine · 11 years ago
- 2f0f7f1 status: add missing blank line after list of "other" files by Matthieu Moy · 11 years ago
- 1c7969c tests: don't set status.displayCommentPrefix file-wide by Matthieu Moy · 11 years ago
- 2556b99 status: disable display of '#' comment prefix by default by Matthieu Moy · 11 years ago
- 927b26f submodule: don't print status output with ignore=all by Brian M. Carlson · 11 years ago
- 84b4202 status/commit: make sure --porcelain is not affected by user-facing config by Junio C Hamano · 12 years ago
- ec85d07 status: introduce status.branch to enable --branch by default by Jorge Juan Garcia Garcia · 12 years ago
- 4fb5166 status: introduce status.short to enable --short by default by Jorge Juan Garcia Garcia · 12 years ago
- 631bc94 Merge branch 'yd/use-test-config-unconfig' by Junio C Hamano · 12 years ago
- c63659d t7508: use test_config to set/unset git config variables by Yann Droneaud · 12 years ago
- 5d04924 Merge branch 'tb/document-status-u-tradeoff' by Junio C Hamano · 12 years ago
- 6a38ef2 status: advise to consider use of -u when read_directory takes too long by Nguyễn Thái Ngọc Duy · 12 years ago
- eff80a9 Allow custom "comment char" by Junio C Hamano · 12 years ago
- b354f11 Fix tests under GETTEXT_POISON on diffstat by Jiang Xin · 12 years ago
- 7096b64 tests: enclose $PERL_PATH in double quotes by Junio C Hamano · 13 years ago
- a342820 t: Replace 'perl' by $PERL_PATH by Vincent van Ravesteijn · 13 years ago
- 5410ae4 Merge branch 'jk/maint-status-porcelain-z-b' into HEAD by Jeff King · 13 years ago
- d4a6bf1 status: respect "-b" for porcelain format by Jeff King · 13 years ago
- a598523 status: fix null termination with "-b" by Jeff King · 13 years ago
- 323d053 status: add --column by Nguyễn Thái Ngọc Duy · 13 years ago
- ca0f515 t/t7508-status.sh: use test_i18ncmp by Ævar Arnfjörð Bjarmason · 13 years ago
- 50cebda Merge branch 'jk/maint-1.7.2-status-ignored' by Junio C Hamano · 14 years ago
- 6c92972 Merge branch 'bc/maint-status-z-to-use-porcelain' by Junio C Hamano · 14 years ago
- 150b493 git status --ignored: tests and docs by Junio C Hamano · 14 years ago
- 000f97b builtin/commit.c: set status_format _after_ option parsing by Brandon Casey · 14 years ago
- 95b9f9f t7508: demonstrate status's failure to use --porcelain format with -z by Brandon Casey · 14 years ago
- cc6658e i18n: use test_i18n{grep,cmp} in t7508 by Junio C Hamano · 14 years ago
- 355ec7a i18n: git-status basic messages by Ævar Arnfjörð Bjarmason · 14 years ago
- f68b780 Merge branch 'aa/status-hilite-branch' by Junio C Hamano · 14 years ago
- 6758af8 Merge branch 'jn/git-cmd-h-bypass-setup' by Junio C Hamano · 14 years ago
- 1d28232 status: show branchname with a configurable color by Aleksi Aalto · 14 years ago
- 8009d83 Better "Changed but not updated" message in git-status by Matthieu Moy · 14 years ago
- 5d3dd91 commit/status -h: show usage even with broken configuration by Nguyễn Thái Ngọc Duy · 14 years ago
- c2e0940 t3404 & t7508: cd inside subshell instead of around by Jens Lehmann · 14 years ago
- a2c6726 Merge branch 'ab/test-2' by Junio C Hamano · 14 years ago
- c91cfd1 tests: A SANITY test prereq for testing if we're root by Ævar Arnfjörð Bjarmason · 14 years ago
- 90e1452 Add tests for the diff.ignoreSubmodules config option by Jens Lehmann · 14 years ago
- 302ad7a Submodules: Use "ignore" settings from .gitmodules too for diff and status by Jens Lehmann · 14 years ago
- aee9c7d Submodules: Add the new "ignore" config option for diff and status by Jens Lehmann · 14 years ago
- a76b208 Merge branch 'jl/status-ignore-submodules' by Junio C Hamano · 15 years ago
- 46a958b Add the option "--ignore-submodules" to "git status" by Jens Lehmann · 15 years ago
- 46077fa Documentation+t5708: document and test status -s -b by Michael J Gruber · 15 years ago
- 82e7ee7 Merge branch 'mg/advice-statushints' by Junio C Hamano · 15 years ago