summaryrefslogtreecommitdiff
path: root/Functions
AgeCommit message (Expand)AuthorFilesLines
2020-03-1545541: internal: vcs_info git: Add a test case repository for rebase-apply si...Daniel Shahaf1-0/+49
2020-03-1545539: vcs_info git: In non-interactive rebases, obtain applied patches' names.Daniel Shahaf1-5/+17
2020-03-1545540: vcs_info git: In non-interactive rebases, compute patch names for unap...Daniel Shahaf1-6/+25
2020-03-1545543: vcs_info quilt: Allow quiltcommand to be a function.Daniel Shahaf1-2/+3
2020-03-1545547: vcs_info git: In interactive rebases, process gen-unapplied-string arg...Daniel Shahaf1-7/+16
2020-03-1545546: vcs_info git: In interactive rebases, properly support the full form o...Daniel Shahaf1-2/+2
2020-03-1545545: vcs_info git: In interactive rebases, ignore comment lines.Daniel Shahaf1-0/+4
2020-02-17github #48/0002: vcs_info git: properly detect bare repositoriesbrian m. carlson1-0/+4
2020-02-17github #48/0001: vcs_info git: avoid warnings in bare repositoriesbrian m. carlson1-1/+1
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener1-1/+1
2020-01-0545239: Remove 'appendhistory' from zsh-newuser-installAndrey Butirsky1-1/+0
2019-12-2245114: vcs_info quilt: Improve support for svn-style patch headers.Daniel Shahaf1-7/+13
2019-12-1145003: Fix more documentation typosMartijn Dekker2-3/+3
2019-12-0344960: vcs_info cvs: Fix infinite loop when /CVS exists.Daniel Shahaf1-3/+9
2019-12-0344961: vcs_info svn: Fix infinite loop when /.svn exists.Daniel Shahaf1-5/+7
2019-12-0344962: vcs_info: Document internal function and variableDaniel Shahaf2-0/+18
2019-11-2944958: vcs_info quilt: Avoid forksDaniel Shahaf1-5/+5
2019-11-2944945: vcs_info git: Optimize detection by running fewer external commands.Daniel Shahaf1-2/+1
2019-09-24unposted (see 44772): quote the string argument to zle -UBart Schaefer1-2/+2
2019-07-1044305: Fix zsh_directory_name_genericPeter Stephenson1-8/+15
2019-07-0843755: Fix state management for repeat uses to avoid clobbering command line ...Bart Schaefer1-2/+3
2019-01-2744020: VCS_INFO_detect_p4: Fix infinite recursiondana1-1/+0
2018-12-19unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson1-0/+2
2018-12-1343879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner caseDaniel Shahaf1-4/+6
2018-11-0843779 (tweaked): add parentheses to fix expression with cprecedences option setJoey Pabalinas1-2/+2
2018-10-1443685: add-zle-hook-widget: Support running under NO_UNSET ('set -u').Daniel Shahaf1-6/+6
2018-10-0843620 (tweaked): vcs_info git: Reverse the order patches are passed to gen-un...Daniel Shahaf2-1/+4
2018-10-0843617: vcs_info git: During a non-interactive rebase of a detached head, comp...Daniel Shahaf1-1/+1
2018-10-0843619: vcs_info git: In non-interactive rebases, always set $hook_com[git_pat...Daniel Shahaf1-10/+3
2018-10-0843618: vcs_info: Don't redefine helper functions on every execution of the au...Daniel Shahaf4-2/+13
2018-10-0743587: vcs_info git: In 'git rebase -i', when computing subjects of applied-p...Daniel Shahaf1-0/+19
2018-10-0743588: vcs_info git: Make sure applied-patches is of the form "$hash $subject...Daniel Shahaf1-0/+5
2018-10-0743586: vcs_info git: Reformat to minimise next diff. No functional change.Daniel Shahaf1-2/+13
2018-10-0743585: vcs_info svn: Recognize working copies in need of an upgrade.Daniel Shahaf1-1/+10
2018-10-02unposted: Indicate which use-case each branch handles.Daniel Shahaf1-1/+3
2018-08-2443313 (log message tweaked): vcs_info git: For the branch name, try to find a...Daniel Shahaf1-0/+4
2018-08-2443314: vcs_info git: Flatten a nested if.Daniel Shahaf1-9/+4
2018-06-2543084: Variable warning suppression enhancements.Peter Stephenson1-3/+2
2018-06-1643030: Replace VCS_INFO_realpath() by :Pdana7-20/+11
2018-06-07users/23434: initialise UNDO_LIMIT_NO so that an initial undo doesn't clear t...Oliver Kiddle1-2/+8
2018-06-0542929 (tweaked): additional default bindings in zed.Sebastian Gniazdowski1-5/+26
2018-01-1941839: force IFS to default for "read"Sebastian Gniazdowski1-1/+1
2017-12-30unposted: vcs_info: Add docstrings to the internal functions VCS_INFO_formats...Daniel Shahaf2-1/+8
2017-10-2541952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hgAlexey Sokolov1-2/+2
2017-10-1541899: handle multi-word values of $VISUAL et al., and line counting of buffe...Barton E. Schaefer1-5/+5
2017-08-31Make mbegin, mend, match local in zed.Peter Stephenson1-0/+3
2017-08-2241565: vcs_info patch2subject: Support `svn log -r N --diff` output.Daniel Shahaf1-2/+9
2017-07-2941472: introduce cleanup hooks default and restore special themes, and update...Barton E. Schaefer5-37/+115
2017-06-2641345: Use consistent prompt variables in prompt themese.Peter Stephenson1-3/+3
2017-06-1641265: quote the inserted file names as necessaryWieland Hoffmann1-2/+2