index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unpack-trees.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-walk: drop MAX_TRAVERSE_TREES macro
Jeff King
2023-09-01
1
-1
/
+1
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
unpack-trees: add usage notices around df_conflict_entry
Elijah Newren
2023-02-27
1
-1
/
+1
*
unpack-trees: special case read-tree debugging as internal usage
Elijah Newren
2023-02-27
1
-3
/
+3
*
unpack-trees: mark fields only used internally as internal
Elijah Newren
2023-02-27
1
-11
/
+15
*
unpack_trees: start splitting internal fields from public API
Elijah Newren
2023-02-27
1
-2
/
+5
*
sparse-checkout: avoid using internal API of unpack-trees
Elijah Newren
2023-02-27
1
-1
/
+2
*
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
2022-12-26
1
-0
/
+1
*
unpack-trees: add 'skip_cache_tree_update' option
Victoria Dye
2022-11-11
1
-1
/
+2
*
unpack-trees: refuse to remove startup_info->original_cwd
Elijah Newren
2021-12-09
1
-0
/
+1
*
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
2021-09-27
1
-2
/
+9
*
unpack-trees: make dir an internal-only struct
Elijah Newren
2021-09-27
1
-1
/
+1
*
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
2021-09-27
1
-0
/
+1
*
stash show: teach --include-untracked and --only-untracked
Denton Liu
2021-03-05
1
-0
/
+2
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-1
/
+1
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
Merge branch 'en/sparse-checkout'
Junio C Hamano
2020-04-30
1
-8
/
+20
|
\
|
*
unpack-trees: provide warnings on sparse updates for unmerged paths too
Elijah Newren
2020-03-27
1
-0
/
+1
|
*
unpack-trees: split display_error_msgs() into two
Elijah Newren
2020-03-27
1
-3
/
+5
|
*
unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*
Elijah Newren
2020-03-27
1
-3
/
+5
|
*
unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlier
Elijah Newren
2020-03-27
1
-1
/
+1
|
*
unpack-trees: add a new update_sparsity() function
Elijah Newren
2020-03-27
1
-0
/
+9
|
*
unpack-trees: simplify pattern_list freeing
Elijah Newren
2020-03-27
1
-2
/
+1
|
*
unpack-trees: remove unused error type
Elijah Newren
2020-03-27
1
-1
/
+0
*
|
builtin/checkout: compute checkout metadata for checkouts
brian m. carlson
2020-03-16
1
-0
/
+1
|
/
*
tree-walk.c: break circular dependency with unpack-trees
Jeff King
2020-02-04
1
-1
/
+1
*
sparse-checkout: update working directory in-process
Derrick Stolee
2019-11-22
1
-1
/
+2
*
treewide: rename 'struct exclude_list' to 'struct pattern_list'
Derrick Stolee
2019-09-05
1
-2
/
+2
*
unpack-trees: rename "gently" flag to "quiet"
Nguyễn Thái Ngọc Duy
2019-03-24
1
-1
/
+1
*
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
2018-09-17
1
-0
/
+1
|
\
|
*
clone: report duplicate entries on case-insensitive filesystems
Duy Nguyen
2018-08-17
1
-0
/
+1
*
|
Merge branch 'en/incl-forward-decl'
Junio C Hamano
2018-08-20
1
-1
/
+4
|
\
\
|
*
|
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-1
/
+4
|
|
/
*
/
unpack-trees: remove 'extern' on function declaration
Nguyễn Thái Ngọc Duy
2018-08-13
1
-2
/
+2
|
/
*
unpack_trees_options: free messages when done
Martin Ågren
2018-05-22
1
-1
/
+7
*
merge-recursive: fix overwriting dirty files involved in renames
Elijah Newren
2018-05-08
1
-0
/
+4
*
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
2018-04-11
1
-4
/
+0
*
merge-recursive: fix overwriting dirty files involved in renames
Elijah Newren
2018-02-27
1
-0
/
+4
*
unpack-trees: check if we can perform the operation for submodules
Stefan Beller
2017-03-16
1
-0
/
+1
*
diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const
René Scharfe
2013-06-03
1
-5
/
+9
*
dir.c: replace is_path_excluded with now equivalent is_excluded API
Karsten Blees
2013-04-15
1
-1
/
+0
*
unpack-trees.c: use path_excluded() in check_ok_to_remove()
Junio C Hamano
2012-06-06
1
-0
/
+1
*
Merge branch 'jc/diff-index-unpack'
Junio C Hamano
2011-10-05
1
-0
/
+1
|
\
|
*
unpack-trees: allow pruning with pathspec
Junio C Hamano
2011-08-30
1
-0
/
+1
*
|
Merge branch 'jc/diff-index-quick-exit-early'
Junio C Hamano
2011-06-30
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
diff-index --quiet: learn the "stop feeding the backend early" logic
Junio C Hamano
2011-05-31
1
-0
/
+1
*
|
unpack-trees: add the dry_run flag to unpack_trees_options
Jens Lehmann
2011-05-25
1
-1
/
+2
|
/
*
use persistent memory for rejected paths
Clemens Buchacher
2010-11-16
1
-6
/
+3
*
Move "show_all_errors = 1" to setup_unpack_trees_porcelain()
Matthieu Moy
2010-09-03
1
-1
/
+1
[next]