| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 45543: vcs_info quilt: Allow quiltcommand to be a function. | Daniel Shahaf | 2020-03-15 | 1 | -2/+3 |
| | | | | | Before this commit, it could only be an external command. | ||||
| * | 44958: vcs_info quilt: Avoid forks | Daniel Shahaf | 2019-11-29 | 1 | -5/+5 |
| | | |||||
| * | 43618: vcs_info: Don't redefine helper functions on every execution of the ↵ | Daniel Shahaf | 2018-10-08 | 1 | -2/+5 |
| | | | | | | | | autoloadable outer function. This allows enabling tracing of the helper functions without fned'ing the outer function. | ||||
| * | 40480: vcs_info set-patch-format: Eliminate the remaining code duplication. | Daniel Shahaf | 2017-02-03 | 1 | -8/+2 |
| | | |||||
| * | 40479: vcs_info set-patch-format: Prepare for more code sharing between the ↵ | Daniel Shahaf | 2017-02-03 | 1 | -1/+2 |
| | | | | | | | callers. This changes hook invocation order in the hg backend. | ||||
| * | 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵ | Daniel Shahaf | 2017-02-03 | 1 | -0/+1 |
| | | | | | 'standalone' mode. | ||||
| * | 40403/0004: vcs_info set-patch-format helper: Part #4. | Daniel Shahaf | 2017-01-25 | 1 | -7/+2 |
| | | | | | | This also fixes the %a (${hook_com[all-n]}) expando in the hg backend: before this change, it counted only unapplied changes. | ||||
| * | 40403/0003: vcs_info set-patch-format helper: Part #3. | Daniel Shahaf | 2017-01-25 | 1 | -6/+2 |
| | | |||||
| * | 40403/0002: vcs_info set-patch-format helper: Part #2. | Daniel Shahaf | 2017-01-25 | 1 | -6/+2 |
| | | | | | | Not all callers reset ${hook_com}, but those that don't, immediately overwrite it a few lines later. | ||||
| * | 40403/0001: vcs_info set-patch-format helper: Part #1. | Daniel Shahaf | 2017-01-25 | 1 | -10/+1 |
| | | |||||
| * | unposted: vcs_info: Break out VCS_INFO_quilt-patch2subject into ↵ | Daniel Shahaf | 2016-12-01 | 1 | -48/+1 |
| | | | | | | | VCS_INFO_patch2subject ... so other places can use it; compare 40030 in the 39990 thread. | ||||
| * | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 2016-08-22 | 1 | -1/+1 |
| | | |||||
| * | 38610: vcs_info quilt: Extract a patch subject, 2.0. | Daniel Shahaf | 2016-06-06 | 1 | -4/+38 |
| | | |||||
| * | 38609: vcs_info quilt: Factor out a helper function. No functional change. | Daniel Shahaf | 2016-06-06 | 1 | -13/+22 |
| | | |||||
| * | 36913 + 36945: vcs_info quilt: Pass patch subject lines to gen-applied-string | Daniel Shahaf | 2015-10-24 | 1 | -0/+30 |
| | | | | | The format used is '${patchname} ${subject}', which is analogous to the git backend. | ||||
| * | 36912: vcs_info quilt: Tolerate being in child of .pc's parent | Daniel Shahaf | 2015-10-24 | 1 | -0/+1 |
| | | | | | | Without this, gen-applied-string would only be set when .pc is a child of cwd, not when it is a child of an ancestor of cwd. | ||||
| * | 36077: vcs_info: stop exporting everything | Mikael Magnusson | 2015-08-12 | 1 | -3/+3 |
| | | |||||
| * | PATCH: 34333: vcs_info quilt: fix unapplied detection in subdir | Marc Finet | 2015-01-22 | 1 | -13/+17 |
| | | | | | | | | | | | | | | When patches are applied, let quilt use .pc without forcing the patch directory, this will fix the unapplied detection when being in subdir. When no patches are applied, use zstyle quilt-patch-dir then QUILT_PATCHES then "patches" for path to search for patches. Note: prefer setting quilt-patch-dir rather than QUILT_PATCHES for absolute path because when patches are applied, quilt unapplied will not return the correct list (i.e. the whole list rather that the one specified by .pc/.quilt_series). | ||||
| * | 33148: vcs_info quilt: refactor standalone detection | Marc Finet | 2014-09-14 | 1 | -5/+3 |
| | | | | | | | Since VCS_INFO_bydir_detect always uses the vcs_comm[detect_need_file], it should be cleared when querying it without file. | ||||
| * | Stepan Koltsov: vcs_info: %a to output number of all patches in ↵ | Frank Terbeck | 2012-08-17 | 1 | -3/+5 |
| | | | | | (no)?patch-format styles | ||||
