Carsten Dominik <domi...@science.uva.nl> writes:

>    Bernt, or any other git guru, how can I find
>    out when I changed that default?  I am sure there
>    is a clever way to do this?

$ git log -S'string to find'

or

$ git gui blame FILE
 - find the line you are interested in
 - right click on it and 'blame parent commit'
   repeatedly to walk back through the commit history

-Bernt


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to