about summary refs log tree commit diff
path: root/Functions/VCS_Info
Commit message (Expand)AuthorAgeFilesLines
* users/26635 (tweaked): vcs_info hg: Compute the branch name correctly when ge...Daniel Shahaf2021-04-211-3/+3
* 47561 (the git and cvs parts) (compare 44919 + 44920): vcs_info internals: cv...Aleksandr Mezin2021-03-294-13/+18
* 47303: vcs_info hg: Fix changing the expansion of %g (hook_com[guards]) in th...Daniel Shahaf2020-08-092-4/+10
* 46091: Add code to Mercurial VCS backend to show topic if there is any.Manuel Jacob2020-06-221-1/+10
* 45644: vcs_info git: Fix current patch's name in several cases.Daniel Shahaf2020-03-281-0/+15
* 45627: vcs_info git: Under git-am(1) conflicts, pass to the gen-applied-strin...Daniel Shahaf2020-03-271-3/+11
* 45625: vcs_info svn: Detect the "working copy format is too new" error.Daniel Shahaf2020-03-271-1/+9
* 45626: vcs_info: Deduplicate calling the set-branch-format hook.Daniel Shahaf2020-03-276-33/+31
* 45624: vcs_info: Set $rrn in all backends.Daniel Shahaf2020-03-273-0/+4
* 45541: internal: vcs_info git: Add a test case repository for rebase-apply si...Daniel Shahaf2020-03-151-0/+49
* 45539: vcs_info git: In non-interactive rebases, obtain applied patches' names.Daniel Shahaf2020-03-151-5/+17
* 45540: vcs_info git: In non-interactive rebases, compute patch names for unap...Daniel Shahaf2020-03-151-6/+25
* 45543: vcs_info quilt: Allow quiltcommand to be a function.Daniel Shahaf2020-03-151-2/+3
* 45547: vcs_info git: In interactive rebases, process gen-unapplied-string arg...Daniel Shahaf2020-03-151-7/+16
* 45546: vcs_info git: In interactive rebases, properly support the full form o...Daniel Shahaf2020-03-151-2/+2
* 45545: vcs_info git: In interactive rebases, ignore comment lines.Daniel Shahaf2020-03-151-0/+4
* github #48/0002: vcs_info git: properly detect bare repositoriesbrian m. carlson2020-02-171-0/+4
* github #48/0001: vcs_info git: avoid warnings in bare repositoriesbrian m. carlson2020-02-171-1/+1
* 45114: vcs_info quilt: Improve support for svn-style patch headers.Daniel Shahaf2019-12-221-7/+13
* 44960: vcs_info cvs: Fix infinite loop when /CVS exists.Daniel Shahaf2019-12-031-3/+9
* 44961: vcs_info svn: Fix infinite loop when /.svn exists.Daniel Shahaf2019-12-031-5/+7
* 44962: vcs_info: Document internal function and variableDaniel Shahaf2019-12-032-0/+18
* 44958: vcs_info quilt: Avoid forksDaniel Shahaf2019-11-291-5/+5
* 44945: vcs_info git: Optimize detection by running fewer external commands.Daniel Shahaf2019-11-291-2/+1
* 44020: VCS_INFO_detect_p4: Fix infinite recursiondana2019-01-271-1/+0
* 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner caseDaniel Shahaf2018-12-131-4/+6
* 43620 (tweaked): vcs_info git: Reverse the order patches are passed to gen-un...Daniel Shahaf2018-10-082-1/+4
* 43617: vcs_info git: During a non-interactive rebase of a detached head, comp...Daniel Shahaf2018-10-081-1/+1
* 43619: vcs_info git: In non-interactive rebases, always set $hook_com[git_pat...Daniel Shahaf2018-10-081-10/+3
* 43618: vcs_info: Don't redefine helper functions on every execution of the au...Daniel Shahaf2018-10-084-2/+13
* 43587: vcs_info git: In 'git rebase -i', when computing subjects of applied-p...Daniel Shahaf2018-10-071-0/+19
* 43588: vcs_info git: Make sure applied-patches is of the form "$hash $subject...Daniel Shahaf2018-10-071-0/+5
* 43586: vcs_info git: Reformat to minimise next diff. No functional change.Daniel Shahaf2018-10-071-2/+13
* 43585: vcs_info svn: Recognize working copies in need of an upgrade.Daniel Shahaf2018-10-071-1/+10
* unposted: Indicate which use-case each branch handles.Daniel Shahaf2018-10-021-1/+3
* 43313 (log message tweaked): vcs_info git: For the branch name, try to find a...Daniel Shahaf2018-08-241-0/+4
* 43314: vcs_info git: Flatten a nested if.Daniel Shahaf2018-08-241-9/+4
* 43030: Replace VCS_INFO_realpath() by :Pdana2018-06-167-20/+11
* unposted: vcs_info: Add docstrings to the internal functions VCS_INFO_formats...Daniel Shahaf2017-12-302-1/+8
* 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hgAlexey Sokolov2017-10-251-2/+2
* 41565: vcs_info patch2subject: Support `svn log -r N --diff` output.Daniel Shahaf2017-08-221-2/+9
* Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer2017-02-211-1/+1
* 40492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf2017-02-092-0/+15
* unposted: vcs_info git: Fix typo in manual.Daniel Shahaf2017-02-041-0/+1
* 40480: vcs_info set-patch-format: Eliminate the remaining code duplication.Daniel Shahaf2017-02-034-30/+19
* 40479: vcs_info set-patch-format: Prepare for more code sharing between the c...Daniel Shahaf2017-02-034-6/+12
* 40481: vcs_info hg: Pass arguments to the set-patch-format hook.Daniel Shahaf2017-02-031-1/+1
* 40478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf2017-02-031-2/+2
* 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ...Daniel Shahaf2017-02-031-0/+1
* 40403/0004: vcs_info set-patch-format helper: Part #4.Daniel Shahaf2017-01-254-20/+20