index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wt-status.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+2
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-10
/
+11
|
\
|
*
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-5
/
+5
|
*
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-9
/
+9
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
2022-12-26
1
-2
/
+2
|
\
|
*
diff: mark unused parameters in callbacks
Jeff King
2022-12-13
1
-2
/
+2
*
|
status: modernize git-status "slow untracked files" advice
Rudy Rigot
2022-12-01
1
-5
/
+23
|
/
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-8
/
+8
*
refs: mark unused reflog callback parameters
Jeff King
2022-08-19
1
-5
/
+9
*
Merge branch 'ab/env-array'
Junio C Hamano
2022-06-11
1
-1
/
+1
|
\
|
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-1
/
+1
*
|
revisions API: add a TODO for diff_free(&revs->diffopt)
Ævar Arnfjörð Bjarmason
2022-04-14
1
-2
/
+4
*
|
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
2022-04-14
1
-2
/
+0
*
|
revisions API users: use release_revisions() for "prune_data" users
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-2
/
+3
|
/
*
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
2022-03-17
1
-6
/
+6
|
\
|
*
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
2022-03-07
1
-6
/
+6
*
|
status: fix nested sparse directory diff in sparse index
Victoria Dye
2022-03-01
1
-0
/
+9
|
/
*
Merge branch 'xw/am-empty'
Junio C Hamano
2022-01-05
1
-1
/
+7
|
\
|
*
am: support --allow-empty to record specific empty patches
徐沛文 (Aleen)
2021-12-16
1
-1
/
+7
*
|
status: print stash info with --porcelain=v2 --show-stash
Øystein Walle
2021-10-22
1
-0
/
+15
*
|
status: count stash entries in separate function
Øystein Walle
2021-10-22
1
-2
/
+8
|
/
*
advice: remove read uses of most global `advice_` variables
Ben Boeckel
2021-08-25
1
-3
/
+3
*
Merge branch 'ds/status-with-sparse-index'
Junio C Hamano
2021-07-28
1
-3
/
+62
|
\
|
*
wt-status: expand added sparse directory entries
Derrick Stolee
2021-07-14
1
-0
/
+51
|
*
status: skip sparse-checkout percentage with sparse-index
Derrick Stolee
2021-07-14
1
-3
/
+11
*
|
Merge branch 'ds/gender-neutral-doc'
Junio C Hamano
2021-07-17
1
-1
/
+1
|
\
\
|
*
|
comments: avoid using the gender of our users
Felipe Contreras
2021-06-16
1
-1
/
+1
*
|
|
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+1
|
|
/
|
/
|
*
|
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
2021-05-10
1
-2
/
+2
|
\
\
|
*
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-2
/
+2
|
|
/
*
|
Merge branch 'ah/plugleaks'
Junio C Hamano
2021-05-07
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
wt-status: fix multiple small leaks
Andrzej Hunt
2021-04-28
1
-0
/
+4
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-3
/
+3
|
/
*
Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'
Junio C Hamano
2021-01-25
1
-1
/
+3
|
\
|
*
diff: do not show submodule with untracked files as "-dirty"
Sangeeta Jain
2020-12-08
1
-1
/
+3
*
|
branch: sort detached HEAD based on a flag
Ævar Arnfjörð Bjarmason
2021-01-08
1
-2
/
+2
|
/
*
Merge branch 'ma/worktree-cleanups'
Junio C Hamano
2020-10-05
1
-30
/
+42
|
\
|
*
wt-status: introduce wt_status_state_free_buffers()
Martin Ågren
2020-09-27
1
-3
/
+8
|
*
wt-status: print to s->fp, not stdout
Martin Ågren
2020-09-27
1
-25
/
+32
|
*
wt-status: replace sha1 mentions with oid
Martin Ågren
2020-09-27
1
-4
/
+4
[next]