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