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
*
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
|
/
*
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
2018-05-30
1
-2
/
+1
|
\
|
*
lock_file: move static locks into functions
Martin Ågren
2018-05-10
1
-2
/
+1
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-04-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tree-walk: convert tree entry functions to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
Merge branch 'ma/skip-writing-unchanged-index'
Junio C Hamano
2018-03-21
1
-4
/
+3
|
\
\
|
*
|
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
2018-03-01
1
-4
/
+3
|
|
/
*
|
completion: use __gitcomp_builtin in _git_rm
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
*
|
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
|
/
*
submodule: convert stage_updated_gitmodules to take a struct index_state
Brandon Williams
2017-12-12
1
-1
/
+1
*
submodule: remove gitmodules_config
Brandon Williams
2017-08-03
1
-1
/
+0
*
submodule: check for unstaged .gitmodules outside of config parsing
Brandon Williams
2017-08-02
1
-1
/
+1
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'jc/noent-notdir'
Junio C Hamano
2017-06-13
1
-1
/
+1
|
\
\
|
*
|
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
2017-05-30
1
-1
/
+1
|
|
/
*
/
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
Brandon Williams
2017-05-12
1
-2
/
+1
|
/
*
rm: reuse strbuf for all remove_dir_recursively() calls, again
René Scharfe
2017-02-13
1
-3
/
+3
*
Merge branch 'sb/submodule-rm-absorb'
Junio C Hamano
2017-01-19
1
-62
/
+22
|
\
|
*
rm: absorb a submodules git dir before deletion
Stefan Beller
2016-12-27
1
-61
/
+19
|
*
submodule: rename and add flags to ok_to_remove_submodule
Stefan Beller
2016-12-27
1
-1
/
+3
*
|
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
1
-1
/
+1
|
/
*
builtin/rm: convert to use struct object_id
brian m. carlson
2016-09-07
1
-9
/
+9
*
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
1
-1
/
+1
*
Merge branch 'rs/rm-strbuf-optim'
Junio C Hamano
2016-07-25
1
-2
/
+3
|
\
|
*
rm: reuse strbuf for all remove_dir_recursively() calls
René Scharfe
2016-07-13
1
-2
/
+3
|
*
Merge branch 'nd/ita-cleanup' into maint
Junio C Hamano
2016-02-22
1
-1
/
+1
|
|
\
[next]