about summary refs log tree commit diff
path: root/Functions/VCS_Info/Backends
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-081-1/+2
* 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-083-0/+8
* 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-164-4/+4
* 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hgAlexey Sokolov2017-10-251-2/+2
* Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer2017-02-211-1/+1
* 40492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf2017-02-091-0/+1
* 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-032-21/+5
* 40479: vcs_info set-patch-format: Prepare for more code sharing between the c...Daniel Shahaf2017-02-032-5/+7
* 40481: vcs_info hg: Pass arguments to the set-patch-format hook.Daniel Shahaf2017-02-031-1/+1
* 40403/0004: vcs_info set-patch-format helper: Part #4.Daniel Shahaf2017-01-252-13/+6
* 40403/0003: vcs_info set-patch-format helper: Part #3.Daniel Shahaf2017-01-252-15/+4
* 40403/0002: vcs_info set-patch-format helper: Part #2.Daniel Shahaf2017-01-252-15/+4
* 40403/0001: vcs_info set-patch-format helper: Part #1.Daniel Shahaf2017-01-252-18/+2
* 40401: vcs_info git: Fix the %c patch-format expando.Daniel Shahaf2017-01-251-3/+3
* 40149: vcs_info git: Avoid a fork.Daniel Shahaf2016-12-161-1/+1
* unposted: vcs_info git: Handle rebase-apply sequences with >=10000 patches.Daniel Shahaf2016-12-041-3/+6
* 40074: vcs_info git: rfc822-unfold rebase-apply patch subjects when msg-clean...Daniel Shahaf2016-12-041-8/+7
* Get subject of current patch in rebase-apply modeDaniel Hahler2016-12-031-0/+9
* 39786: vcs_info (hg): Use native hexdump implementation instead of external c...Daniel Shahaf2016-10-311-3/+4
* 39423: vcs_info git: Produce nicer applied-string messages for 'exec' actions.Daniel Shahaf2016-09-241-2/+6
* unposted: Fix typo in comment.Daniel Shahaf2016-01-151-2/+2
* 37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ...Daniel Shahaf2016-01-151-1/+3
* 37252: vcs_info git: Compute %b correctly with "rebase --onto" of detached he...Daniel Shahaf2015-11-301-1/+2
* 37025: vcs_info git: Add a cherry-pick patch-formatDaniel Shahaf2015-11-131-0/+22
* 36832: vcs_info: Remove dependency on "seq"Frank Terbeck2015-10-111-2/+3
* 36830: vcs_info: Silence an error message with new git versionsFrank Terbeck2015-10-111-12/+22
* 36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.Daniel Shahaf2015-09-301-0/+1
* 36725: vcs_info git: Compute %b correctly when rebasing detached heads.Daniel Shahaf2015-09-301-0/+4
* 36725: vcs_info git: Compute %b correctly when merging to detached heads.Daniel Shahaf2015-09-301-1/+1
* 36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean}Daniel Hahler2015-09-281-11/+14
* 36410: vcs_info git: Present merge heads as patchesDaniel Shahaf2015-09-051-0/+17
* 36209: vcs_info: avoid grep error message when file is missingbrian m. carlson2015-08-181-1/+3
* 36077: vcs_info: stop exporting everythingMikael Magnusson2015-08-125-5/+5
* 34673: vcs_info git: Fix error message when rebase hasn't startedDaniel Shahaf2015-03-091-0/+1
* vcs_info hg: Support inactive bookmarksDaniel Shahaf2015-01-251-0/+17