Skip to content

Commit acb0f00

Browse files
committed
correctly document the command
1 parent 5493bfa commit acb0f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_git/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ async def log(self, current_path, history_count=10):
315315

316316
async def detailed_log(self, selected_hash, current_path):
317317
"""
318-
Execute git log -1 --stat --numstat --oneline command (used to get
318+
Execute git log -1 --stat --numstat --oneline -z command (used to get
319319
insertions & deletions per file) & return the result.
320320
"""
321321
cmd = ["git", "log", "-1", "--stat", "--numstat", "--oneline", "-z", selected_hash]

0 commit comments

Comments
 (0)