Skip to content

Commit

Permalink
make obvious what plumbing and porcelain really are (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 22, 2022
1 parent f144eaf commit faaf791
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ resolver = "2"

[[bin]]
name = "ein"
path = "src/porcelain-cli.rs"
path = "src/ein.rs"
test = false
doctest = false


[[bin]]
name = "gix"
path = "src/plumbing-cli.rs"
path = "src/gix.rs"
test = false
doctest = false

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit faaf791

Please sign in to comment.