index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
update-index.c
Age
Commit message (
Expand
)
Author
2025-09-16
odb: add transaction interface
Justin Tobler
2025-09-16
object-file: relocate ODB transaction code
Justin Tobler
2025-09-16
builtin/update-index: end ODB transaction when --verbose is specified
Justin Tobler
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-09
parse-options: add precision handling for OPTION_SET_INT
René Scharfe
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
2025-01-17
builtins: send usage_with_options() 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-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
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-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-08-13
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-16
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2023-10-02
Merge branch 'jc/unresolve-removal'
Junio C Hamano
2023-09-20
Merge branch 'jc/update-index-show-index-version'
Junio C Hamano
2023-09-12
update-index: add --show-index-version
Junio C Hamano
2023-09-05
parse-options: mark unused "opt" parameter in callbacks
Jeff King
2023-07-31
checkout: allow "checkout -m path" to unmerge removed paths
Junio C Hamano
2023-07-31
update-index: remove stale fallback code for "--unresolve"
Junio C Hamano
2023-07-31
update-index: use unmerge_index_entry() to support removal
Junio C Hamano
2023-07-31
update-index: do not read HEAD and MERGE_HEAD unconditionally
Junio C Hamano
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
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-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-10
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
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-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-10-17
update-index: drop unused argc from do_reupdate()
Jeff King
2022-06-10
Merge branch 'jh/builtin-fsmonitor-part3'
Junio C Hamano
2022-06-03
Merge branch 'ns/batch-fsync'
Junio C Hamano
2022-05-26
fsmonitor-settings: bare repos are incompatible with FSMonitor
Jeff Hostetler
2022-04-06
update-index: use the bulk-checkin infrastructure
Neeraj Singh
[next]