summaryrefslogtreecommitdiffstats
path: root/wt-status.c
AgeCommit message (Expand)AuthorLines
2026-03-16Merge branch 'sp/wt-status-wo-the-repository'Junio C Hamano-31/+31
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano-1/+3
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano-10/+19
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello-1/+3
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood-7/+7
2026-02-19wt-status: avoid passing NULL worktreePhillip Wood-3/+12
2026-02-19wt-status: use hash_algo from local repository instead of global the_hash_algoShreyansh Paliwal-3/+3
2026-02-19wt-status: replace uses of the_repository with local repository instancesShreyansh Paliwal-12/+12
2026-02-19wt-status: pass struct repository through function parametersShreyansh Paliwal-16/+16
2026-01-13wt-status: provide function to expose status for treesPatrick Steinhardt-0/+24
2025-10-24Merge branch 'jk/status-z-short-fix'Junio C Hamano-2/+2
2025-10-17status: make coloring of "-z --short" consistentJeff King-2/+2
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano-3/+3
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King-3/+3
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano-21/+10
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt-2/+4
2025-08-02wt-status: avoid strbuf_split*()Junio C Hamano-21/+10
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt-2/+2
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt-16/+26
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-09-30wt-status: fix leaking buffer with sparse directoriesPatrick Steinhardt-1/+5
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano-1/+2
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano-2/+2
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt-1/+2
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt-7/+7
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano-2/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-2/+4
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano-1/+1
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt-2/+2
2024-06-10__attribute__: add a few missing format attributesJunio C Hamano-0/+1
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-9/+13
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano-19/+12
2024-03-21Merge branch 'fs/find-end-of-log-message-fix'Junio C Hamano-2/+5
2024-03-12wt-status: drop custom comment-char stringificationJeff King-10/+3
2024-03-12find multi-byte comment chars in NUL-terminated stringsJeff King-1/+1
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King-5/+5
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King-2/+2
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King-1/+1
2024-03-07Merge branch 'jt/commit-redundant-scissors-fix'Junio C Hamano-4/+8
2024-03-07wt-status: don't find scissors line beyond buf lenFlorian Schmidt-2/+5
2024-02-27commit: avoid redundant scissor line with --cleanup=scissors -vJosh Triplett-4/+8
2024-02-08Merge branch 'rj/status-bisect-while-rebase' into maint-2.43Junio C Hamano-3/+4
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano-8/+14
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano-3/+4
2023-12-14wt-status: read HEAD and ORIG_HEAD via the refdbPatrick Steinhardt-8/+14
2023-10-16status: fix branch shown when not only bisectingRubén Justo-3/+4
2023-09-14Merge branch 'jk/tree-name-and-depth-limit'Junio C Hamano-1/+1