1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

unposted: Fix typo in comment.

This commit is contained in:
Daniel Shahaf 2016-01-15 06:30:06 +00:00
parent ce1148db45
commit a45a9fa104
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2016-01-15 Daniel Shahaf <d.s@daniel.shahaf.name> 2016-01-15 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Functions/VCS_Info/Backends/VCS_INFO_detect_p4:
Fix typo in comment.
* 37612: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: * 37612: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info git: Set $git_patches_unapplied correctly for vcs_info git: Set $git_patches_unapplied correctly for
'rebase-apply' case. 'rebase-apply' case.

View file

@ -2,7 +2,7 @@
## perforce support by: Phil Pennock ## perforce support by: Phil Pennock
## Distributed under the same BSD-ish license as zsh itself. ## Distributed under the same BSD-ish license as zsh itself.
# If user-server is true in the :vcs_info:p4:... context, contact the # If use-server is true in the :vcs_info:p4:... context, contact the
# server to decide whether the directory is handled by Perforce. This can # server to decide whether the directory is handled by Perforce. This can
# cause a delay if the network times out, in particular if looking up the # cause a delay if the network times out, in particular if looking up the
# server name failed. Hence this is not the default. If a timeout # server name failed. Hence this is not the default. If a timeout
@ -10,7 +10,7 @@
# vcs_info_p4_dead_servers and the server is never contacted again. The # vcs_info_p4_dead_servers and the server is never contacted again. The
# array must be edited by hand to remove it. # array must be edited by hand to remove it.
# #
# If user-server is false or not set, the function looks to see if there is # If use-server is false or not set, the function looks to see if there is
# a file $P4CONFIG somewhere above in the hierarchy. This is far from # a file $P4CONFIG somewhere above in the hierarchy. This is far from
# foolproof; in fact it relies on you using the particular working practice # foolproof; in fact it relies on you using the particular working practice
# of having such files in all client root directories and nowhere above. # of having such files in all client root directories and nowhere above.