index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
checkout-index.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-03-07
builtin/checkout-index: stop using `the_repository`
Usman Akinyemi
1
-22
/
+21
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-3
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-2
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-11
/
+11
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
1
-3
/
+5
2023-09-05
checkout-index: delay automatic setting of to_tempfile
Jeff King
1
-2
/
+7
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2022-01-13
checkout-index: integrate with sparse index
Victoria Dye
1
-2
/
+26
2022-01-13
checkout-index: add --ignore-skip-worktree-bits option
Victoria Dye
1
-0
/
+13
2021-05-16
Merge branch 'mt/parallel-checkout-part-3'
Junio C Hamano
1
-9
/
+15
2021-05-05
checkout-index: add parallel checkout support
Matheus Tavares
1
-9
/
+15
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-0
/
+2
2021-04-14
checkout-index: ensure full index
Derrick Stolee
1
-0
/
+2
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
1
-0
/
+1
2021-02-16
checkout-index: omit entries with no tempname from --temp output
Matheus Tavares
1
-11
/
+24
2020-10-27
checkout-index: propagate errors to exit code
Jeff King
1
-2
/
+6
2020-10-27
checkout-index: drop error message from empty --stage=all
Jeff King
1
-0
/
+8
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-2
/
+2
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-0
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-01-14
Merge branch 'nd/checkout-noisy'
Junio C Hamano
1
-2
/
+4
2018-11-14
checkout: print something when checking out paths
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+2
2018-08-27
Merge branch 'rs/opt-updates'
Junio C Hamano
1
-1
/
+1
2018-08-21
checkout-index: improve argument help for --stage
René Scharfe
1
-1
/
+1
2018-08-13
entry.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-10-06
checkout-index: simplify locking logic
Martin Ågren
1
-5
/
+3
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-1
/
+1
2016-09-22
introduce CHECKOUT_INIT
René Scharfe
1
-1
/
+1
2016-02-01
checkout-index: disallow "--no-stage" option
Jeff King
1
-3
/
+3
2016-02-01
checkout-index: handle "--no-index" option
Jeff King
1
-24
/
+10
2016-02-01
checkout-index: handle "--no-prefix" option
Jeff King
1
-12
/
+6
2016-02-01
checkout-index: simplify "-z" option parsing
Jeff King
1
-10
/
+2
2016-02-01
give "nbuf" strbuf a more meaningful name
Jeff King
1
-5
/
+6
2016-01-15
checkout-index: there are only two possible line terminations
Junio C Hamano
1
-8
/
+8
2015-05-05
prefix_path(): unconditionally free results in the callers
Stefan Beller
1
-6
/
+4
2015-01-14
standardize usage info string format
Alex Henrie
1
-1
/
+1
2015-01-12
Merge branch 'es/checkout-index-temp'
Junio C Hamano
1
-8
/
+8
[next]