summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
2025-10-24Merge branch 'jk/status-z-short-fix'Junio C Hamano
2025-10-17status: make coloring of "-z --short" consistentJeff King
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-02wt-status: avoid strbuf_split*()Junio C Hamano
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-30wt-status: fix leaking buffer with sparse directoriesPatrick Steinhardt
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt
2024-06-10__attribute__: add a few missing format attributesJunio C Hamano
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-03-21Merge branch 'fs/find-end-of-log-message-fix'Junio C Hamano
2024-03-12wt-status: drop custom comment-char stringificationJeff King
2024-03-12find multi-byte comment chars in NUL-terminated stringsJeff King
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King
2024-03-07Merge branch 'jt/commit-redundant-scissors-fix'Junio C Hamano
2024-03-07wt-status: don't find scissors line beyond buf lenFlorian Schmidt
2024-02-27commit: avoid redundant scissor line with --cleanup=scissors -vJosh Triplett
2024-02-08Merge branch 'rj/status-bisect-while-rebase' into maint-2.43Junio C Hamano
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2023-12-14wt-status: read HEAD and ORIG_HEAD via the refdbPatrick Steinhardt
2023-10-16status: fix branch shown when not only bisectingRubén Justo
2023-09-14Merge branch 'jk/tree-name-and-depth-limit'Junio C Hamano
2023-09-01Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano
2023-08-31read_tree(): respect max_allowed_tree_depthJeff King
2023-08-31Merge branch 'ob/sequencer-empty-hint-fix'Junio C Hamano
2023-08-24sequencer: rectify empty hint in call of require_clean_work_tree()Oswald Buddenhagen
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie
2023-07-06Merge branch 'jk/cherry-pick-revert-status'Junio C Hamano