diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-24 10:20:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-24 10:20:02 -0700 |
commit | 11bd95604ab6ebc8c2edf7db4dccb33c7659890b (patch) | |
tree | 1b5fc5153d000bbe96274db537891d4ad7c94d40 /Documentation/technical | |
parent | bdfc15fb21328a1461191863777583d32c034077 (diff) | |
parent | 5c377d3d593d324346bbaa965cbff8870795b420 (diff) | |
download | git-11bd95604ab6ebc8c2edf7db4dccb33c7659890b.tar.gz |
Merge branch 'rs/object-id'
Conversion from uchar[20] to struct object_id continues.
* rs/object-id:
tree-walk: convert fill_tree_descriptor() to object_id
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/api-tree-walking.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technical/api-tree-walking.txt b/Documentation/technical/api-tree-walking.txt index 14af37c3f1..bde18622a8 100644 --- a/Documentation/technical/api-tree-walking.txt +++ b/Documentation/technical/api-tree-walking.txt @@ -55,9 +55,9 @@ Initializing `fill_tree_descriptor`:: - Initialize a `tree_desc` and decode its first entry given the sha1 of - a tree. Returns the `buffer` member if the sha1 is a valid tree - identifier and NULL otherwise. + Initialize a `tree_desc` and decode its first entry given the + object ID of a tree. Returns the `buffer` member if the latter + is a valid tree identifier and NULL otherwise. `setup_traverse_info`:: |