Skip to content

Commit 84a1fff

Browse files
committed
Replace "Chapter 2" to reference to viewing-history.asc
1 parent 94222b6 commit 84a1fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/policy.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ On the ACL file you looked at earlier, this `get_acl_access_data` method returns
167167

168168
Now that you have the permissions sorted out, you need to determine what paths the commits being pushed have modified, so you can make sure the user who's pushing has access to all of them.
169169

170-
You can pretty easily see what files have been modified in a single commit with the `--name-only` option to the `git log` command (mentioned briefly in Chapter 2):
170+
You can pretty easily see what files have been modified in a single commit with the `--name-only` option to the `git log` command (mentioned briefly in <<_viewing_history>>):
171171

172172
[source,console]
173173
----

0 commit comments

Comments
 (0)