Age | Commit message (Expand) | Author | Files | Lines |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -3/+3 |
2021-01-25 | Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty' | Junio C Hamano | 1 | -1/+3 |
2021-01-07 | branch: sort detached HEAD based on a flag | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2020-12-08 | diff: do not show submodule with untracked files as "-dirty" | Sangeeta Jain | 1 | -1/+3 |
2020-10-05 | Merge branch 'ma/worktree-cleanups' | Junio C Hamano | 1 | -30/+42 |
2020-09-27 | wt-status: introduce wt_status_state_free_buffers() | Martin Ågren | 1 | -3/+8 |
2020-09-27 | wt-status: print to s->fp, not stdout | Martin Ågren | 1 | -25/+32 |
2020-09-27 | wt-status: replace sha1 mentions with oid | Martin Ågren | 1 | -4/+4 |
2020-09-18 | Merge branch 'jc/quote-path-cleanup' | Junio C Hamano | 1 | -24/+13 |
2020-09-10 | wt-status: consistently quote paths in "status --short" output | Junio C Hamano | 1 | -2/+2 |
2020-09-10 | quote_path: optionally allow quoting a path with SP in it | Junio C Hamano | 1 | -12/+3 |
2020-09-10 | quote_path: give flags parameter to quote_path() | Junio C Hamano | 1 | -12/+12 |
2020-09-10 | quote_path: rename quote_path_relative() to quote_path() | Junio C Hamano | 1 | -2/+0 |
2020-09-09 | Merge branch 'jt/interpret-branch-name-fallback' | Junio C Hamano | 1 | -1/+1 |
2020-09-02 | wt-status: tolerate dangling marks | Jonathan Tan | 1 | -1/+1 |
2020-08-31 | Merge branch 'hn/refs-pseudorefs' | Junio C Hamano | 1 | -3/+3 |
2020-08-21 | sequencer: treat REVERT_HEAD as a pseudo ref | Han-Wen Nienhuys | 1 | -1/+1 |
2020-08-21 | sequencer: treat CHERRY_PICK_HEAD as a pseudo ref | Han-Wen Nienhuys | 1 | -2/+2 |
2020-08-18 | dir: fix problematic API to avoid memory leaks | Elijah Newren | 1 | -2/+2 |
2020-08-18 | dir: make clear_directory() free all relevant memory | Elijah Newren | 1 | -4/+0 |
2020-08-10 | Merge branch 'jk/strvec' | Junio C Hamano | 1 | -10/+9 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -2/+1 |
2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -8/+8 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-07-28 | Remove doubled words in various comments | Elijah Newren | 1 | -1/+1 |
2020-06-18 | wt-status: show sparse checkout status as well | Elijah Newren | 1 | -0/+41 |
2020-04-01 | Fix error-prone fill_directory() API; make it only return matches | Elijah Newren | 1 | -4/+2 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -1/+1 |
2019-08-27 | status: mention --skip for revert and cherry-pick | Denton Liu | 1 | -0/+4 |
2019-08-19 | wt-status: convert struct wt_status to object_id | brian m. carlson | 1 | -1/+1 |
2019-07-19 | Merge branch 'jl/status-reduce-vertical-blank' | Junio C Hamano | 1 | -4/+0 |
2019-07-09 | Merge branch 'jh/status-aheadbehind' | Junio C Hamano | 1 | -0/+17 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -7/+19 |
2019-07-09 | Merge branch 'md/sort-detached-head-first' | Junio C Hamano | 1 | -2/+2 |
2019-06-21 | status: warn when a/b calculation takes too long | Jeff Hostetler | 1 | -0/+17 |
2019-06-21 | status: remove the empty line after hints | John Lin | 1 | -4/+0 |
2019-06-19 | ref-filter: sort detached HEAD lines firstly | Matthew DeVore | 1 | -2/+2 |
2019-06-13 | Merge branch 'jk/unused-params-final-batch' | Junio C Hamano | 1 | -4/+2 |
2019-05-19 | Merge branch 'js/rebase-i-label-shown-in-status-fix' | Junio C Hamano | 1 | -1/+3 |
2019-05-13 | Merge branch 'pw/clean-sequencer-state-upon-final-commit' | Junio C Hamano | 1 | -5/+34 |
2019-05-13 | status: fix display of rebase -ir's `label` command | Johannes Schindelin | 1 | -1/+3 |
2019-05-13 | wt-status: drop unused status parameter | Jeff King | 1 | -4/+2 |
2019-05-09 | Merge branch 'dr/ref-filter-push-track-fix' | Junio C Hamano | 1 | -2/+2 |
2019-05-07 | doc: promote "git restore" | Nguyễn Thái Ngọc Duy | 1 | -7/+19 |
2019-04-18 | merge: cleanup messages like commit | Denton Liu | 1 | -3/+9 |
2019-04-18 | ref-filter: use correct branch for %(push:track) | Damien Robert | 1 | -2/+2 |
2019-04-17 | fix cherry-pick/revert status after commit | Phillip Wood | 1 | -5/+34 |
2019-02-22 | trace2:data: add trace2 regions to wt-status | Jeff Hostetler | 1 | -2/+22 |
2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-01-14 | repository.c: replace hold_locked_index() with repo_hold_locked_index() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |