-
Notifications
You must be signed in to change notification settings - Fork 143
commit-graph: add --[no-]progress to write and verify #315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ SYNOPSIS | |
-------- | ||
garimasi514 marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, Junio C Hamano wrote (reply to this):
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, SZEDER Gábor wrote (reply to this):
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, Derrick Stolee wrote (reply to this):
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, SZEDER Gábor wrote (reply to this):
|
||
[verse] | ||
'git commit-graph read' [--object-dir <dir>] | ||
'git commit-graph verify' [--object-dir <dir>] [--shallow] | ||
'git commit-graph write' <options> [--object-dir <dir>] | ||
'git commit-graph verify' [--object-dir <dir>] [--shallow] [--[no-]progress] | ||
'git commit-graph write' <options> [--object-dir <dir>] [--[no-]progress] | ||
|
||
|
||
DESCRIPTION | ||
|
@@ -29,6 +29,9 @@ OPTIONS | |
commit-graph file is expected to be in the `<dir>/info` directory and | ||
the packfiles are expected to be in `<dir>/pack`. | ||
|
||
--[no-]progress:: | ||
Turn progress on/off explicitly. If neither is specified, progress is | ||
shown if standard error is connected to a terminal. | ||
|
||
COMMANDS | ||
-------- | ||
|
Uh oh!
There was an error while loading. Please reload this page.