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
/
tree-walk.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
1
-6
/
+4
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-2
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-34
/
+24
2024-02-23
fill_tree_descriptor(): mark error message for translation
Johannes Schindelin
1
-1
/
+1
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-15
/
+21
2023-10-02
object: factor out parse_mode out of fast-import and tree-walk into in object.h
Eric W. Biederman
1
-19
/
+3
2023-08-31
traverse_trees(): respect max_allowed_tree_depth
Jeff King
1
-0
/
+4
2023-08-31
tree-walk: rename "error" variable
Jeff King
1
-3
/
+3
2023-08-31
tree-walk: reduce stack size for recursive functions
Jeff King
1
-4
/
+6
2023-08-02
Merge branch 'jc/tree-walk-drop-base-offset'
Junio C Hamano
1
-18
/
+18
2023-07-07
tree-walk: drop unused base_offset from do_match()
Junio C Hamano
1
-17
/
+16
2023-07-07
tree-walk: lose base_offset that is never used in tree_entry_interesting
Junio C Hamano
1
-2
/
+3
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-08-10
tree-walk: add a mechanism for getting non-canonicalized modes
Jeff King
1
-5
/
+9
2022-02-25
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
1
-1
/
+1
2021-01-04
tree-walk: report recursion counts
Derrick Stolee
1
-0
/
+33
2020-06-08
tree-walk.c: don't match submodule entries for 'submod/anything'
SZEDER Gábor
1
-1
/
+8
2020-02-04
tree-walk.c: break circular dependency with unpack-trees
Jeff King
1
-2
/
+1
2020-01-30
traverse_trees(): use stack array for name entries
Jeff King
1
-5
/
+8
2020-01-06
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
Junio C Hamano
1
-6
/
+0
2020-01-02
mingw: only test index entries for backslashes, not tree entries
Johannes Schindelin
1
-6
/
+0
2019-12-09
Sync with Git 2.24.1
Junio C Hamano
1
-0
/
+6
2019-12-06
Merge branch 'jk/lore-is-the-archive'
Junio C Hamano
1
-1
/
+1
2019-12-06
Sync with 2.23.1
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.22.2
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.21.1
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.20.2
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.19.3
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.18.2
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.15.4
Johannes Schindelin
1
-0
/
+6
2019-12-06
Sync with 2.14.6
Johannes Schindelin
1
-0
/
+6
2019-12-04
mingw: disallow backslash characters in tree objects' file names
Johannes Schindelin
1
-0
/
+6
2019-11-30
doc: replace public-inbox links with lore.kernel.org
Jeff King
1
-1
/
+1
2019-08-22
Merge branch 'jk/tree-walk-overflow'
Junio C Hamano
1
-22
/
+42
2019-08-01
tree-walk: harden make_traverse_path() length computations
Jeff King
1
-8
/
+20
2019-08-01
tree-walk: add a strbuf wrapper for make_traverse_path()
Jeff King
1
-6
/
+15
2019-08-01
tree-walk: use size_t consistently
Jeff King
1
-2
/
+2
[next]