lix/src/nix-store
Eelco Dolstra a8629de827 * New command `nix-store --optimise' to reduce Nix store disk space
usage by finding identical files in the store and hard-linking them
  to each other.  It typically reduces the size of the store by
  something like 25-35%.  This is what the optimise-store.pl script
  did, but the new command is faster and more correct (it's safe wrt
  garbage collection and concurrent builds).
2007-10-09 22:14:27 +00:00
..
dotgraph.cc * Refactoring. There is now an abstract interface class StoreAPI 2006-11-30 17:43:04 +00:00
dotgraph.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
help.txt * New command `nix-store --optimise' to reduce Nix store disk space 2007-10-09 22:14:27 +00:00
Makefile.am * Doh! 2006-12-07 22:07:05 +00:00
nix-store.cc * New command `nix-store --optimise' to reduce Nix store disk space 2007-10-09 22:14:27 +00:00