index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
rm.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-1
/
+1
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-2
/
+1
2018-05-10
lock_file: move static locks into functions
Martin Ågren
1
-2
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2018-03-21
Merge branch 'ma/skip-writing-unchanged-index'
Junio C Hamano
1
-4
/
+3
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
1
-1
/
+1
2018-03-01
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
1
-4
/
+3
2018-02-09
completion: use __gitcomp_builtin in _git_rm
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-12-12
submodule: convert stage_updated_gitmodules to take a struct index_state
Brandon Williams
1
-1
/
+1
2017-08-03
submodule: remove gitmodules_config
Brandon Williams
1
-1
/
+0
2017-08-02
submodule: check for unstaged .gitmodules outside of config parsing
Brandon Williams
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'jc/noent-notdir'
Junio C Hamano
1
-1
/
+1
2017-05-30
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
1
-1
/
+1
2017-05-12
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
Brandon Williams
1
-2
/
+1
2017-02-13
rm: reuse strbuf for all remove_dir_recursively() calls, again
René Scharfe
1
-3
/
+3
2017-01-18
Merge branch 'sb/submodule-rm-absorb'
Junio C Hamano
1
-62
/
+22
2016-12-27
rm: absorb a submodules git dir before deletion
Stefan Beller
1
-61
/
+19
2016-12-27
submodule: rename and add flags to ok_to_remove_submodule
Stefan Beller
1
-1
/
+3
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-1
/
+1
2016-09-07
builtin/rm: convert to use struct object_id
brian m. carlson
1
-9
/
+9
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
1
-1
/
+1
2016-07-25
Merge branch 'rs/rm-strbuf-optim'
Junio C Hamano
1
-2
/
+3
2016-07-12
rm: reuse strbuf for all remove_dir_recursively() calls
René Scharfe
1
-2
/
+3
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-1
/
+1
2016-05-09
builtin/rm.c: use warning_errno()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-04-12
i18n: builtin/rm.c: remove a comma ',' from string
Vasco Almeida
1
-1
/
+1
2016-02-22
Merge branch 'nd/ita-cleanup' into maint
Junio C Hamano
1
-1
/
+1
2016-01-20
Merge branch 'nd/ita-cleanup'
Junio C Hamano
1
-1
/
+1
2015-09-06
add and use a convenience macro ce_intent_to_add()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-05-20
use file_exists() to check if a file exists in the worktree
René Scharfe
1
-2
/
+1
2015-01-14
standardize usage info string format
Alex Henrie
1
-1
/
+1
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-1
/
+1
2014-09-02
grammofix in user-facing messages
Alex Henrie
1
-1
/
+1
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
1
-4
/
+3
2014-02-27
Merge branch 'nd/submodule-pathspec-ending-with-slash'
Junio C Hamano
1
-1
/
+1
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-11-18
read-cache.c: fix memory leaks caused by removed cache entries
Karsten Blees
1
-1
/
+1
2013-09-13
rm: re-use parse_pathspec's trailing-slash removal
John Keeping
1
-16
/
+4
[next]