Skip to content

Commit

Permalink
removed the --allow-empty option for git commits from the feedback …
Browse files Browse the repository at this point in the history
…proposal API
  • Loading branch information
CommanderStorm committed Jun 25, 2023
1 parent 86dace9 commit f386ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/feedback/src/proposed_edits/tmp_repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ impl TempRepo {
let out = Command::new("git")
.current_dir(&self.dir)
.arg("commit")
.arg("--allow-empty") // TODO: remove once the need for empty commits is gone (images+coodinates)
.arg("--all") // run git add . before commit
.arg("-m")
.arg(title)
Expand Down

0 comments on commit f386ef9

Please sign in to comment.