summaryrefslogtreecommitdiffstats
path: root/object.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano2009-01-251-0/+1
|\
| * bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-171-0/+1
* | Fix git-diff-tree --stdinJunio C Hamano2008-09-101-1/+12
|/
* Remove unused object-ref codeMartin Koegler2008-02-251-8/+0
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* add add_object_array_with_modeMartin Koegler2007-04-241-0/+2
* Clean up object creation to use more common codeLinus Torvalds2007-04-161-1/+1
* Add a generic "object decorator" interface, and make object refs use itLinus Torvalds2007-04-161-1/+0
* get rid of lookup_object_type()Nicolas Pitre2007-02-271-3/+0
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-1/+1
* formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-271-7/+3
* Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-0/+6
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-031-11/+0
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-8/+15
* Abstract out accesses to object hash arrayLinus Torvalds2006-06-291-2/+3
* Add "named object array" conceptLinus Torvalds2006-06-191-1/+12
* Remove "refs" field from "struct object"Linus Torvalds2006-06-181-1/+3
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-171-1/+0
* Shrink "struct object" a bitLinus Torvalds2006-06-171-2/+18
* Use a hashtable for objects instead of a sorted listJohannes Schindelin2006-02-121-1/+1
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-1/+1
* GIT 0.99.9j aka 1.0rc3Junio C Hamano2005-11-161-2/+8
* [PATCH] Avoid building object ref lists when not neededLinus Torvalds2005-09-161-0/+1
* [PATCH] Add function to append to an object_list.Daniel Barkalow2005-09-101-0/+3
* [PATCH] Object library enhancementsbarkalow@iabervon.org2005-08-021-0/+10
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-271-2/+0
* Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds2005-06-261-0/+1
* [PATCH] Parse tags for absent objectsDaniel Barkalow2005-06-211-0/+4
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-081-3/+3
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-061-0/+1
* [PATCH] delta checkNicolas Pitre2005-05-201-0/+2
* Mark the variable declarations in .h files as externPetr Baudis2005-05-111-2/+2
* [PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow2005-04-281-0/+3
* [PATCH] Header files for object parsingDaniel Barkalow2005-04-181-0/+29