Age | Commit message (Expand) | Author | Files | Lines |
2020-06-22 | 46091: Add code to Mercurial VCS backend to show topic if there is any. | Manuel Jacob | 1 | -1/+10 |
2020-03-28 | 45644: vcs_info git: Fix current patch's name in several cases. | Daniel Shahaf | 1 | -0/+15 |
2020-03-27 | 45627: vcs_info git: Under git-am(1) conflicts, pass to the gen-applied-strin... | Daniel Shahaf | 1 | -3/+11 |
2020-03-27 | 45625: vcs_info svn: Detect the "working copy format is too new" error. | Daniel Shahaf | 1 | -1/+9 |
2020-03-27 | 45626: vcs_info: Deduplicate calling the set-branch-format hook. | Daniel Shahaf | 4 | -33/+8 |
2020-03-27 | 45624: vcs_info: Set $rrn in all backends. | Daniel Shahaf | 2 | -0/+2 |
2020-03-15 | 45539: vcs_info git: In non-interactive rebases, obtain applied patches' names. | Daniel Shahaf | 1 | -5/+17 |
2020-03-15 | 45540: vcs_info git: In non-interactive rebases, compute patch names for unap... | Daniel Shahaf | 1 | -6/+25 |
2020-03-15 | 45547: vcs_info git: In interactive rebases, process gen-unapplied-string arg... | Daniel Shahaf | 1 | -7/+16 |
2020-03-15 | 45546: vcs_info git: In interactive rebases, properly support the full form o... | Daniel Shahaf | 1 | -2/+2 |
2020-03-15 | 45545: vcs_info git: In interactive rebases, ignore comment lines. | Daniel Shahaf | 1 | -0/+4 |
2020-02-17 | github #48/0002: vcs_info git: properly detect bare repositories | brian m. carlson | 1 | -0/+4 |
2020-02-17 | github #48/0001: vcs_info git: avoid warnings in bare repositories | brian m. carlson | 1 | -1/+1 |
2019-12-03 | 44960: vcs_info cvs: Fix infinite loop when /CVS exists. | Daniel Shahaf | 1 | -3/+9 |
2019-12-03 | 44961: vcs_info svn: Fix infinite loop when /.svn exists. | Daniel Shahaf | 1 | -5/+7 |
2019-11-29 | 44945: vcs_info git: Optimize detection by running fewer external commands. | Daniel Shahaf | 1 | -2/+1 |
2019-01-27 | 44020: VCS_INFO_detect_p4: Fix infinite recursion | dana | 1 | -1/+0 |
2018-12-13 | 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case | Daniel Shahaf | 1 | -4/+6 |
2018-10-08 | 43620 (tweaked): vcs_info git: Reverse the order patches are passed to gen-un... | Daniel Shahaf | 1 | -1/+2 |
2018-10-08 | 43617: vcs_info git: During a non-interactive rebase of a detached head, comp... | Daniel Shahaf | 1 | -1/+1 |
2018-10-08 | 43619: vcs_info git: In non-interactive rebases, always set $hook_com[git_pat... | Daniel Shahaf | 1 | -10/+3 |
2018-10-08 | 43618: vcs_info: Don't redefine helper functions on every execution of the au... | Daniel Shahaf | 3 | -0/+8 |
2018-10-07 | 43587: vcs_info git: In 'git rebase -i', when computing subjects of applied-p... | Daniel Shahaf | 1 | -0/+19 |
2018-10-07 | 43588: vcs_info git: Make sure applied-patches is of the form "$hash $subject... | Daniel Shahaf | 1 | -0/+5 |
2018-10-07 | 43586: vcs_info git: Reformat to minimise next diff. No functional change. | Daniel Shahaf | 1 | -2/+13 |
2018-10-07 | 43585: vcs_info svn: Recognize working copies in need of an upgrade. | Daniel Shahaf | 1 | -1/+10 |
2018-10-02 | unposted: Indicate which use-case each branch handles. | Daniel Shahaf | 1 | -1/+3 |
2018-08-24 | 43313 (log message tweaked): vcs_info git: For the branch name, try to find a... | Daniel Shahaf | 1 | -0/+4 |
2018-08-24 | 43314: vcs_info git: Flatten a nested if. | Daniel Shahaf | 1 | -9/+4 |
2018-06-16 | 43030: Replace VCS_INFO_realpath() by :P | dana | 4 | -4/+4 |
2017-10-25 | 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg | Alexey Sokolov | 1 | -2/+2 |
2017-02-21 | Julien Nicoulaud: 40586: discard stderr | Barton E. Schaefer | 1 | -1/+1 |
2017-02-09 | 40492: vcs_info: Escape '%' signs in payloads. | Daniel Shahaf | 1 | -0/+1 |
2017-02-04 | unposted: vcs_info git: Fix typo in manual. | Daniel Shahaf | 1 | -0/+1 |
2017-02-03 | 40480: vcs_info set-patch-format: Eliminate the remaining code duplication. | Daniel Shahaf | 2 | -21/+5 |
2017-02-03 | 40479: vcs_info set-patch-format: Prepare for more code sharing between the c... | Daniel Shahaf | 2 | -5/+7 |
2017-02-03 | 40481: vcs_info hg: Pass arguments to the set-patch-format hook. | Daniel Shahaf | 1 | -1/+1 |
2017-01-25 | 40403/0004: vcs_info set-patch-format helper: Part #4. | Daniel Shahaf | 2 | -13/+6 |
2017-01-25 | 40403/0003: vcs_info set-patch-format helper: Part #3. | Daniel Shahaf | 2 | -15/+4 |
2017-01-25 | 40403/0002: vcs_info set-patch-format helper: Part #2. | Daniel Shahaf | 2 | -15/+4 |
2017-01-25 | 40403/0001: vcs_info set-patch-format helper: Part #1. | Daniel Shahaf | 2 | -18/+2 |
2017-01-25 | 40401: vcs_info git: Fix the %c patch-format expando. | Daniel Shahaf | 1 | -3/+3 |
2016-12-16 | 40149: vcs_info git: Avoid a fork. | Daniel Shahaf | 1 | -1/+1 |
2016-12-04 | unposted: vcs_info git: Handle rebase-apply sequences with >=10000 patches. | Daniel Shahaf | 1 | -3/+6 |
2016-12-04 | 40074: vcs_info git: rfc822-unfold rebase-apply patch subjects when msg-clean... | Daniel Shahaf | 1 | -8/+7 |
2016-12-03 | Get subject of current patch in rebase-apply mode | Daniel Hahler | 1 | -0/+9 |
2016-10-31 | 39786: vcs_info (hg): Use native hexdump implementation instead of external c... | Daniel Shahaf | 1 | -3/+4 |
2016-09-24 | 39423: vcs_info git: Produce nicer applied-string messages for 'exec' actions. | Daniel Shahaf | 1 | -2/+6 |
2016-01-15 | unposted: Fix typo in comment. | Daniel Shahaf | 1 | -2/+2 |
2016-01-15 | 37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ... | Daniel Shahaf | 1 | -1/+3 |