A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/GitoxideLabs/gitoxide/commit/37d3bf24ac1a79302f3e97b97372e4ad381c45e2 below:

add first debug version of `gix tag list` · GitoxideLabs/gitoxide@37d3bf2 · GitHub

@@ -17,7 +17,7 @@ use crate::{

17 17

plumbing::{

18 18

options::{

19 19

attributes, commit, commitgraph, config, credential, exclude, free, fsck, index, mailmap, merge, odb,

20 -

revision, tree, Args, Subcommands,

20 +

revision, tag, tree, Args, Subcommands,

21 21

},

22 22

show_progress,

23 23

},

@@ -1304,6 +1304,17 @@ pub fn main() -> Result<()> {

1304 1304

},

1305 1305

),

1306 1306

},

1307 +

Subcommands::Tag(cmd) => match cmd {

1308 +

tag::Subcommands::List => prepare_and_run(

1309 +

"tag-list",

1310 +

trace,

1311 +

auto_verbose,

1312 +

progress,

1313 +

progress_keep_open,

1314 +

None,

1315 +

move |_progress, out, _err| core::repository::tag::list(repository(Mode::Lenient)?, out),

1316 +

),

1317 +

},

1307 1318

Subcommands::Tree(cmd) => match cmd {

1308 1319

tree::Subcommands::Entries {

1309 1320

treeish,


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4