🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.45.0
/
wt-status.c
tag
8be58deda2ccce7d036072ec34439f9fad88204f
tagger
Junio C Hamano <gitster@pobox.com>
Mon Apr 29 14:30:43 2024
object
786a3e4b8d754d2b14b1208b98eeb0a554ef19a8
Git 2.45
dce1e0b
Merge branch 'jk/core-comment-string'
by Junio C Hamano
· 1 year, 8 months ago
8be51c1
Merge branch 'fs/find-end-of-log-message-fix'
by Junio C Hamano
· 1 year, 9 months ago
78275b0
wt-status: drop custom comment-char stringification
by Jeff King
· 1 year, 9 months ago
600559b
find multi-byte comment chars in NUL-terminated strings
by Jeff King
· 1 year, 9 months ago
f99e1d9
prefer comment_line_str to comment_line_char for printing
by Jeff King
· 1 year, 9 months ago
a1bb146
strbuf: accept a comment string for strbuf_add_commented_lines()
by Jeff King
· 1 year, 9 months ago
3a35d96
strbuf: accept a comment string for strbuf_commented_addf()
by Jeff King
· 1 year, 9 months ago
798ddfc
Merge branch 'jt/commit-redundant-scissors-fix'
by Junio C Hamano
· 1 year, 9 months ago
2541cba
wt-status: don't find scissors line beyond buf len
by Florian Schmidt
· 1 year, 9 months ago
688a0a7
commit: avoid redundant scissor line with --cleanup=scissors -v
by Josh Triplett
· 1 year, 10 months ago
a593e2f
Merge branch 'rj/status-bisect-while-rebase' into maint-2.43
by Junio C Hamano
· 1 year, 10 months ago
dbf668a
Merge branch 'ps/pseudo-refs'
by Junio C Hamano
· 2 years ago
cce4778
Merge branch 'rj/status-bisect-while-rebase'
by Junio C Hamano
· 2 years ago
8f61321
wt-status: read HEAD and ORIG_HEAD via the refdb
by Patrick Steinhardt
· 2 years ago
990adcc
status: fix branch shown when not only bisecting
by Rubén Justo
· 2 years, 2 months ago
174dfe4
Merge branch 'jk/tree-name-and-depth-limit'
by Junio C Hamano
· 2 years, 3 months ago
f137bd4
Merge branch 'jk/diff-result-code-cleanup'
by Junio C Hamano
· 2 years, 3 months ago
1ee7a5c
read_tree(): respect max_allowed_tree_depth
by Jeff King
· 2 years, 3 months ago
3525f1d
Merge branch 'ob/sequencer-empty-hint-fix'
by Junio C Hamano
· 2 years, 3 months ago
a9b5955
sequencer: rectify empty hint in call of require_clean_work_tree()
by Oswald Buddenhagen
· 2 years, 4 months ago
5cc6b2d
diff: drop useless "status" parameter from diff_result_code()
by Jeff King
· 2 years, 4 months ago
25bd3ac
diff: drop useless return from run_diff_{files,index} functions
by Jeff King
· 2 years, 4 months ago
976b97e
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
by Junio C Hamano
· 2 years, 4 months ago
88d08c3
Merge branch 'ah/advise-force-pushing'
by Junio C Hamano
· 2 years, 5 months ago
b6f3da5
wt-status: don't show divergence advice when committing
by Alex Henrie
· 2 years, 5 months ago
391414e
Merge branch 'jk/cherry-pick-revert-status'
by Junio C Hamano
· 2 years, 5 months ago
67e7305
Merge branch 'cw/strbuf-cleanup'
by Junio C Hamano
· 2 years, 5 months ago
a096a88
fix cherry-pick/revert status when doing multiple commits
by Jacob Keller
· 2 years, 6 months ago
df6e874
diff.h: remove unnecessary include of oidset.h
by Elijah Newren
· 2 years, 6 months ago
c339932
repository: remove unnecessary include of path.h
by Elijah Newren
· 2 years, 6 months ago
bc5c5ec
cache.h: remove this no-longer-used header
by Elijah Newren
· 2 years, 6 months ago
08c46a4
read-cache*.h: move declarations for read-cache.c functions from cache.h
by Elijah Newren
· 2 years, 6 months ago
787cb8a
strbuf: remove global variable
by Calvin Wan
· 2 years, 6 months ago
d4a4f92
commit.h: reduce unnecessary includes
by Elijah Newren
· 2 years, 8 months ago
dabab1d
object-name.h: move declarations for object-name.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
6c6ddf9
treewide: be explicit about dependence on advice.h
by Elijah Newren
· 2 years, 8 months ago
74ea5c9
treewide: be explicit about dependence on trace.h & trace2.h
by Elijah Newren
· 2 years, 8 months ago
e7dca80
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h
by Junio C Hamano
· 2 years, 8 months ago
4a93b89
libs: use "struct repository *" argument, not "the_repository"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
12cb1c1
cocci: apply the "refs.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
d850b7a
cocci: apply the "cache.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
e38da48
setup.h: move declarations for setup.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
7ee24e1
environment: move comment_line_char from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
1795479
Merge branch 'jk/unused-post-2.39'
by Junio C Hamano
· 3 years ago
61bdc7c
diff: mark unused parameters in callbacks
by Jeff King
· 3 years ago
ecbc23e
status: modernize git-status "slow untracked files" advice
by Rudy Rigot
· 3 years ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
c006e9f
refs: mark unused reflog callback parameters
by Jeff King
· 3 years, 4 months ago
c21fa3b
Merge branch 'ab/env-array'
by Junio C Hamano
· 3 years, 6 months ago
29fda24
run-command API: rename "env_array" to "env"
by Ævar Arnfjörð Bjarmason
· 3 years, 6 months ago
54c8a7c
revisions API: add a TODO for diff_free(&revs->diffopt)
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
689a8e8
revisions API: have release_revisions() release "prune_data"
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
f0cb6b8
revisions API users: use release_revisions() for "prune_data" users
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
2108fe4
revisions API users: add straightforward release_revisions()
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
1878b5e
revision.[ch]: provide and start using a release_revisions()
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
38bbb9e
Merge branch 'ab/string-list-count-in-size-t'
by Junio C Hamano
· 3 years, 9 months ago
99d6054
string-list API: change "nr" and "alloc" to "size_t"
by Ævar Arnfjörð Bjarmason
· 3 years, 9 months ago
2c521b0
status: fix nested sparse directory diff in sparse index
by Victoria Dye
· 3 years, 10 months ago
ead6767
Merge branch 'xw/am-empty'
by Junio C Hamano
· 4 years ago
9e7e41b
am: support --allow-empty to record specific empty patches
by 徐沛文 (Aleen)
· 4 years ago
2e59e78
status: print stash info with --porcelain=v2 --show-stash
by Øystein Walle
· 4 years, 2 months ago
612942a
status: count stash entries in separate function
by Øystein Walle
· 4 years, 2 months ago
ed9bff0
advice: remove read uses of most global `advice_` variables
by Ben Boeckel
· 4 years, 4 months ago
b271a30
Merge branch 'ds/status-with-sparse-index'
by Junio C Hamano
· 4 years, 5 months ago
8e62a85
Merge branch 'ds/gender-neutral-doc'
by Junio C Hamano
· 4 years, 5 months ago
fe0d576
wt-status: expand added sparse directory entries
by Derrick Stolee
· 4 years, 5 months ago
bf48e5a
status: skip sparse-checkout percentage with sparse-index
by Derrick Stolee
· 4 years, 5 months ago
ce93a4c
dir.[ch]: replace dir_init() with DIR_INIT
by Ævar Arnfjörð Bjarmason
· 4 years, 6 months ago
0e20b22
comments: avoid using the gender of our users
by Felipe Contreras
· 4 years, 6 months ago
aaa3c80
Merge branch 'bc/hash-transition-interop-part-1'
by Junio C Hamano
· 4 years, 7 months ago
936e588
Merge branch 'ah/plugleaks'
by Junio C Hamano
· 4 years, 7 months ago
5493ce7
wt-status: fix multiple small leaks
by Andrzej Hunt
· 4 years, 8 months ago
1422844
hash: provide per-algorithm null OIDs
by brian m. carlson
· 4 years, 8 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
0806279
Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'
by Junio C Hamano
· 4 years, 11 months ago
2708ce6
branch: sort detached HEAD based on a flag
by Ævar Arnfjörð Bjarmason
· 5 years ago
8ef9312
diff: do not show submodule with untracked files as "-dirty"
by Sangeeta Jain
· 5 years ago
07601b5
Merge branch 'ma/worktree-cleanups'
by Junio C Hamano
· 5 years ago
962dd7e
wt-status: introduce wt_status_state_free_buffers()
by Martin Ågren
· 5 years ago
8f7e3de
wt-status: print to s->fp, not stdout
by Martin Ågren
· 5 years ago
b1f1ade
wt-status: replace sha1 mentions with oid
by Martin Ågren
· 5 years ago
9d4e7ec
Merge branch 'jc/quote-path-cleanup'
by Junio C Hamano
· 5 years ago
a361dd3
wt-status: consistently quote paths in "status --short" output
by Junio C Hamano
· 5 years ago
f3fc4a1
quote_path: optionally allow quoting a path with SP in it
by Junio C Hamano
· 5 years ago
88910c9
quote_path: give flags parameter to quote_path()
by Junio C Hamano
· 5 years ago
c34d24b
quote_path: rename quote_path_relative() to quote_path()
by Junio C Hamano
· 5 years ago
0df670b
Merge branch 'jt/interpret-branch-name-fallback'
by Junio C Hamano
· 5 years ago
f24c30e
wt-status: tolerate dangling marks
by Jonathan Tan
· 5 years ago
e699684
Merge branch 'hn/refs-pseudorefs'
by Junio C Hamano
· 5 years ago
b8825ef
sequencer: treat REVERT_HEAD as a pseudo ref
by Han-Wen Nienhuys
· 5 years ago
c8e4159
sequencer: treat CHERRY_PICK_HEAD as a pseudo ref
by Han-Wen Nienhuys
· 5 years ago
eceba53
dir: fix problematic API to avoid memory leaks
by Elijah Newren
· 5 years ago
dad4f23
dir: make clear_directory() free all relevant memory
by Elijah Newren
· 5 years ago
46b225f
Merge branch 'jk/strvec'
by Junio C Hamano
· 5 years ago
f6d8942
strvec: fix indentation in renamed calls
by Jeff King
· 5 years ago
c972bf4
strvec: convert remaining callers away from argv_array name
by Jeff King
· 5 years ago
dbbcd44
strvec: rename files from argv-array to strvec
by Jeff King
· 5 years ago
6d12b53
Remove doubled words in various comments
by Elijah Newren
· 5 years ago
Next »