Package: magit / 2.90.1-2

Metadata

Package Version Patches format
magit 2.90.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0004 tramp test overide.patch | (download)

t/magit-tests.el | 27 14 13 - 0 !
1 file changed, 14 insertions( ), 13 deletions(-)

 set tramp-histfile-override in tramp test
 In Debian building system, we can't wrote in home direcetory
0003 Remove magit version.el from autogenerated files.patch | (download)

default.mk | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 remove magit-version.el from autogenerated files.
 .
 For Debian build, magit-version.el come from the .tar.gz, and is not a
 autogenerated file. This causes problem with the clean target.
0002 Do not require async.patch | (download)

lisp/magit-pkg.el | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 do not require async.

 It is not needed for debian package.
0001 add config.mk | (download)

config.mk | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 add a config.mk to make testing happy
 The test need to find where elpa package are installed
0005 magit repository directories Use nil as default agai.patch | (download)

Documentation/RelNotes/2.91.0.org | 5 5 0 - 0 !
Documentation/magit.org | 50 37 13 - 0 !
Documentation/magit.texi | 63 49 14 - 0 !
lisp/magit-repos.el | 18 11 7 - 0 !
lisp/magit-status.el | 37 31 6 - 0 !
5 files changed, 133 insertions( ), 40 deletions(-)

 magit-repository-directories: use nil as default again

Because many users put "~/.emacs.d/" under version-control but don't
customize `magit-repository-directory', that directory should not be
a member of `magit-repository-directories'.  Otherwise `magit-status'
would not fall through to either offering to initialize the current
directory as a repository (`magit-init' would have to be used) or to
read a repository using regular file-name completion (except with two
prefix arguments), and users have grown accustomed to these fallback
behaviors.

Also update the documentation about `magit-repository-directories'
and `magit-status'.  The documentation about the latter was rather
ambiguous until now.  We trade that for making it a bit scary instead.

This reverts commit f77d1158b01923ca11d065f12aa0e69d6ce2415b, and
then also improves the documentation.

This fixes #3673.