1. b817e54 unpack-trees: refuse to remove startup_info->original_cwd by Elijah Newren · 3 years, 3 months ago
  2. 480d3d6 Change unpack_trees' 'reset' flag into an enum by Elijah Newren · 3 years, 6 months ago
  3. c42e0b6 unpack-trees: make dir an internal-only struct by Elijah Newren · 3 years, 6 months ago
  4. 04988c8 unpack-trees: introduce preserve_ignored to unpack_trees_options by Elijah Newren · 3 years, 6 months ago
  5. d3c7bf7 stash show: teach --include-untracked and --only-untracked by Denton Liu · 4 years ago
  6. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 8 months ago
  7. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 8 months ago
  8. 48eee46 Merge branch 'en/sparse-checkout' by Junio C Hamano · 4 years, 11 months ago
  9. ebb568b unpack-trees: provide warnings on sparse updates for unmerged paths too by Elijah Newren · 5 years ago
  10. 6271d77 unpack-trees: split display_error_msgs() into two by Elijah Newren · 5 years ago
  11. 1ac83f4 unpack-trees: rename ERROR_* fields meant for warnings to WARNING_* by Elijah Newren · 5 years ago
  12. cd002c1 unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlier by Elijah Newren · 5 years ago
  13. 7af7a25 unpack-trees: add a new update_sparsity() function by Elijah Newren · 5 years ago
  14. fa0bde4 unpack-trees: simplify pattern_list freeing by Elijah Newren · 5 years ago
  15. d7dc1e1 unpack-trees: remove unused error type by Elijah Newren · 5 years ago
  16. 13e7ed6 builtin/checkout: compute checkout metadata for checkouts by brian m. carlson · 5 years ago
  17. 5290d45 tree-walk.c: break circular dependency with unpack-trees by Jeff King · 5 years ago
  18. e091228 sparse-checkout: update working directory in-process by Derrick Stolee · 5 years ago
  19. caa3d55 treewide: rename 'struct exclude_list' to 'struct pattern_list' by Derrick Stolee · 6 years ago
  20. b165fac unpack-trees: rename "gently" flag to "quiet" by Nguyễn Thái Ngọc Duy · 6 years ago
  21. c240732 Merge branch 'nd/clone-case-smashing-warning' by Junio C Hamano · 6 years ago
  22. 5ade034 Merge branch 'en/incl-forward-decl' by Junio C Hamano · 7 years ago
  23. b878579 clone: report duplicate entries on case-insensitive filesystems by Duy Nguyen · 7 years ago
  24. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  25. 340f4bc unpack-trees: remove 'extern' on function declaration by Nguyễn Thái Ngọc Duy · 7 years ago
  26. 1c41d28 unpack_trees_options: free messages when done by Martin Ågren · 7 years ago
  27. 64b1abe merge-recursive: fix overwriting dirty files involved in renames by Elijah Newren · 7 years ago
  28. 8b026ed Revert "Merge branch 'en/rename-directory-detection'" by Junio C Hamano · 7 years ago
  29. e0052f4 merge-recursive: fix overwriting dirty files involved in renames by Elijah Newren · 7 years ago
  30. a7bc845 unpack-trees: check if we can perform the operation for submodules by Stefan Beller · 8 years ago
  31. 5828e83 diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const by René Scharfe · 12 years ago
  32. b07bc8c dir.c: replace is_path_excluded with now equivalent is_excluded API by Karsten Blees · 12 years ago
  33. 589570d unpack-trees.c: use path_excluded() in check_ok_to_remove() by Junio C Hamano · 13 years ago
  34. 1b840a5 Merge branch 'jc/diff-index-unpack' by Junio C Hamano · 13 years ago
  35. 40e3725 unpack-trees: allow pruning with pathspec by Junio C Hamano · 14 years ago
  36. 57e4d61 Merge branch 'jc/diff-index-quick-exit-early' by Junio C Hamano · 14 years ago
  37. b419482 diff-index --quiet: learn the "stop feeding the backend early" logic by Junio C Hamano · 14 years ago
  38. 2c9078d unpack-trees: add the dry_run flag to unpack_trees_options by Jens Lehmann · 14 years ago
  39. 7980872 use persistent memory for rejected paths by Clemens Buchacher · 14 years ago
  40. 5e65ee3 Move "show_all_errors = 1" to setup_unpack_trees_porcelain() by Matthieu Moy · 15 years ago
  41. e294030 setup_unpack_trees_porcelain: take the whole options struct as parameter by Matthieu Moy · 15 years ago
  42. dc1166e Move set_porcelain_error_msgs to unpack-trees.c and rename it by Matthieu Moy · 15 years ago
  43. e6c111b unpack_trees: group error messages by type by Matthieu Moy · 15 years ago
  44. 08402b0 merge-recursive: distinguish "removed" and "overwritten" messages by Matthieu Moy · 15 years ago
  45. 08353eb Turn unpack_trees_options.msgs into an array + enum by Matthieu Moy · 15 years ago
  46. 026680f Merge branch 'jc/fix-tree-walk' by Junio C Hamano · 15 years ago
  47. ba655da read-tree --debug-unpack by Junio C Hamano · 15 years ago
  48. da165f4 unpack-trees.c: prepare for looking ahead in the index by Junio C Hamano · 15 years ago
  49. e800ec9 unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index by Nguyễn Thái Ngọc Duy · 16 years ago
  50. 08aefc9 unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout by Nguyễn Thái Ngọc Duy · 16 years ago
  51. 5a56da5 read-tree: migrate to parse-options by Stephen Boyd · 16 years ago
  52. b65982b Optimize "diff-index --cached" using cache-tree by Junio C Hamano · 16 years ago
  53. 5521883 checkout: do not lose staged removal by Junio C Hamano · 17 years ago
  54. 8ccba00 unpack-trees: allow Porcelain to give different error messages by Junio C Hamano · 17 years ago
  55. 32260ad Make branch merging aware of underlying case-insensitive filsystems by Linus Torvalds · 17 years ago
  56. 75dc6c7 Make unpack_trees_options bit flags actual bitfields by Linus Torvalds · 17 years ago
  57. ca885a4 read-tree() and unpack_trees(): use consistent limit by Junio C Hamano · 17 years ago
  58. 34110cd Make 'unpack_trees()' have a separate source and destination index by Linus Torvalds · 17 years ago
  59. bc052d7 Make 'unpack_trees()' take the index to work on as an argument by Linus Torvalds · 17 years ago
  60. 4e7c457 Add "skip_unmerged" option to unpack_trees. by Daniel Barkalow · 17 years ago
  61. 17e4642 Add flag to make unpack_trees() not print errors. by Daniel Barkalow · 17 years ago
  62. d1f2d7e Make run_diff_index() use unpack_trees(), not read_tree() by Linus Torvalds · 17 years ago
  63. b48d5a0 Move old index entry removal from "unpack_trees()" into the individual functions by Linus Torvalds · 18 years ago
  64. 933bf40 Start moving unpack-trees to "struct tree_desc" by Linus Torvalds · 18 years ago
  65. 9a4d8fd unpack-trees: get rid of *indpos parameter. by Junio C Hamano · 18 years ago
  66. f8a9d42 read-tree: further loosen "working file will be lost" check. by Junio C Hamano · 18 years ago
  67. 076b0ad read-tree: move merge functions to the library by Johannes Schindelin · 19 years ago
  68. 16da134 read-trees: refactor the unpack_trees() part by Johannes Schindelin · 19 years ago