Execute git status after fetch.
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sat, 16 Jun 2012 12:47:28 +0000 (14:47 +0200)
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sat, 16 Jun 2012 12:47:28 +0000 (14:47 +0200)
Makefile

index 9a59ded32d17342e646e6514367ec87c035d8871..af9f9470dd1fce32c2d7dfc937f746fb4a1d4e07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ HTTPCAT = curl
 fetch:
        $(HTTPCAT) http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids
        $(HTTPCAT) http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids
+       git status
 
 PV ?= $(shell date +%Y%m%d)
 P = hwids-$(PV)