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
*
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
*
setup_unpack_trees_porcelain: take the whole options struct as parameter
Matthieu Moy
2010-09-03
1
-1
/
+2
*
Move set_porcelain_error_msgs to unpack-trees.c and rename it
Matthieu Moy
2010-09-03
1
-0
/
+6
*
unpack_trees: group error messages by type
Matthieu Moy
2010-08-11
1
-1
/
+12
*
merge-recursive: distinguish "removed" and "overwritten" messages
Matthieu Moy
2010-08-11
1
-2
/
+4
*
Turn unpack_trees_options.msgs into an array + enum
Matthieu Moy
2010-08-11
1
-9
/
+10
*
Merge branch 'jc/fix-tree-walk'
Junio C Hamano
2010-01-25
1
-1
/
+2
|
\
|
*
read-tree --debug-unpack
Junio C Hamano
2010-01-08
1
-0
/
+1
|
*
unpack-trees.c: prepare for looking ahead in the index
Junio C Hamano
2010-01-07
1
-1
/
+1
*
|
unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index
Nguyễn Thái Ngọc Duy
2009-08-24
1
-0
/
+2
*
|
unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout
Nguyễn Thái Ngọc Duy
2009-08-24
1
-0
/
+4
|
/
*
read-tree: migrate to parse-options
Stephen Boyd
2009-06-27
1
-12
/
+12
*
Optimize "diff-index --cached" using cache-tree
Junio C Hamano
2009-05-25
1
-0
/
+1
*
checkout: do not lose staged removal
Junio C Hamano
2008-09-10
1
-0
/
+1
*
unpack-trees: allow Porcelain to give different error messages
Junio C Hamano
2008-05-20
1
-0
/
+9
*
Make branch merging aware of underlying case-insensitive filsystems
Linus Torvalds
2008-04-09
1
-1
/
+1
[next]