1pub mod attributes;
19pub mod check_ref_format;
20pub mod config;
21pub mod crlf;
22pub mod delta_encode;
23pub mod diff;
24pub mod error;
25pub mod fmt_merge_msg;
26pub mod git_date;
27pub mod hooks;
28pub mod ignore;
29pub mod index;
30pub mod ls_remote;
31pub mod merge_base;
32pub mod merge_file;
33pub mod midx;
34pub mod name_rev;
35pub mod objects;
36pub mod odb;
37pub mod pack;
38pub mod parse_options_test_tool;
39pub mod patch_ids;
40pub mod prune_packed;
41pub mod reflog;
42pub mod refs;
43pub mod reftable;
44pub mod repo;
45pub mod rev_list;
46pub mod rev_parse;
47pub mod state;
48pub mod stripspace;
49pub mod tree_path_follow;
50#[cfg(unix)]
51pub mod unix_process;
52pub mod unpack_objects;
53pub mod userdiff;
54pub mod wildmatch;
55pub mod write_tree;