summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* new Fastmail SSL certSean Whitton2021-10-07
|
* update FastMail IMAP certSean Whitton2020-10-19
|
* pass -p to dgit fetchSean Whitton2020-03-23
| | | | | Ensures it will work if currently checked out branch does not control d/control.
* fix another inc pathSean Whitton2020-02-18
|
* stop stowing git hooks into $HOMESean Whitton2020-02-02
| | | | No use for those symlinks.
* stop stowing Local:: perl5 libs into HOMESean Whitton2020-01-27
| | | | AFAICT pointless complexity.
* stop stowing lib/aid into homedirSean Whitton2020-01-14
| | | | It's pointless complexity, so far as I can tell right now.
* confirm dropunused after reviewSean Whitton2020-01-12
| | | | | Since user might not expect they've reached the end of the list of items to review and the drop will go ahead.
* perltidySean Whitton2020-01-12
|
* avoid clobbering annex.used-refspec git configSean Whitton2019-12-30
|
* drop the cache if we have removed all unused filesSean Whitton2019-12-28
|
* drop false commentSean Whitton2019-12-28
|
* you can't return from a Try::Tiny catch blockSean Whitton2019-12-28
|
* unbreak going back in the listSean Whitton2019-12-28
|
* perltidySean Whitton2019-12-28
|
* fix use of undefined valueSean Whitton2019-12-28
|
* fix cachingSean Whitton2019-12-28
|
* avoid repeatedly checking whether a file is present within this runSean Whitton2019-12-28
| | | | That would break going backwards in the list.
* always determine the contentlocation, for the sake of xdg-openSean Whitton2019-12-28
|
* cache data gathered about unused files (untested)Sean Whitton2019-12-28
|
* missing $self->Sean Whitton2019-12-19
|
* readabilitySean Whitton2019-12-19
|
* factor out some parts of the unused review & better tmp/bad handlingSean Whitton2019-12-19
|
* echo the user's key back to themSean Whitton2019-12-19
|
* implement 'b' and 'd' options in annex-review-unusedSean Whitton2019-12-19
|
* perltidySean Whitton2019-12-19
|
* use Term::ReadKey in annex-review-unusedSean Whitton2019-12-19
|
* commentSean Whitton2019-12-19
|
* pin mbsync to fastmail SSL certSean Whitton2019-12-16
|
* commentSean Whitton2019-12-14
|
* run all the git logs before interacting with the userSean Whitton2019-12-14
|
* don't limit @log_lines to three entries now we have interactive modeSean Whitton2019-12-14
|
* implement interactive reviewing of unused filesSean Whitton2019-12-14
|
* don't fail on detached HEADSean Whitton2019-12-03
|
* hide gpg error outputSean Whitton2019-12-03
|
* git hook for pandoc-citeproc-preambleSean Whitton2019-11-29
|
* dotfiles post-checkout: check that we're likely to be able to signSean Whitton2019-11-28
|
* dotfiles post-checkout hook should not use git-name-revSean Whitton2019-11-28
| | | | | When there is another branch pointing to the same commit as master, git-name-rev might output that branch's name, rather than 'master'.
* drop old debug printSean Whitton2019-11-28
|
* don't require merge commits to be signed offSean Whitton2019-11-20
|
* rewrite expand-annex-mboxes in perl, fixing a bugSean Whitton2019-11-19
| | | | | | | Archived mboxes with a '.' in the name, before the file extension, were not being expanded. This should also improve performance.
* make locmaint work on black-on-white terminals tooSean Whitton2019-11-14
|
* don't consider a remote named 'develacc' as containing branchesSean Whitton2019-11-13
| | | | It's a throwaway copy.
* drop git-diff-index and git-diff-files callsSean Whitton2019-11-07
| | | | | Call to git-status will do the work these calls were doing, and the git-diff-files call, in particular, yielded a lot of false positives.
* also let tmp/ branches throughSean Whitton2019-11-07
|
* automatically sign dotfiles commits, finallySean Whitton2019-11-07
|
* renameSean Whitton2019-11-07
|
* add hooks to check for Signed-off-by in a series of reposSean Whitton2019-11-07
|
* normalise installation of git hooksSean Whitton2019-11-07
|
* dotfiles pre-push hook: use git-verify-commit-by-fpSean Whitton2019-11-07
|