diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-23 00:14:24 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-23 00:14:24 +0200 |
| commit | 00499d994fea6fb55a33c788f069782f917dbdd4 (patch) | |
| tree | f3de7739d34003a7356bd72769f212a47ebc8993 /CHANGES | |
| parent | b2a14e4b96a0ffc5353733b50266b477539ef899 (diff) | |
| parent | d1bd99c0a376dec63f0f050aeb0c40664260da16 (diff) | |
| download | GitPython-00499d994fea6fb55a33c788f069782f917dbdd4.tar.gz GitPython-00499d994fea6fb55a33c788f069782f917dbdd4.zip | |
Merge branch 'symbolic_ref' into improvements
* symbolic_ref:
SymbolicReferences can now change they references safely as I think and well controlled, including test.
Adjusted tests to deal with API changes
Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -87,9 +87,12 @@ Index * A new Index class allows to read and write index files directly, and to perform simple two and three way merges based on an arbitrary index. -Refs ----- -* Will dynmically retrieve their object at the time of query to assure the information +Referernces +------------ +* References are object that point to a Commit +* SymbolicReference are a pointer to a Reference Object, which itself points to a specific + Commit +* They will dynmically retrieve their object at the time of query to assure the information is actual. Recently objects would be cached, hence ref object not be safely kept persistent. |
