index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Annex
/
Branch.hs
Commit message (
Expand
)
Author
Age
*
Avoid unncessary write to the location log when a file is unlocked and then a...
Joey Hess
2015-10-12
*
Only look at reflogs for relevant branches, not for git-annex branches
Joey Hess
2015-07-07
*
unused: --used-refspec can now be configured to look at refs in the reflog. T...
Joey Hess
2015-07-07
*
refactor ls-tree params
Joey Hess
2015-07-06
*
bugfix: Pass --full-tree when using git ls-files to get a list of files on th...
Joey Hess
2015-07-06
*
remove Params constructor from Utility.SafeCommand
Joey Hess
2015-06-01
*
followup to bug I cannot reproduce, and analysis based presumptive fix
Joey Hess
2015-04-09
*
Improve error message when --in @date is used and there is no reflog for the ...
Joey Hess
2015-03-26
*
Added a post-update-annex hook, which is run after the git-annex branch is up...
Joey Hess
2015-03-20
*
Improve race recovery code when committing to git-annex branch.
Joey Hess
2015-02-09
*
Repository tuning parameters can now be passed when initializing a repository...
Joey Hess
2015-01-27
*
update my email address and homepage url
Joey Hess
2015-01-21
*
absolute path to index file; test suite passes
Joey Hess
2015-01-06
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
Fix minor FD leak in journal code.
Joey Hess
2014-07-09
*
Fix memory leak when committing millions of changes to the git-annex branch
Joey Hess
2014-07-04
*
support commit.gpgsign
Joey Hess
2014-07-04
*
webapp: When adding a new local repository, fix bug that caused its group and...
Joey Hess
2014-05-29
*
Fix encoding of data written to git-annex branch. Avoid truncating unicode ch...
Joey Hess
2014-05-27
*
remove Read instance for Ref
Joey Hess
2014-02-19
*
add git annex view command
Joey Hess
2014-02-18
*
--in can now refer to files that were located in a repository at some past da...
Joey Hess
2014-02-06
*
remove debug print
Joey Hess
2014-01-26
*
avoid needing a build-dep on hxt for Data.AssocList
Joey Hess
2014-01-14
*
Fix a long-standing bug that could cause the wrong index file to be used when...
Joey Hess
2014-01-14
*
Avoid using git commit in direct mode, since in some situations it will read ...
Joey Hess
2013-12-01
*
Ensure that core.sharedrepository is honored when creating the .git/annex dir...
Joey Hess
2013-11-18
*
Ensure execute bit is set on directories when core.sharedrepsitory is set.
Joey Hess
2013-11-18
*
typo
Joey Hess
2013-11-06
*
Fix exception handling bug that could cause .git/annex/index to be used for g...
Joey Hess
2013-11-06
*
repair command: add handling of git-annex branch and index
Joey Hess
2013-10-23
*
Automatically and safely detect and recover from dangling .git/annex/index.lo...
Joey Hess
2013-10-03
*
rename confusing function
Joey Hess
2013-10-03
*
ensure that commitBranch is only called when the journal is locked
Joey Hess
2013-10-03
*
use types to partially prove correctness of journal locking code
Joey Hess
2013-10-03
*
lockJournal when running performTransitions
Joey Hess
2013-10-03
*
avoid double commit during transition
Joey Hess
2013-09-03
*
forget --drop-dead: Completely removes mentions of repositories that have bee...
Joey Hess
2013-08-31
*
remove print
Joey Hess
2013-08-29
*
wording
Joey Hess
2013-08-29
*
add forget command
Joey Hess
2013-08-28
*
untested transition detection on merging, and transition running code
Joey Hess
2013-08-28
*
importfeed: git-annex becomes a podcatcher in 150 LOC
Joey Hess
2013-07-28
*
XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibil...
Joey Hess
2013-05-21
*
Fix a bug in the git-annex branch handling code that could cause info from a ...
Joey Hess
2013-05-20
*
fix android build, broken by changes for windows port
Joey Hess
2013-05-16
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
clean up from windows porting
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
[next]