summaryrefslogtreecommitdiffstats
path: root/MyFirstObjectWalk.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-18 15:09:43 -0800
committerJunio C Hamano <gitster@pobox.com>2019-12-18 15:09:43 -0800
commit2267da58fbe3aef887c21a27fd6b056bf6b38fcf (patch)
treeb5b66271f8af17fc1fc1879e5b2adf15b80665af /MyFirstObjectWalk.txt
parentb48968522932c1f3142591d9f2a3421833de78af (diff)
downloadgit-htmldocs-2267da58fbe3aef887c21a27fd6b056bf6b38fcf.tar.gz
Autogenerated HTML docs for v2.24.1-591-g12029
Diffstat (limited to 'MyFirstObjectWalk.txt')
-rw-r--r--MyFirstObjectWalk.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/MyFirstObjectWalk.txt b/MyFirstObjectWalk.txt
index 4d24daeb9..aa828dfdc 100644
--- a/MyFirstObjectWalk.txt
+++ b/MyFirstObjectWalk.txt
@@ -17,7 +17,7 @@ revision walk is used for operations like `git log`.
- `Documentation/user-manual.txt` under "Hacking Git" contains some coverage of
the revision walker in its various incarnations.
-- `Documentation/technical/api-revision-walking.txt`
+- `revision.h`
- https://eagain.net/articles/git-for-computer-scientists/[Git for Computer Scientists]
gives a good overview of the types of objects in Git and what your object
walk is really describing.
@@ -119,9 +119,8 @@ parameters provided by the user over the CLI.
`nr` represents the number of `rev_cmdline_entry` present in the array.
-`alloc` is used by the `ALLOC_GROW` macro. Check
-`Documentation/technical/api-allocation-growing.txt` - this variable is used to
-track the allocated size of the list.
+`alloc` is used by the `ALLOC_GROW` macro. Check `cache.h` - this variable is
+used to track the allocated size of the list.
Per entry, we find: