summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Merge branch 'sp/pack'Junio C Hamano2007-06-021-1/+2
|\
| * Lazily open pack index files on demandShawn O. Pearce2007-05-261-1/+2
* | Merge branch 'maint'Junio C Hamano2007-05-311-2/+2
|\ \
| * \ Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-311-2/+2
| |\ \
| | * | fix signed range problems with hex conversionsLinus Torvalds2007-05-301-2/+2
* | | | Merge branch 'db/remote'Junio C Hamano2007-05-291-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-2/+0
* | | | rename dirlink to gitlink.Martin Waitz2007-05-211-5/+5
|/ / /
* | | Merge branch 'dh/pack'Junio C Hamano2007-05-201-0/+2
|\ \ \
| * | | Custom compression levels for objects and packsDana How2007-05-101-0/+2
* | | | Merge branch 'mst/connect'Junio C Hamano2007-05-201-1/+2
|\ \ \ \
| * | | | connect: display connection progressMichael S. Tsirkin2007-05-161-1/+2
* | | | | Merge branch 'np/pack'Junio C Hamano2007-05-201-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | deprecate the new loose object header formatNicolas Pitre2007-05-101-2/+0
| | |/ / | |/| |
* | | | git-archive: convert archive entries like checkouts doRené Scharfe2007-05-181-0/+1
| |/ / |/| |
* | | Add has_symlink_leading_path() function.Junio C Hamano2007-05-111-0/+1
|/ /
* | Add --date={local,relative,default}Junio C Hamano2007-04-251-1/+1
* | entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino2007-04-251-1/+1
* | Merge branch 'jc/the-index'Junio C Hamano2007-04-241-15/+43
|\ \
| * | Make read-cache.c "the_index" free.Junio C Hamano2007-04-221-12/+27
| * | Move index-related variables into a structure.Junio C Hamano2007-04-221-3/+16
* | | add get_sha1_with_modeMartin Koegler2007-04-241-0/+1
* | | Add S_IFINVALID modeMartin Koegler2007-04-241-0/+3
|/ /
* | Merge branch 'lt/objalloc'Junio C Hamano2007-04-211-8/+5
|\ \
| * | Clean up object creation to use more common codeLinus Torvalds2007-04-161-9/+5
| * | Use proper object allocators for unknown object nodes tooLinus Torvalds2007-04-161-0/+1
* | | Merge branch 'jc/attr'Junio C Hamano2007-04-211-2/+6
|\ \ \
| * | | lockfile: record the primary process.Junio C Hamano2007-04-211-0/+1
| * | | Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-201-2/+2
| * | | attribute macro supportJunio C Hamano2007-04-151-0/+1
| * | | Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-141-0/+2
| |/ /
* | | Merge branch 'lt/gitlink'Junio C Hamano2007-04-211-1/+19
|\ \ \
| * | | Add "S_IFDIRLNK" file mode infrastructure for git linksLinus Torvalds2007-04-101-1/+19
* | | | Merge branch 'np/pack'Junio C Hamano2007-04-211-4/+5
|\ \ \ \
| * | | | add get_size_from_delta()Nicolas Pitre2007-04-161-0/+1
| * | | | get rid of num_packed_objects()Nicolas Pitre2007-04-101-4/+4
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2007-04-171-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica2007-04-171-1/+1
* | | Merge branch 'maint'Junio C Hamano2007-04-111-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * (encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2007-04-111-2/+2
* | A new merge stragety 'subtree'.Junio C Hamano2007-04-071-0/+3
* | Merge branch 'jc/index-output'Junio C Hamano2007-04-071-0/+5
|\ \
| * | git-read-tree --index-output=<file>Junio C Hamano2007-04-031-1/+1
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-0/+5
| |/
* | Rename add_file_to_index() to add_file_to_cache()Junio C Hamano2007-04-051-1/+1
* | Fix bogus error message from merge-recursive error pathJunio C Hamano2007-04-051-1/+0
* | clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-1/+1
|/
* index-pack: use hash_sha1_file()Nicolas Pitre2007-03-201-1/+1
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-181-0/+1