Skip to content

Commit f5499a5

Browse files
committed
plan for user agent string configuration
1 parent 39c1af7 commit f5499a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plumbing/progress.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,12 @@ static GIT_CONFIG: &[Record] = &[
718718
note: None
719719
}
720720
},
721+
Record {
722+
config: "gitoxide.userAgent",
723+
usage: Planned {
724+
note: Some("the first variable solely for gitoxide.")
725+
}
726+
},
721727
];
722728

723729
/// A programmatic way to record and display progress.

0 commit comments

Comments
 (0)