index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Functions
/
VCS_Info
Commit message (
Expand
)
Author
Age
Files
Lines
*
44020: VCS_INFO_detect_p4: Fix infinite recursion
dana
2019-01-27
1
-1
/
+0
*
43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case
Daniel Shahaf
2018-12-13
1
-4
/
+6
*
43620 (tweaked): vcs_info git: Reverse the order patches are passed to gen-un...
Daniel Shahaf
2018-10-08
2
-1
/
+4
*
43617: vcs_info git: During a non-interactive rebase of a detached head, comp...
Daniel Shahaf
2018-10-08
1
-1
/
+1
*
43619: vcs_info git: In non-interactive rebases, always set $hook_com[git_pat...
Daniel Shahaf
2018-10-08
1
-10
/
+3
*
43618: vcs_info: Don't redefine helper functions on every execution of the au...
Daniel Shahaf
2018-10-08
4
-2
/
+13
*
43587: vcs_info git: In 'git rebase -i', when computing subjects of applied-p...
Daniel Shahaf
2018-10-07
1
-0
/
+19
*
43588: vcs_info git: Make sure applied-patches is of the form "$hash $subject...
Daniel Shahaf
2018-10-07
1
-0
/
+5
*
43586: vcs_info git: Reformat to minimise next diff. No functional change.
Daniel Shahaf
2018-10-07
1
-2
/
+13
*
43585: vcs_info svn: Recognize working copies in need of an upgrade.
Daniel Shahaf
2018-10-07
1
-1
/
+10
*
unposted: Indicate which use-case each branch handles.
Daniel Shahaf
2018-10-02
1
-1
/
+3
*
43313 (log message tweaked): vcs_info git: For the branch name, try to find a...
Daniel Shahaf
2018-08-24
1
-0
/
+4
*
43314: vcs_info git: Flatten a nested if.
Daniel Shahaf
2018-08-24
1
-9
/
+4
*
43030: Replace VCS_INFO_realpath() by :P
dana
2018-06-16
7
-20
/
+11
*
unposted: vcs_info: Add docstrings to the internal functions VCS_INFO_formats...
Daniel Shahaf
2017-12-30
2
-1
/
+8
*
41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg
Alexey Sokolov
2017-10-25
1
-2
/
+2
*
41565: vcs_info patch2subject: Support `svn log -r N --diff` output.
Daniel Shahaf
2017-08-22
1
-2
/
+9
*
Julien Nicoulaud: 40586: discard stderr
Barton E. Schaefer
2017-02-21
1
-1
/
+1
*
40492: vcs_info: Escape '%' signs in payloads.
Daniel Shahaf
2017-02-09
2
-0
/
+15
*
unposted: vcs_info git: Fix typo in manual.
Daniel Shahaf
2017-02-04
1
-0
/
+1
*
40480: vcs_info set-patch-format: Eliminate the remaining code duplication.
Daniel Shahaf
2017-02-03
4
-30
/
+19
*
40479: vcs_info set-patch-format: Prepare for more code sharing between the c...
Daniel Shahaf
2017-02-03
4
-6
/
+12
*
40481: vcs_info hg: Pass arguments to the set-patch-format hook.
Daniel Shahaf
2017-02-03
1
-1
/
+1
*
40478: vcs_info set-patch-format: Guard against empty variable elision.
Daniel Shahaf
2017-02-03
1
-2
/
+2
*
40476: vcs_info $backend_misc: Document at the right point, provide in quilt ...
Daniel Shahaf
2017-02-03
1
-0
/
+1
*
40403/0004: vcs_info set-patch-format helper: Part #4.
Daniel Shahaf
2017-01-25
4
-20
/
+20
*
40403/0003: vcs_info set-patch-format helper: Part #3.
Daniel Shahaf
2017-01-25
4
-21
/
+15
*
40403/0002: vcs_info set-patch-format helper: Part #2.
Daniel Shahaf
2017-01-25
4
-21
/
+16
*
40403/0001: vcs_info set-patch-format helper: Part #1.
Daniel Shahaf
2017-01-25
5
-28
/
+24
*
40401: vcs_info git: Fix the %c patch-format expando.
Daniel Shahaf
2017-01-25
1
-3
/
+3
*
40392: vcs_info patch2subject: Support `git show` output.
Daniel Shahaf
2017-01-25
1
-0
/
+17
*
40149: vcs_info git: Avoid a fork.
Daniel Shahaf
2016-12-16
1
-1
/
+1
*
unposted: vcs_info git: Handle rebase-apply sequences with >=10000 patches.
Daniel Shahaf
2016-12-04
1
-3
/
+6
*
40074: vcs_info git: rfc822-unfold rebase-apply patch subjects when msg-clean...
Daniel Shahaf
2016-12-04
1
-8
/
+7
*
Get subject of current patch in rebase-apply mode
Daniel Hahler
2016-12-03
1
-0
/
+9
*
unposted: vcs_info: Break out VCS_INFO_quilt-patch2subject into VCS_INFO_patc...
Daniel Shahaf
2016-12-01
3
-48
/
+52
*
39786: vcs_info (hg): Use native hexdump implementation instead of external c...
Daniel Shahaf
2016-10-31
3
-3
/
+21
*
39423: vcs_info git: Produce nicer applied-string messages for 'exec' actions.
Daniel Shahaf
2016-09-24
1
-2
/
+6
*
39046 + 39061: New :P history modifier.
Daniel Shahaf
2016-08-22
1
-1
/
+1
*
38610: vcs_info quilt: Extract a patch subject, 2.0.
Daniel Shahaf
2016-06-06
1
-4
/
+38
*
38609: vcs_info quilt: Factor out a helper function. No functional change.
Daniel Shahaf
2016-06-06
1
-13
/
+22
*
unposted: Fix typo in comment.
Daniel Shahaf
2016-01-15
1
-2
/
+2
*
37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ...
Daniel Shahaf
2016-01-15
1
-1
/
+3
*
37451: vcs_info: Declare "msgs" in early context
Frank Terbeck
2015-12-30
1
-1
/
+1
*
37345: VCS_INFO functions break with setopt no_unset
Philip Sequeira
2015-12-23
2
-2
/
+2
*
37347: Remove incorrect local for msgs in VCS info
Peter Stephenson
2015-12-08
1
-1
/
+0
*
37252: vcs_info git: Compute %b correctly with "rebase --onto" of detached he...
Daniel Shahaf
2015-11-30
1
-1
/
+2
*
37186: a couple more WARN_CREATE_GLOBAL fixes
Peter Stephenson
2015-11-22
1
-0
/
+1
*
37025: vcs_info git: Add a cherry-pick patch-format
Daniel Shahaf
2015-11-13
1
-0
/
+22
*
36913 + 36945: vcs_info quilt: Pass patch subject lines to gen-applied-string
Daniel Shahaf
2015-10-24
1
-0
/
+30
[next]