[libvirt] [PATCH] maint: Add support for .ctags.d

Jiri Denemark posted 1 patch 4 years, 10 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/908d45502c4b26d6d4676f65244cecec34d8c5fc.1559242308.git.jdenemar@redhat.com
.ctags.d/libvirt.ctags | 1 +
1 file changed, 1 insertion(+)
create mode 120000 .ctags.d/libvirt.ctags
[libvirt] [PATCH] maint: Add support for .ctags.d
Posted by Jiri Denemark 4 years, 10 months ago
Depending on the way ctags was compiled, it may look for
.ctags.d/*.ctags files rather than .ctags for reading configuration.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 .ctags.d/libvirt.ctags | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 .ctags.d/libvirt.ctags

diff --git a/.ctags.d/libvirt.ctags b/.ctags.d/libvirt.ctags
new file mode 120000
index 0000000000..eefd37f401
--- /dev/null
+++ b/.ctags.d/libvirt.ctags
@@ -0,0 +1 @@
+../.ctags
\ No newline at end of file
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] maint: Add support for .ctags.d
Posted by Michal Privoznik 4 years, 10 months ago
On 5/30/19 8:51 PM, Jiri Denemark wrote:
> Depending on the way ctags was compiled, it may look for
> .ctags.d/*.ctags files rather than .ctags for reading configuration.
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>   .ctags.d/libvirt.ctags | 1 +
>   1 file changed, 1 insertion(+)
>   create mode 120000 .ctags.d/libvirt.ctags
> 
> diff --git a/.ctags.d/libvirt.ctags b/.ctags.d/libvirt.ctags
> new file mode 120000
> index 0000000000..eefd37f401
> --- /dev/null
> +++ b/.ctags.d/libvirt.ctags
> @@ -0,0 +1 @@
> +../.ctags
> \ No newline at end of file
> 

ACK and safe for freeze.

I was wondering what went wrong because I've started seeing all those 
html files in 'tags'. Thanks for fixing this.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list