Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | typo | Joey Hess | 2011-04-06 |
| | |||
* | support PROFILE=1 to enable profiling | Joey Hess | 2011-04-05 |
| | |||
* | nasty hack to build when hS3 is not available | Joey Hess | 2011-03-30 |
| | | | | | | | | | | | So, it would be nicer to just use Cabal and take advantage of its conditional compilation support. But, Cabal seems to lack good support for a package with an internal library that is used by multiple executables. It wants to build everything twice or more. That's too slow for me. Anyway, fairly soon, I expect to upgrade hS3 to a requirment, and I can just revert this. | ||
* | update | Joey Hess | 2011-03-28 |
| | |||
* | clean too | Joey Hess | 2011-03-22 |
| | |||
* | Touch up Makefile to depend on StatFS.hs | Jimmy Tang | 2011-03-22 |
| | |||
* | generalize | Joey Hess | 2011-03-22 |
| | |||
* | first pass at using new keys | Joey Hess | 2011-03-15 |
| | | | | | | | It compiles. It sorta works. Several subcommands are FIXME marked and broken, because things that used to accept separate --backend and --key params need to be changed to accept just a --key that encodes all the key info, now that there is metadata in keys. | ||
* | symlink touching fun | Joey Hess | 2011-03-14 |
| | | | | | | | When adding files to the annex, the symlinks pointing at the annexed content are made to have the same mtime as the original file. While git does not preserve that information, this allows a tool like metastore to be used with annexed files. | ||
* | Deal with the mtl/monads-fd conflict. | Joey Hess | 2011-02-08 |
| | |||
* | improve man building | Joey Hess | 2011-01-25 |
| | |||
* | refactor | Joey Hess | 2011-01-19 |
| | |||
* | workaround ghc weirdness with -odir | Joey Hess | 2011-01-07 |
| | | | | | | The option cause it to always build to build/Main.o, no matter what binary it was building. This caused extra work, and in some cases, could cause the wrong code to be put into the final binary. | ||
* | more tests | Joey Hess | 2011-01-06 |
| | |||
* | cleanup | Joey Hess | 2011-01-04 |
| | |||
* | add testcoverage target using hpc | Joey Hess | 2011-01-04 |
| | | | | added a test for key read and show | ||
* | add git-annex-shell command | Joey Hess | 2010-12-30 |
| | | | | This is not yet complete, as it does not allow starting rsync or scp. | ||
* | Makefile: Add GHCFLAGS variable. | Joey Hess | 2010-12-12 |
| | |||
* | Makefile: Add GHCOPTS variable. | Joey Hess | 2010-12-12 |
| | |||
* | Makefile: Install man page and html (when built). | Joey Hess | 2010-12-12 |
| | |||
* | releasing version 0.120.12 | Joey Hess | 2010-12-11 |
| | |||
* | Makefile: Add PREFIX variable. | Joey Hess | 2010-12-11 |
| | |||
* | avoid building news page when building doc wiki for package | Joey Hess | 2010-12-02 |
| | |||
* | Only use cp -a if it is supported, falling back to cp -p or plain cp. | Joey Hess | 2010-11-18 |
| | | | | | * cp --reflink=auto is used if supported, and will make git annex unlock much faster on filesystems like btrfs that support copy of write. | ||
* | Add configure step to build process. | Joey Hess | 2010-11-18 |
| | | | | | * configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used. | ||
* | deal with OSX case brokenness | Joey Hess | 2010-11-14 |
| | | | | HELLO, it's 2010.. POSIX calling.. | ||
* | build with -O2 | Joey Hess | 2010-11-11 |
| | |||
* | remove unnecessary mkdir | Joey Hess | 2010-11-11 |
| | |||
* | Avoid using runghc to run test suite as it is not available on all ↵ | Joey Hess | 2010-11-10 |
| | | | | architectures. Closes: #603006 | ||
* | add a stupid test harness | Joey Hess | 2010-11-02 |
| | |||
* | better message when ikiwiki is not available | Joey Hess | 2010-11-01 |
| | |||
* | more Wall cleaning | Joey Hess | 2010-10-31 |
| | |||
* | cpp not needed | Joey Hess | 2010-10-30 |
| | |||
* | Support building with Debian stable's ghc. | Joey Hess | 2010-10-30 |
| | |||
* | update | Joey Hess | 2010-10-22 |
| | |||
* | new fromkey subcommand, for registering urls, etc0.01 | Joey Hess | 2010-10-21 |
| | | | | had to redo Annex monad's flag storage | ||
* | update | Joey Hess | 2010-10-19 |
| | |||
* | update | Joey Hess | 2010-10-19 |
| | |||
* | update | Joey Hess | 2010-10-19 |
| | |||
* | tweak | Joey Hess | 2010-10-19 |
| | |||
* | add doc wiki | Joey Hess | 2010-10-19 |
| | |||
* | debianization | Joey Hess | 2010-10-16 |
| | |||
* | build in subdir | Joey Hess | 2010-10-14 |
| | |||
* | add | Joey Hess | 2010-10-10 |