git-clean 0.8.0

A tool for cleaning old git branches.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![deny(warnings)]

extern crate tempdir;

// Module full of support functions and structs for integration tests
mod support;

// Actual integration tests
mod deletion;
mod local;
mod remote;
mod utility;