Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-04 03:08:21 +0300
committerJunio C Hamano <gitster@pobox.com>2023-02-04 03:08:21 +0300
commit86cca7593e737c2dbd9909dd1fdb8a9b5758aad2 (patch)
tree570456828752b37aba4e732ce11ec490f5e87065
parent2fc9e9ca3c7505bc60069f11e7ef09b1aeeee473 (diff)
parent06cc6f6a41668a9290fb53a142f21c1a49527ed0 (diff)
Merge branch 'jc/attr-doc-fix'
Comment fix. * jc/attr-doc-fix: attr: fix instructions on how to check attrs
-rw-r--r--attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/attr.h b/attr.h
index 58a2bc1344..9884ea2bc6 100644
--- a/attr.h
+++ b/attr.h
@@ -45,7 +45,7 @@
* const char *path;
*
* setup_check();
- * git_check_attr(path, check);
+ * git_check_attr(&the_index, tree_oid, path, check);
* ------------
*
* - Act on `.value` member of the result, left in `check->items[]`: