summaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
Commit message (Expand)AuthorAge
* multiple -m second tryJoey Hess2024-04-09
* Revert "multiple -m"Joey Hess2024-04-02
* multiple -mJoey Hess2024-03-27
* avoid build warning on windowsJoey Hess2024-03-26
* added annex.commitmessage-command configJoey Hess2024-02-12
* update commentJoey Hess2024-01-20
* started migrate --updateJoey Hess2023-12-07
* remove unused importJoey Hess2023-11-01
* Windows: Fix CRLF handling in some log filesJoey Hess2023-10-30
* Improve memory use of --all when using annex.privateJoey Hess2023-10-24
* sqlite datbase for importfeedJoey Hess2023-10-23
* only stage regular files from the journalJoey Hess2023-10-10
* Add git-annex remote refs that are not newer to the merged refs listJoey Hess2023-08-09
* filter out control characters in all other MessagesJoey Hess2023-04-11
* filter out control characters in error messagesJoey Hess2023-04-10
* Apply codespell -w throughoutYaroslav Halchenko2023-03-17
* rawfilepath conversionJoey Hess2023-02-27
* work around git segfaultJoey Hess2022-08-04
* use ResourcePool for hash-object handlesJoey Hess2022-07-25
* prevent appends except when annex.alwayscompact=falseJoey Hess2022-07-20
* no locking of journal on read after allJoey Hess2022-07-20
* fix buildJoey Hess2022-07-18
* re-add lock journal before reading journal filesJoey Hess2022-07-18
* add annex.alwayscompactJoey Hess2022-07-18
* efficient but unsafe journal file appendJoey Hess2022-07-18
* Revert "lock journal before reading journal files"Joey Hess2022-07-18
* split out appending to journal from writing, high level onlyJoey Hess2022-07-18
* lock journal before reading journal filesJoey Hess2022-07-15
* revert accidental changeJoey Hess2022-07-13
* commentJoey Hess2022-07-13
* handle transitions with read-only unmerged git-annex branchesJoey Hess2021-12-28
* refactoringJoey Hess2021-12-28
* handle Annex.Branch.files with read-only unmerged git-annex branchesJoey Hess2021-12-27
* handle overBranchFileContents with read-only unmerged git-annex branchesJoey Hess2021-12-27
* disable precaching git-annex branch when there are unmerged branches in a rea...Joey Hess2021-12-27
* remove git-annex branch ref from unmerged refs listJoey Hess2021-12-27
* merge git-annex branch in memory in read-only repositoryJoey Hess2021-12-27
* when private journal file exists, still read from git-annex branchJoey Hess2021-10-26
* decorate openTempFile errors with the template nameJoey Hess2021-08-30
* add createMessageJoey Hess2021-05-17
* refactoringJoey Hess2021-05-13
* implement annex.privateremote and remote.name.private configsJoey Hess2021-04-23
* Merge branch 'master' into hiddenannexJoey Hess2021-04-23
|\
| * convert withKnownUrls to use overBranchFileContentsJoey Hess2021-04-23
* | got private repos really workingJoey Hess2021-04-21
* | adapt recent bug fixes to support private journalJoey Hess2021-04-21
* | Merge branch 'master' into hiddenannexJoey Hess2021-04-21
|\|
| * fix --all to include not yet committed files from the journalJoey Hess2021-04-21
| * refactoringJoey Hess2021-04-21
| * fix branch precacheing bug by checking journalJoey Hess2021-04-21