Oh, after reading Richard's tutorial, I realized I was missing the 'a' before the 'c' (is there any way the 'c'ommit command can include the add operation?)
Also, after doing my commits and want to go back to working, I press 'q', but that doesn't get me back with the original window configuration - that is, the window configuration before all the sequence of DVC commands started. Don't you feel that behavior would be nice? Something like: (defun dvc-status () (setq dvc-old-frame-config (current-window-configuration)) ...) and on the DVC status buffer keymap: (define-key dvc-mode-map (kbd "q") (lambda () (set-window-configuration (dvc-old-window-config))) Thanks, Hugo On Thu, Aug 13, 2009 at 8:54 AM, Hugo Schmitt <[email protected]> wrote: > Hi guys, > > I'm trying to commit a file mantained by Git. First I type C-x V =, which > shows a nice diff. > Then I type t (with my cursor over hws-modal-config.el) and enter a commit > message, and type C-c C-c to commit this file. I get the message "git commit > finished" and a buffer showing up this Git output, indicating that I haven't > added the file to commit: > > # Changed but not updated: > # (use "git add <file>..." to update what will be committed) > # (use "git checkout -- <file>..." to discard changes in working > directory) > # > # modified: hws-modal-config.el > # > ... > > What I'm doing wrong? I don't want to commit all files ("git -a"), I just > wanted to achieve ("git add hws-modal-config.el; git commit .."). > > Thanks in advance, > Hugo > > >
_______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
