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
/
Backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
40401: vcs_info git: Fix the %c patch-format expando.
Daniel Shahaf
2017-01-25
1
-3
/
+3
*
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
*
39786: vcs_info (hg): Use native hexdump implementation instead of external c...
Daniel Shahaf
2016-10-31
1
-3
/
+4
*
39423: vcs_info git: Produce nicer applied-string messages for 'exec' actions.
Daniel Shahaf
2016-09-24
1
-2
/
+6
*
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
*
37252: vcs_info git: Compute %b correctly with "rebase --onto" of detached he...
Daniel Shahaf
2015-11-30
1
-1
/
+2
*
37025: vcs_info git: Add a cherry-pick patch-format
Daniel Shahaf
2015-11-13
1
-0
/
+22
*
36832: vcs_info: Remove dependency on "seq"
Frank Terbeck
2015-10-11
1
-2
/
+3
*
36830: vcs_info: Silence an error message with new git versions
Frank Terbeck
2015-10-11
1
-12
/
+22
*
36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.
Daniel Shahaf
2015-09-30
1
-0
/
+1
*
36725: vcs_info git: Compute %b correctly when rebasing detached heads.
Daniel Shahaf
2015-09-30
1
-0
/
+4
*
36725: vcs_info git: Compute %b correctly when merging to detached heads.
Daniel Shahaf
2015-09-30
1
-1
/
+1
*
36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean}
Daniel Hahler
2015-09-28
1
-11
/
+14
*
36410: vcs_info git: Present merge heads as patches
Daniel Shahaf
2015-09-05
1
-0
/
+17
*
36209: vcs_info: avoid grep error message when file is missing
brian m. carlson
2015-08-18
1
-1
/
+3
*
36077: vcs_info: stop exporting everything
Mikael Magnusson
2015-08-12
5
-5
/
+5
*
34673: vcs_info git: Fix error message when rebase hasn't started
Daniel Shahaf
2015-03-09
1
-0
/
+1
*
vcs_info hg: Support inactive bookmarks
Daniel Shahaf
2015-01-25
1
-0
/
+17
*
33391: vcs_info git: fix applied patch detection on git am
Marc Finet
2014-10-09
1
-10
/
+7
*
33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-index
Daniel Hahler
2014-09-22
1
-3
/
+3
*
33184: vcs_info git: consider patches for rebase
Marc Finet
2014-09-16
1
-42
/
+74
*
33188: vcs_info git: set rrn before using it
Marc Finet
2014-09-16
1
-2
/
+2
*
33145: vcs_info git: fix applied-string name
Marc Finet
2014-09-14
1
-1
/
+1
*
33147: vcs_info git: detect revert or cherry-pick with multiple commits
Marc Finet
2014-09-14
1
-0
/
+5
*
33047: use git to simplify massively source distribution file selection
Peter Stephenson
2014-08-23
1
-25
/
+0
*
32662: vcs_info git: Fix stagedstr for empty repos
Daniel Shahaf
2014-06-02
1
-4
/
+10
*
32621: vcs_info svn: 'Fix set-branch-format' when in subdirs
Daniel Shahaf
2014-05-29
1
-7
/
+15
*
32619: vcs_info svn: Use the revision of cwd
Daniel Shahaf
2014-05-29
1
-3
/
+5
*
32597: vcs_info git: Describe detached heads symbolically.
Daniel Shahaf
2014-05-06
1
-1
/
+1
*
32528: vcs_info: Add check-for-staged-changes
Daniel Shahaf
2014-04-05
1
-5
/
+16
*
32264: vcs_info, hg: Support detecting repos using ShareExtension
Frank Terbeck
2014-01-17
1
-1
/
+1
*
32089: tweak to detect Subversion repository
Daniel Shahaf
2013-12-05
1
-1
/
+1
*
32066: fix %r and %S in vcs_info formats when a repository subdirectory is ac...
Barton E. Schaefer
2013-11-29
1
-1
/
+1
*
31485: vcs_info, git: Avoid error messages for `guilt' users
Frank Terbeck
2013-06-18
1
-1
/
+3
*
31136: vcs_info: just set parameters instead of passing over a pipe
Mikael Magnusson
2013-03-10
1
-12
/
+9
*
30639: Add support for showing the current action is cherry-pick to vcs_info ...
Mikael Magnusson
2013-03-10
1
-0
/
+11
*
Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix
Frank Terbeck
2012-09-28
1
-1
/
+1
*
Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag fro...
Frank Terbeck
2012-09-28
1
-3
/
+6
*
Stepan Koltsov: vcs_info: %a to output number of all patches in (no)?patch-fo...
Frank Terbeck
2012-08-17
2
-5
/
+6
*
Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied'
Frank Terbeck
2012-05-23
1
-1
/
+1
*
30046: VCS_INFO_get_data_svn: Fix support for subversion version 1.7
Frank Terbeck
2011-12-30
1
-1
/
+17
*
Akinori MUSHA: 29900: Backends/VCS_INFO_detect_svn: Adjust detection to suppo...
Frank Terbeck
2011-11-09
1
-2
/
+2
*
Jan Pobrislo: 29411: vcs_info: Major bzr backend update.
Frank Terbeck
2011-05-31
1
-6
/
+83
*
Add new vcs_info backend files to corresponding `.distfiles' file.
Frank Terbeck
2011-03-30
1
-0
/
+2
*
Mike Meyer: 28956, 28957: Add fossil support to vcs_info.
Frank Terbeck
2011-03-30
2
-0
/
+37
*
28776: Let vcs_info detect very old mercurial repositories.
Frank Terbeck
2011-02-19
2
-2
/
+2
[next]