index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wt-status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-02
Merge branch 'ps/pseudo-refs'
Junio C Hamano
1
-8
/
+14
2024-01-02
Merge branch 'rj/status-bisect-while-rebase'
Junio C Hamano
1
-3
/
+4
2023-12-14
wt-status: read HEAD and ORIG_HEAD via the refdb
Patrick Steinhardt
1
-8
/
+14
2023-10-16
status: fix branch shown when not only bisecting
Rubén Justo
1
-3
/
+4
2023-09-14
Merge branch 'jk/tree-name-and-depth-limit'
Junio C Hamano
1
-1
/
+1
2023-09-01
Merge branch 'jk/diff-result-code-cleanup'
Junio C Hamano
1
-6
/
+6
2023-08-31
read_tree(): respect max_allowed_tree_depth
Jeff King
1
-1
/
+1
2023-08-31
Merge branch 'ob/sequencer-empty-hint-fix'
Junio C Hamano
1
-1
/
+5
2023-08-24
sequencer: rectify empty hint in call of require_clean_work_tree()
Oswald Buddenhagen
1
-1
/
+5
2023-08-21
diff: drop useless "status" parameter from diff_result_code()
Jeff King
1
-2
/
+2
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
1
-4
/
+4
2023-08-21
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
Junio C Hamano
1
-3
/
+3
2023-07-25
Merge branch 'ah/advise-force-pushing'
Junio C Hamano
1
-1
/
+2
2023-07-13
wt-status: don't show divergence advice when committing
Alex Henrie
1
-1
/
+2
2023-07-06
Merge branch 'jk/cherry-pick-revert-status'
Junio C Hamano
1
-2
/
+2
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-3
/
+3
2023-06-27
fix cherry-pick/revert status when doing multiple commits
Jacob Keller
1
-2
/
+2
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-3
/
+3
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+2
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-10
/
+11
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-9
/
+9
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
1
-2
/
+2
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-2
/
+2
2022-12-01
status: modernize git-status "slow untracked files" advice
Rudy Rigot
1
-5
/
+23
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2022-08-19
refs: mark unused reflog callback parameters
Jeff King
1
-5
/
+9
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
1
-1
/
+1
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-04-13
revisions API: add a TODO for diff_free(&revs->diffopt)
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2022-04-13
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-04-13
revisions API users: use release_revisions() for "prune_data" users
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-03-16
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
1
-6
/
+6
2022-03-07
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-03-01
status: fix nested sparse directory diff in sparse index
Victoria Dye
1
-0
/
+9
2022-01-05
Merge branch 'xw/am-empty'
Junio C Hamano
1
-1
/
+7
[prev]
[next]