index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
checkout-index.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkout-index: integrate with sparse index
Victoria Dye
2022-01-13
1
-2
/
+26
*
checkout-index: add --ignore-skip-worktree-bits option
Victoria Dye
2022-01-13
1
-0
/
+13
*
Merge branch 'mt/parallel-checkout-part-3'
Junio C Hamano
2021-05-16
1
-9
/
+15
|
\
|
*
checkout-index: add parallel checkout support
Matheus Tavares
2021-05-05
1
-9
/
+15
*
|
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
checkout-index: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
*
|
entry: extract a header file for entry.c functions
Matheus Tavares
2021-03-23
1
-0
/
+1
|
/
*
checkout-index: omit entries with no tempname from --temp output
Matheus Tavares
2021-02-16
1
-11
/
+24
*
checkout-index: propagate errors to exit code
Jeff King
2020-10-27
1
-2
/
+6
*
checkout-index: drop error message from empty --stage=all
Jeff King
2020-10-27
1
-0
/
+8
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-2
/
+2
*
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-0
/
+1
|
\
|
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
|
Merge branch 'nd/checkout-noisy'
Junio C Hamano
2019-01-15
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
checkout: print something when checking out paths
Nguyễn Thái Ngọc Duy
2018-11-14
1
-2
/
+4
*
|
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+2
|
/
*
Merge branch 'rs/opt-updates'
Junio C Hamano
2018-08-27
1
-1
/
+1
|
\
|
*
checkout-index: improve argument help for --stage
René Scharfe
2018-08-21
1
-1
/
+1
*
|
entry.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-0
/
+1
|
/
*
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
*
checkout-index: simplify locking logic
Martin Ågren
2017-10-06
1
-5
/
+3
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
1
-1
/
+1
*
introduce CHECKOUT_INIT
René Scharfe
2016-09-22
1
-1
/
+1
*
checkout-index: disallow "--no-stage" option
Jeff King
2016-02-01
1
-3
/
+3
*
checkout-index: handle "--no-index" option
Jeff King
2016-02-01
1
-24
/
+10
*
checkout-index: handle "--no-prefix" option
Jeff King
2016-02-01
1
-12
/
+6
*
checkout-index: simplify "-z" option parsing
Jeff King
2016-02-01
1
-10
/
+2
*
give "nbuf" strbuf a more meaningful name
Jeff King
2016-02-01
1
-5
/
+6
*
checkout-index: there are only two possible line terminations
Junio C Hamano
2016-01-15
1
-8
/
+8
*
prefix_path(): unconditionally free results in the callers
Stefan Beller
2015-05-05
1
-6
/
+4
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
*
Merge branch 'es/checkout-index-temp'
Junio C Hamano
2015-01-12
1
-8
/
+8
|
\
|
*
checkout-index: fix --temp relative path mangling
Eric Sunshine
2014-12-29
1
-8
/
+8
*
|
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
1
-1
/
+1
*
|
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+1
*
|
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
2014-06-13
1
-2
/
+1
|
/
*
Merge branch 'nd/lift-path-max'
Junio C Hamano
2013-10-30
1
-1
/
+1
|
\
|
*
checkout_entry(): clarify the use of topath[] parameter
Junio C Hamano
2013-10-24
1
-1
/
+1
*
|
checkout-index: fix negations of even numbers of -n
Stefan Beller
2013-08-07
1
-1
/
+1
*
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
1
-3
/
+3
|
/
*
Use imperative form in help usage to describe an action
Nguyễn Thái Ngọc Duy
2012-08-22
1
-2
/
+2
*
i18n: checkout-index: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
1
-12
/
+12
*
checkout-index: remove obsolete comment
Nguyễn Thái Ngọc Duy
2011-08-17
1
-32
/
+0
*
Merge branch 'jn/git-cmd-h-bypass-setup'
Junio C Hamano
2010-12-13
1
-0
/
+3
|
\
|
*
checkout-index -h: show usage even in an invalid repository
Nguyễn Thái Ngọc Duy
2010-10-22
1
-0
/
+3
*
|
Describe various forms of "be quiet" using OPT__QUIET
Jonathan Nieder
2010-11-15
1
-1
/
+2
*
|
add OPT__FORCE
René Scharfe
2010-11-15
1
-2
/
+1
*
|
add description parameter to OPT__QUIET
René Scharfe
2010-11-15
1
-1
/
+1
*
|
Fix {update,checkout}-index usage strings
Štěpán Němec
2010-10-08
1
-1
/
+1
|
/
[next]