Skip to content

Commit 96cecf7

Browse files
committed
oops again
1 parent 2235f1c commit 96cecf7

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

R/commit.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ git_stat_files <- function(files, ref = "HEAD", max = NULL, repo = '.') {
255255
#' @inheritParams git_open
256256
#' @inheritParams git_commit
257257
#' @inheritParams git_commit_info
258-
#' @param commit a commit reference (SHA, branch name, or revision expression
259-
#' such as `HEAD~1`) identifying the commit to revert. Must be an ancestor of
260-
#' the current HEAD.
261258
#' @param no_commit if `TRUE`, stage the reverted changes without creating a
262259
#' commit. Default is `FALSE`, that is to say, by default a commit is made.
263260
#' @param message a commit message. Similar default to `git revert`.

man/git_revert.Rd

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)