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