Files
git/Documentation
Shawn O. Pearce 30f610b7b0 Create 'git gc' to perform common maintenance operations.
Junio asked for a 'git gc' utility which users can execute on a
regular basis to perform basic repository actions such as:

 * pack-refs --prune
 * reflog expire
 * repack -a -d
 * prune
 * rerere gc

So here is a command which does exactly that.  The parameters fed
to reflog's expire subcommand can be chosen by the user by setting
configuration options in .git/config (or ~/.gitconfig), as users may
want different expiration windows for each repository but shouldn't
be bothered to remember what they are all of the time.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-12-27 01:53:03 -08:00
..
2005-11-08 08:58:52 -08:00
2006-12-13 09:41:18 -08:00
2006-12-26 23:47:33 -08:00
2006-03-02 00:52:59 -08:00
2006-05-24 22:29:23 -07:00
2006-06-07 11:49:35 -07:00
2006-06-07 11:49:35 -07:00
2006-07-09 02:42:41 -07:00
2006-09-27 23:59:09 -07:00
2006-07-09 02:42:41 -07:00
2006-07-09 02:42:41 -07:00
2006-07-09 02:42:41 -07:00
2006-06-03 23:54:55 -07:00
2006-11-06 22:56:07 -08:00
2006-10-22 22:51:42 -07:00
2006-12-20 11:26:11 -08:00
2006-11-07 16:33:59 -08:00
2006-12-25 03:29:08 -08:00
2006-11-18 14:04:45 -08:00
2006-06-03 23:54:55 -07:00
2006-11-19 22:59:05 -08:00
2006-12-21 22:44:04 -08:00
2006-07-09 02:42:41 -07:00
2006-09-09 11:57:37 -07:00
2006-06-21 02:34:14 -07:00
2006-05-01 22:29:16 -07:00
2006-09-20 09:00:14 -07:00
2006-06-24 01:11:19 -07:00
2006-10-23 13:19:49 -07:00