summaryrefslogtreecommitdiffstats
path: root/MyFirstObjectWalk.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-22 14:41:44 -0700
committerJunio C Hamano <gitster@pobox.com>2020-04-22 14:41:44 -0700
commit67bf224a9fb3cd34ef712113c48f3144a9bc232a (patch)
treeb3406220064904e5c16814c16b29375806646762 /MyFirstObjectWalk.html
parent0c3c56d58eecca238d9219bfe80754e089939b99 (diff)
downloadgit-htmldocs-67bf224a9fb3cd34ef712113c48f3144a9bc232a.tar.gz
Autogenerated HTML docs for v2.26.2-266-ge8703
Diffstat (limited to 'MyFirstObjectWalk.html')
-rw-r--r--MyFirstObjectWalk.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/MyFirstObjectWalk.html b/MyFirstObjectWalk.html
index 591ffbf04..e70ae9410 100644
--- a/MyFirstObjectWalk.html
+++ b/MyFirstObjectWalk.html
@@ -1142,9 +1142,6 @@ the walk loop below the <code>prepare_revision_walk()</code> call within your
...
while ((commit = get_revision(rev))) {
- if (!commit)
- continue;
-
strbuf_reset(&amp;prettybuf);
pp_commit_easy(CMIT_FMT_ONELINE, commit, &amp;prettybuf);
puts(prettybuf.buf);
@@ -1750,7 +1747,7 @@ Changed the display order of the filtered object walk
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-04-22 14:37:28 PDT
</div>
</div>
</body>