Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iDB
irker
Commits
1c40f7d5
Commit
1c40f7d5
authored
10 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Documentation polishing.
parent
1232ea90
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
irkerhook.xml
+6
-5
6 additions, 5 deletions
irkerhook.xml
with
6 additions
and
5 deletions
irkerhook.xml
+
6
−
5
View file @
1c40f7d5
...
@@ -156,10 +156,11 @@ a value less than 2, however, would probably be unwise.</para>
...
@@ -156,10 +156,11 @@ a value less than 2, however, would probably be unwise.</para>
<varlistentry>
<varlistentry>
<term>
cialike
</term>
<term>
cialike
</term>
<listitem>
<listitem>
<para>
If not empty and not "None", this emulates the old CIA behavior
<para>
If not empty and not "None" (the default), this emulates the old
of dropping long lists of files in favor of a summary of the form (N
CIA behavior of dropping long lists of files in favor of a summary of
files in M directories). The value must be numeric giving a threshold
the form (N files in M directories). The value must be numeric giving
value for the length of the file list in characters.
</para>
a threshold value for the length of the file list in
characters.
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
</variablelist>
</variablelist>
...
@@ -167,7 +168,7 @@ value for the length of the file list in characters.</para>
...
@@ -167,7 +168,7 @@ value for the length of the file list in characters.</para>
<refsect2
id=
"git"
><title>
git
</title>
<refsect2
id=
"git"
><title>
git
</title>
<para>
Under git, the normal way to invoke this hook (from within the
<para>
Under git, the normal way to invoke this hook (from within the
update hook) passes
w
it
h
a refname followed by a list of commits. Because
update hook) passes it a refname followed by a list of commits. Because
<command>
git rev-list
</command>
normally lists from most recent to oldest,
<command>
git rev-list
</command>
normally lists from most recent to oldest,
you'll want to use --reverse to make notifications be omitted in chronological
you'll want to use --reverse to make notifications be omitted in chronological
order. In a normal update script, the invocation should look like this
</para>
order. In a normal update script, the invocation should look like this
</para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment