summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_file.c: fix typoFelipe Contreras2009-02-251-1/+1
* Merge branch 'maint'Junio C Hamano2009-02-111-0/+1
|\
| * Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-111-0/+1
| |\
| | * Clear the delta base cache if a pack is rebuiltShawn O. Pearce2009-02-111-0/+1
* | | Merge branch 'maint'Junio C Hamano2009-02-101-0/+7
|\ \ \ | |/ /
| * | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-101-0/+7
| |\ \ | | |/
| | * Clear the delta base cache during fast-import checkpointShawn O. Pearce2009-02-101-0/+7
| * | Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-051-12/+12
| |\ \
* | \ \ Sync with 1.6.1.2Junio C Hamano2009-01-291-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-281-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | avoid 31-bit truncation in write_loose_objectJeff King2009-01-281-1/+2
* | | | Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-211-12/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-12/+12
| | |/ | |/|
* | | sha1_file: make "read_object" staticChristian Couder2009-01-131-2/+5
| |/ |/|
* | Make 'index_path()' use 'strbuf_readlink()'Linus Torvalds2008-12-171-9/+5
* | Merge branch 'maint'Junio C Hamano2008-12-111-0/+31
|\ \ | |/
| * make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-101-0/+31
| * Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-021-6/+18
| |\
* | \ Merge branch 'maint'Junio C Hamano2008-11-271-1/+1
|\ \ \ | |/ /
| * | sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain2008-11-271-1/+1
| * | sha1_file: avoid bogus "file exists" error messageJoey Hess2008-11-271-1/+1
* | | sha1_file: avoid bogus "file exists" error messageJoey Hess2008-11-231-1/+1
* | | Fix handle leak in sha1_file/unpack_objects if there were damaged object dataAlex Riesen2008-11-231-0/+1
* | | Merge branch 'jk/commit-v-strip'Junio C Hamano2008-11-161-3/+1
|\ \ \
| * | | define empty tree sha1 as a macroJeff King2008-11-121-3/+1
* | | | Merge branch 'np/pack-safer'Junio C Hamano2008-11-121-19/+66
|\ \ \ \
| * | | | make find_pack_revindex() aware of the nasty worldNicolas Pitre2008-11-021-6/+12
| * | | | make packed_object_info() resilient to pack corruptionsNicolas Pitre2008-11-021-6/+30
| * | | | make unpack_object_header() non fatalNicolas Pitre2008-11-021-9/+11
| * | | | better validation on delta base object offsetsNicolas Pitre2008-11-021-1/+1
| * | | | close another possibility for propagating pack corruptionNicolas Pitre2008-11-021-0/+15
| |/ / /
* | | | Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-121-6/+18
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2008-11-121-6/+13
| * | packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2008-11-121-0/+5
| |/
| * Merge branch 'jc/maint-co-track' into maintJunio C Hamano2008-11-021-1/+1
| |\
* | \ Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-1/+1
|\ \ \ | | |/ | |/|
| * | Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+1
* | | Merge branch 'maint'Junio C Hamano2008-10-181-1/+5
|\ \ \ | | |/ | |/|
| * | force_object_loose: Fix memory leakBjörn Steinbrink2008-10-181-1/+5
| |/
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-4/+2
* | Cleanup in sha1_file.c::cache_or_unpack_entry()Miklos Vajna2008-10-091-4/+2
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-5/+5
* | Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-2/+11
|\ \
| * | push: receiver end advertises refs from alternate repositoriesJunio C Hamano2008-09-091-0/+10
| * | is_directory(): a generic helper functionJunio C Hamano2008-09-091-2/+1
* | | Merge branch 'jc/safe-c-l-d'Shawn O. Pearce2008-09-251-1/+5
|\ \ \
| * | | safe_create_leading_directories(): make it about "leading" directoriesJunio C Hamano2008-09-031-1/+5
* | | | Merge branch 'maint'Junio C Hamano2008-09-181-1/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | sha1_file: link() returns -1 on failure, not errnoThomas Rast2008-09-181-1/+3
| |/
* | Merge branch 'np/verify-pack'Junio C Hamano2008-08-271-0/+1
|\ \ | |/