aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
2026-03-16Merge branch 'sp/wt-status-wo-the-repository'Junio C Hamano
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood
2026-02-19wt-status: avoid passing NULL worktreePhillip Wood
2026-02-19wt-status: use hash_algo from local repository instead of global the_hash_algoShreyansh Paliwal
2026-02-19wt-status: replace uses of the_repository with local repository instancesShreyansh Paliwal
2026-02-19wt-status: pass struct repository through function parametersShreyansh Paliwal
2026-01-13wt-status: provide function to expose status for treesPatrick Steinhardt
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