index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
update-index.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+3
*
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
1
-3
/
+5
|
\
|
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-2
/
+1
|
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
|
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
*
|
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
|
/
*
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
2024-08-13
1
-2
/
+2
*
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
1
-2
/
+3
*
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
2024-05-16
1
-1
/
+1
|
\
|
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-1
/
+1
*
|
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-18
1
-61
/
+61
|
/
*
Merge branch 'jc/unresolve-removal'
Junio C Hamano
2023-10-02
1
-86
/
+12
|
\
|
*
checkout: allow "checkout -m path" to unmerge removed paths
Junio C Hamano
2023-08-01
1
-1
/
+1
|
*
update-index: remove stale fallback code for "--unresolve"
Junio C Hamano
2023-08-01
1
-102
/
+12
|
*
update-index: use unmerge_index_entry() to support removal
Junio C Hamano
2023-08-01
1
-16
/
+22
|
*
update-index: do not read HEAD and MERGE_HEAD unconditionally
Junio C Hamano
2023-08-01
1
-18
/
+28
*
|
Merge branch 'jc/update-index-show-index-version'
Junio C Hamano
2023-09-20
1
-6
/
+13
|
\
\
|
*
|
update-index: add --show-index-version
Junio C Hamano
2023-09-13
1
-6
/
+13
|
|
/
*
|
parse-options: mark unused "opt" parameter in callbacks
Jeff King
2023-09-05
1
-2
/
+2
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+2
*
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
2023-02-10
1
-2
/
+2
*
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-9
/
+10
*
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-23
/
+23
*
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-11
/
+11
*
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
*
update-index: drop unused argc from do_reupdate()
Jeff King
2022-10-18
1
-3
/
+3
*
Merge branch 'jh/builtin-fsmonitor-part3'
Junio C Hamano
2022-06-11
1
-0
/
+16
|
\
|
*
fsmonitor-settings: bare repos are incompatible with FSMonitor
Jeff Hostetler
2022-05-27
1
-0
/
+16
*
|
Merge branch 'ns/batch-fsync'
Junio C Hamano
2022-06-03
1
-0
/
+20
|
\
\
|
|
/
|
/
|
|
*
update-index: use the bulk-checkin infrastructure
Neeraj Singh
2022-04-06
1
-0
/
+20
*
|
fsmonitor: config settings are repository-specific
Jeff Hostetler
2022-03-26
1
-2
/
+5
|
/
*
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
2022-02-18
1
-3
/
+14
|
\
|
*
update-index: reduce scope of index expansion in do_reupdate
Victoria Dye
2022-01-13
1
-3
/
+11
|
*
update-index: integrate with sparse index
Victoria Dye
2022-01-13
1
-0
/
+3
*
|
update-index: refresh should rewrite index in case of racy timestamps
Marc Strapetz
2022-01-07
1
-0
/
+11
|
/
*
use xopen() to handle fatal open(2) failures
René Scharfe
2021-08-25
1
-3
/
+1
*
update-index: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-8
/
+8
*
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
Junio C Hamano
2019-11-10
1
-1
/
+5
|
\
|
*
update-index: optionally leave skip-worktree entries alone
Johannes Schindelin
2019-11-02
1
-1
/
+5
[next]