summaryrefslogtreecommitdiffstats
path: root/wt-status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-9/+13
* Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-19/+12
|\
| * wt-status: drop custom comment-char stringificationJeff King2024-03-121-10/+3
| * find multi-byte comment chars in NUL-terminated stringsJeff King2024-03-121-1/+1
| * prefer comment_line_str to comment_line_char for printingJeff King2024-03-121-5/+5
| * strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King2024-03-121-2/+2
| * strbuf: accept a comment string for strbuf_commented_addf()Jeff King2024-03-121-1/+1
* | Merge branch 'fs/find-end-of-log-message-fix'Junio C Hamano2024-03-211-2/+5
|\ \
| * | wt-status: don't find scissors line beyond buf lenFlorian Schmidt2024-03-071-2/+5
* | | Merge branch 'jt/commit-redundant-scissors-fix'Junio C Hamano2024-03-081-4/+8
|\ \ \ | |_|/ |/| |
| * | commit: avoid redundant scissor line with --cleanup=scissors -vJosh Triplett2024-02-271-4/+8
| * | Merge branch 'rj/status-bisect-while-rebase' into maint-2.43Junio C Hamano2024-02-091-3/+4
| |\ \
* | \ \ Merge branch 'ps/pseudo-refs'Junio C Hamano2024-01-021-8/+14
|\ \ \ \
| * | | | wt-status: read HEAD and ORIG_HEAD via the refdbPatrick Steinhardt2023-12-141-8/+14
| |/ / /
* | | | Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano2024-01-021-3/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | status: fix branch shown when not only bisectingRubén Justo2023-10-171-3/+4
* | | Merge branch 'jk/tree-name-and-depth-limit'Junio C Hamano2023-09-141-1/+1
|\ \ \
| * | | read_tree(): respect max_allowed_tree_depthJeff King2023-09-011-1/+1
* | | | Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano2023-09-011-6/+6
|\ \ \ \
| * | | | diff: drop useless "status" parameter from diff_result_code()Jeff King2023-08-221-2/+2
| * | | | diff: drop useless return from run_diff_{files,index} functionsJeff King2023-08-221-4/+4
| * | | | diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano2023-08-221-3/+3
| |/ / /
* | | | Merge branch 'ob/sequencer-empty-hint-fix'Junio C Hamano2023-08-311-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | sequencer: rectify empty hint in call of require_clean_work_tree()Oswald Buddenhagen2023-08-241-1/+5
| |/ /
* | | Merge branch 'ah/advise-force-pushing'Junio C Hamano2023-07-251-1/+2
|\ \ \
| * | | wt-status: don't show divergence advice when committingAlex Henrie2023-07-131-1/+2
* | | | Merge branch 'jk/cherry-pick-revert-status'Junio C Hamano2023-07-061-2/+2
|\ \ \ \
| * | | | fix cherry-pick/revert status when doing multiple commitsJacob Keller2023-06-281-2/+2
* | | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | strbuf: remove global variableCalvin Wan2023-06-121-3/+3
| | |/ / | |/| |
* | | | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
|/ / /
* | | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | | treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+2
* | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-10/+11
|\ \ \
| * | | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-5/+5
| * | | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-9/+9
| |/ /
* | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/ /
* | Merge branch 'jk/unused-post-2.39'Junio C Hamano2022-12-261-2/+2
|\ \
| * | diff: mark unused parameters in callbacksJeff King2022-12-131-2/+2
* | | status: modernize git-status "slow untracked files" adviceRudy Rigot2022-12-011-5/+23
|/ /
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-8/+8