cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
* [PATCH] add .gitattributes for Ruby files
@ 2019-04-27 21:26 Eric Wong
  2019-05-12  0:55 ` [PATCH 2/1] build: add .gitattributes to EXTRA_DIST Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2019-04-27 21:26 UTC (permalink / raw)
  To: cmogstored-public

This hopefully makes our other changes easier-to-read.
---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..ba767a7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.rb diff=ruby
+Rakefile diff=ruby
-- 
EW


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/1] build: add .gitattributes to EXTRA_DIST
  2019-04-27 21:26 [PATCH] add .gitattributes for Ruby files Eric Wong
@ 2019-05-12  0:55 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2019-05-12  0:55 UTC (permalink / raw)
  To: cmogstored-public

---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 9f4f87a..29fccf3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -234,7 +234,8 @@ tap_support = tapset/all.stp tapset/http_access_log.gawk tapset/ioq_wait.awk
 examples := examples/cmogstored.socket examples/cmogstored@.service
 
 EXTRA_DIST = $(RB_TESTS) $(RL_CGEN) $(RL_ALL) $(PERL_TESTS) $(extra_doc) \
-  .gitignore Rakefile autogen.sh GNUmakefile bsd/README doc m4 \
+  .gitignore .gitattributes \
+  Rakefile autogen.sh GNUmakefile bsd/README doc m4 \
   test/test_helper.rb test/iostat-mock.rb \
   test/.gitignore test/gen-slow.sh test/slow.mk \
   cmogstored.x .ctags $(SLOW_RB_FILES) \
-- 
EW

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-12  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-27 21:26 [PATCH] add .gitattributes for Ruby files Eric Wong
2019-05-12  0:55 ` [PATCH 2/1] build: add .gitattributes to EXTRA_DIST Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).