All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitattributes: Cover Objective-C source files
@ 2022-03-17 13:03 Philippe Mathieu-Daudé
  2022-03-18 14:10   ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-03-17 13:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Christian Schoenebeck, Gerd Hoffmann,
	Akihiko Odaki, Philippe Mathieu-Daudé

From: Philippe Mathieu-Daudé <f4bug@amsat.org>

See comments in commit 29cf16db23 ("buildsys: Help git-diff
adding .gitattributes config file") for details.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index 07f430e944..a217cb7bfe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,4 @@
 *.c.inc         diff=c
 *.h.inc         diff=c
+*.m             diff=objc
 *.py            diff=python
-- 
2.34.1



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

end of thread, other threads:[~2022-03-28 22:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17 13:03 [PATCH] gitattributes: Cover Objective-C source files Philippe Mathieu-Daudé
2022-03-18 14:10 ` Philippe Mathieu-Daudé
2022-03-18 14:10   ` Philippe Mathieu-Daudé
2022-03-18 14:42   ` Akihiko Odaki
2022-03-18 16:14     ` Philippe Mathieu-Daudé
2022-03-19  3:25       ` Akihiko Odaki
2022-03-19  3:25         ` Akihiko Odaki
2022-03-19 13:49         ` Philippe Mathieu-Daudé
2022-03-19 13:49           ` Philippe Mathieu-Daudé
2022-03-19 14:03           ` Akihiko Odaki
2022-03-19 14:03             ` Akihiko Odaki
2022-03-18 14:36 ` Christian Schoenebeck
2022-03-28 22:30 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.