diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-23 12:14:22 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-23 12:14:22 +0200 |
commit | a7a4388eeaa4b6b94192dce67257a34c4a6cbd26 (patch) | |
tree | 924ae1c8059b6486c2e8f234cb8030b8df69e73f /lib/git/refs.py | |
parent | 3d3a24b22d340c62fafc0e75a349c0ffe34d99d7 (diff) | |
download | gitpython-a7a4388eeaa4b6b94192dce67257a34c4a6cbd26.tar.gz |
Added frame for IndexFile add/remove/commit methods and respective test markers
Diffstat (limited to 'lib/git/refs.py')
-rw-r--r-- | lib/git/refs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/git/refs.py b/lib/git/refs.py index a83628ce..c8857e97 100644 --- a/lib/git/refs.py +++ b/lib/git/refs.py @@ -322,7 +322,8 @@ class HEAD(SymbolicReference): paths=None, **kwargs): """ Reset our HEAD to the given commit optionally synchronizing - the index and working tree. + the index and working tree. The reference we refer to will be set to + commit as well. ``commit`` Commit object, Reference Object or string identifying a revision we |