index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+3
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-2
/
+2
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-1
/
+1
*
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-18
1
-20
/
+20
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+2
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+1
|
\
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
setup.h: move declarations for setup.c functions 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
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
2023-02-10
1
-1
/
+1
*
submodule.c & submodule--helper: pass along "super_prefix" param
Ævar Arnfjörð Bjarmason
2022-12-26
1
-1
/
+1
*
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
2022-11-28
1
-13
/
+13
|
\
|
*
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-4
/
+4
|
*
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-7
/
+7
|
*
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
*
|
submodule API & "absorbgitdirs": remove "----recursive" option
Ævar Arnfjörð Bjarmason
2022-11-08
1
-2
/
+1
|
/
*
doc txt & -h consistency: add missing options
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+3
*
rm: integrate with sparse-index
Shaoxuan Yuan
2022-08-08
1
-0
/
+2
*
rm: expand the index only when necessary
Shaoxuan Yuan
2022-08-08
1
-2
/
+3
*
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
2022-01-10
1
-2
/
+2
|
\
|
*
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
2022-01-05
1
-1
/
+1
|
*
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
|
dir: new flag to remove_dir_recurse() to spare the original_cwd
Elijah Newren
2021-12-09
1
-1
/
+2
|
/
*
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
2021-10-14
1
-2
/
+8
|
\
|
*
rm: skip sparse paths with missing SKIP_WORKTREE
Derrick Stolee
2021-09-28
1
-1
/
+3
|
*
rm: add --sparse option
Derrick Stolee
2021-09-28
1
-2
/
+6
*
|
advice: remove read uses of most global `advice_` variables
Ben Boeckel
2021-08-25
1
-1
/
+1
|
/
*
Merge branch 'ah/plugleaks'
Junio C Hamano
2021-05-07
1
-0
/
+2
|
\
|
*
builtin/rm: avoid leaking pathspec and seen
Andrzej Hunt
2021-04-28
1
-0
/
+2
*
|
Merge branch 'mt/add-rm-in-sparse-checkout'
Junio C Hamano
2021-05-07
1
-11
/
+24
|
\
\
|
*
|
rm: honor sparse checkout patterns
Matheus Tavares
2021-04-08
1
-11
/
+24
|
|
/
*
/
rm: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
|
/
*
rm: support the --pathspec-from-file option
Alexandr Miloslavskiy
2020-02-19
1
-6
/
+22
*
Merge branch 'jc/denoise-rm-to-resolve'
Junio C Hamano
2019-07-25
1
-1
/
+1
|
\
|
*
rm: resolving by removal is not a warning-worthy event
Junio C Hamano
2019-07-18
1
-1
/
+1
*
|
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-1
/
+1
*
|
submodule: drop unused prefix parameter from some functions
Jeff King
2019-05-13
1
-3
/
+3
*
|
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
2019-04-08
1
-1
/
+1
*
|
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
|
/
*
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
*
Merge branch 'nd/no-the-index'
Junio C Hamano
2018-08-20
1
-1
/
+1
|
\
|
*
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
|
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-1
/
+1
|
/
[next]