summaryrefslogtreecommitdiffstats
path: root/wt-status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* wt-status: fix leaking buffer with sparse directoriesPatrick Steinhardt2024-09-301-1/+5
* Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2024-09-231-1/+2
|\
| * environment: make `get_index_file()` accept a repositoryPatrick Steinhardt2024-09-121-1/+2
* | Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano2024-09-161-2/+2
|\ \ | |/ |/|
| * remerge-diff: clean up temporary objdir at a central placeJunio C Hamano2024-08-101-2/+2
* | path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt2024-08-131-7/+7
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-2/+4
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| * | hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt2024-06-141-2/+2
* | | Merge branch 'ps/no-writable-strings'Junio C Hamano2024-06-181-1/+1
|\ \ \
| * | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
| |/ /
* | | Merge branch 'jc/varargs-attributes'Junio C Hamano2024-06-181-0/+1
|\ \ \ | |/ / |/| |
| * | __attribute__: add a few missing format attributesJunio C Hamano2024-06-101-0/+1
* | | 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