1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00
zsh/Functions/VCS_Info/Backends
brian m. carlson bacad96523 github #48/0001: vcs_info git: avoid warnings in bare repositories
Git 2.25 introduced a change to how git rev-parse --show-toplevel
behaves.  Traditionally, it succeeded with no output if the user was
in a bare repository.  Now it dies, printing an error to standard error.
Consequently, when the user is in a bare repository with a newer Git,
vcs_info prints noisily to standard error.

While this is functionally harmless, it is annoying for the shell to
print messages from Git every time the prompt is printed, so let's
silence the error message.
2020-02-17 10:02:27 +00:00
..
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
VCS_INFO_detect_bzr users/13252 and elsewhere: Frank Terbeck plus tweaks: 2008-09-19 12:58:46 +00:00
VCS_INFO_detect_cdv Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_cvs Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_darcs Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_fossil Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix 2012-09-28 22:11:32 +00:00
VCS_INFO_detect_git 44945: vcs_info git: Optimize detection by running fewer external commands. 2019-11-29 20:56:42 +00:00
VCS_INFO_detect_hg 32264: vcs_info, hg: Support detecting repos using ShareExtension 2014-01-17 08:58:52 +01:00
VCS_INFO_detect_mtn Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_p4 44020: VCS_INFO_detect_p4: Fix infinite recursion 2019-01-27 00:26:31 -06:00
VCS_INFO_detect_svk Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_svn 32089: tweak to detect Subversion repository 2013-12-05 20:06:34 +00:00
VCS_INFO_detect_tla Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_get_data_bzr 43618: vcs_info: Don't redefine helper functions on every execution of the autoloadable outer function. 2018-10-08 13:41:41 +00:00
VCS_INFO_get_data_cdv Frank Terbeck: 26816 to 26820: VCS_Info updates 2009-04-06 19:19:08 +00:00
VCS_INFO_get_data_cvs 44960: vcs_info cvs: Fix infinite loop when /CVS exists. 2019-12-03 03:03:05 +00:00
VCS_INFO_get_data_darcs Frank Terbeck: 26816 to 26820: VCS_Info updates 2009-04-06 19:19:08 +00:00
VCS_INFO_get_data_fossil Mike Meyer: 28956, 28957: Add fossil support to vcs_info. 2011-03-30 20:07:05 +00:00
VCS_INFO_get_data_git github #48/0001: vcs_info git: avoid warnings in bare repositories 2020-02-17 10:02:27 +00:00
VCS_INFO_get_data_hg 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg 2017-10-25 10:34:34 +02:00
VCS_INFO_get_data_mtn Frank Terbeck: 26816 to 26820: VCS_Info updates 2009-04-06 19:19:08 +00:00
VCS_INFO_get_data_p4 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_get_data_svk 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_get_data_svn 44961: vcs_info svn: Fix infinite loop when /.svn exists. 2019-12-03 02:56:02 +00:00
VCS_INFO_get_data_tla 43030: Replace VCS_INFO_realpath() by :P 2018-06-16 12:03:23 -05:00