git not tracking changes
From: Deepak Barua <hidden>
Date: 2016-06-15 22:42:47
Hi,
When i do a git add of a config.h file then make some changes and
then do git commit it does not reflect the changes..
eg
dep@zion:~/programs/elinks/elinks-0.11-20061220$ git add config.h
dep@zion:~/programs/elinks/elinks-0.11-20061220$ vi config.h
dep@zion:~/programs/elinks/elinks-0.11-20061220$ git commit
nothing to commit
dep@zion:~/programs/elinks/elinks-0.11-20061220$ git commit
nothing to commit
dep@zion:~/programs/elinks/elinks-0.11-20061220$ ls
ABOUT-NLS autogen.sh config.h configure debian
INSTALL Makefile.lib SITES TODO
acinclude.m4 BUGS config.h.in configure.in doc
Makefile NEWS src Unicode
aclocal.m4 ChangeLog config.log contrib features.conf
Makefile.config po test
AUTHORS config config.status COPYING features.log
Makefile.config.in README THANKS
dep@zion:~/programs/elinks/elinks-0.11-20061220$
I am working on the hooks part modifying the perl script in the same
in the pre-commit hook but that is not related to this ...
what could be the problem...?
Also another file which you can see in the directory called "NEWS" is
being taken in to consideration...
the hook "pre-commit" is enabled and am adding a spell checker to it...
Regards
Deepak
--
Code Code Code Away