Skip to content

Commit 07af1a8

Browse files
committed
fix for comment on PR
1 parent 84a1fff commit 07af1a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ 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 <<_viewing_history>>):
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
171+
(mentioned briefly in <<_git_basics_chapter>>):
171172

172173
[source,console]
173174
----

0 commit comments

Comments
 (0)