index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
merge-index.c
Age
Commit message (
Expand
)
Author
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-03-28
builtins: mark unused prefix parameters
Jeff King
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
2021-04-14
merge-index: ensure full index
Derrick Stolee
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2017-03-26
Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
brian m. carlson
2017-01-30
use oid_to_hex_r() for converting struct object_id hashes to hex strings
René Scharfe
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2015-10-05
use sha1_to_hex_r() instead of strcpy
Jeff King
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
2015-01-14
standardize usage info string format
Alex Henrie
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2012-12-09
Which merge_file() function do you mean?
Junio C Hamano
2011-03-22
Fix sparse warnings
Stephen Boyd
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds