atril Patches

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Tue Feb 18 12:16:45 UTC 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 02/18/2014 12:20 PM, Mike Gabriel wrote:
> Yeah, but debian/watch already is in the Git repo. So my guess
> rather is that the file has not been changed previous to the
> attempt of committing it.

Uh, no. "git add <file>" doesn't add a file to the git repository. It
actually adds the changes you made to be staged for the next commit.

You always need to add your changes before you commit them unless you
use "git commit -a" which adds all files to be staged for the next
commit.

- From the manpage of git-add:

   This command updates the index using the current content found in
   the working tree, to prepare the content staged for the next commit.
   It typically adds the current content of existing paths as a
   whole, but with some options it can also be used to add content with
   only part of the changes made to the working tree files applied, or
   remove paths that do not exist in the working tree anymore.

Cheers,

Adrian

- -- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTA08tAAoJEHQmOzf1tfkTno0P/A59bZ9W5uWkU0ciX/nZaXXu
0l6jLKlv+C85UFWQ+V17rEia6/It2KlgoBfnc60gC6ipx3JpFLB6rj2emyNzyOnR
yNqX+aVfUV3rXTccKpPpbv6pyRSsPjE0HRIOGWcexklIilGKQTmbxnMyK52gWTsb
8GjfhawatXUSsvwBYiZuc33JNa3nR2IqGuh4hlZMc3mSSD0SvBXW1Tv+TlHml5xQ
nce7SII97jnCASStohMKyxE7DRjTknz/mQ1bm3+k09P2HuEsoZY1wzDsPL1Bfb8L
8jV3OFmbXbWffQFUxM+mY6CWA1Z2MjXzCizej9lO4+kRQ8YA9DqfQcN6vTzYOe6Q
hSYkrsC9CoSQM0evUoaRZS8z8/7LTOa4Ot1543ffbNe9ytOd4HxcByuocqllgxLq
U75a1ASGc4XFnHfMT+V3d5BBVm24APGZYSGENsRDxxlKelq6G33XQfaYxrZKOAQQ
VcS9kuunPron8mcr0yK3/B6ZZi5VPE569eULI7e2MNmaLLP9TDuz8QUbbFmKq2Wi
YnYzDmBGNziFp2FX9yZZKo18yVet6B/2FZ5urYEyqXG/dq67/k5r2Ux9/tCtlEnF
fwv6ABVYnJwXoX5s+OKGD0nF8C2Xta64HHvfRw/iEjCLaf70bdmpwmE5Ob0XT1Xv
ODlWcmdmkikyXESAd3vn
=UdWF
-----END PGP SIGNATURE-----



More information about the pkg-mate-team mailing list