1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-17 18:51:02 +02:00
zsh/Functions/VCS_Info
Daniel Shahaf 40d9681b62 43313 (log message tweaked): vcs_info git: For the branch name, try to find a symbolic name before falling back to a raw commit hash.
Ask git-describe(1) and git-name-rev(1) to compute a gitrevisions(7)
name in terms of a branch or tag that contains (= is a descendant of,
is younger than) HEAD.

In this repository, the output changes from "9567bfe..." to
"master~1" or "remotes/origin/HEAD~1". This would also happen
during bisects, e.g., "bisect/bad~22".
2018-08-24 15:50:18 +00:00
..
Backends 43313 (log message tweaked): vcs_info git: For the branch name, try to find a symbolic name before falling back to a raw commit hash. 2018-08-24 15:50:18 +00:00
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
vcs_info 43030: Replace VCS_INFO_realpath() by :P 2018-06-16 12:03:23 -05:00
VCS_INFO_adjust users/13252 and elsewhere: Frank Terbeck plus tweaks: 2008-09-19 12:58:46 +00:00
VCS_INFO_bydir_detect 43030: Replace VCS_INFO_realpath() by :P 2018-06-16 12:03:23 -05:00
VCS_INFO_check_com 30114: VCS_INFO_check_com: Remove a superfluous stat() 2012-01-19 16:57:40 +00:00
VCS_INFO_formats unposted: vcs_info: Add docstrings to the internal functions VCS_INFO_formats and VCS_INFO_set. 2017-12-30 06:14:22 +00:00
VCS_INFO_get_cmd Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_hexdump 39786: vcs_info (hg): Use native hexdump implementation instead of external command. 2016-10-31 18:35:47 +00:00
VCS_INFO_hook 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
vcs_info_hookadd 28960: Add functions to add/remove static hooks. 2011-03-30 21:17:07 +00:00
vcs_info_hookdel 28960: Add functions to add/remove static hooks. 2011-03-30 21:17:07 +00:00
vcs_info_lastmsg 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_maxexports 37345: VCS_INFO functions break with setopt no_unset 2015-12-23 01:57:45 +01:00
VCS_INFO_nvcsformats 37347: Remove incorrect local for msgs in VCS info 2015-12-08 12:59:48 +00:00
VCS_INFO_patch2subject 41565: vcs_info patch2subject: Support svn log -r N --diff output. 2017-08-22 20:50:14 +00:00
vcs_info_printsys 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_quilt 40480: vcs_info set-patch-format: Eliminate the remaining code duplication. 2017-02-03 18:14:01 +00:00
VCS_INFO_reposub 33277: Fix VCS_INFO_reposub's command expansion 2014-09-29 19:20:11 +02:00
VCS_INFO_set unposted: vcs_info: Add docstrings to the internal functions VCS_INFO_formats and VCS_INFO_set. 2017-12-30 06:14:22 +00:00
VCS_INFO_set-patch-format 40492: vcs_info: Escape '%' signs in payloads. 2017-02-09 15:24:04 +00:00
vcs_info_setsys 30461, 30462 (tweaked): add missing local for match, mbegin and mend 2012-05-02 13:09:37 +00:00