my-repo-pin: bump to 0.2

Changelog:

- Add the my-repo-pins-max-depth customization variable. This variable
  prevents my repo pins from accidentally recursing too far in the
  code-root directory. Solves a performance issue with git subtrees.
- When cloning a project from a fullly qualified URL, we make sure the
  project does not exists locally first. If it does, we jump to the
  local clone without trying to clone it again.
This commit is contained in:
Félix Baylac-Jacqué 2022-07-17 15:32:59 +02:00
parent 23419e5cc5
commit 274e116fbd
No known key found for this signature in database
GPG Key ID: EFD315F31848DBA4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
;;; Copyright (C) 2022 Félix Baylac Jacqué
;;; Author: Félix Baylac Jacqué <felix at alternativebit.fr>
;;; Maintainer: Félix Baylac Jacqué <felix at alternativebit.fr>
;;; Version: 0.1
;;; Version: 0.2
;;; Homepage: https://alternativebit.fr/projects/my-repo-pins/
;;; Package-Requires: ((emacs "26.1"))
;;; License: