summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect error check while reading deflated pack dataJunio C Hamano2009-10-211-5/+3
* sha1_file: Fix infinite loop when pack is corruptedShawn O. Pearce2009-10-141-0/+4
* Merge branch 'cc/replace'Junio C Hamano2009-08-211-5/+18
|\
| * sha1_file: add a "read_sha1_file_repl" functionChristian Couder2009-05-311-2/+7
| * replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder2009-05-311-3/+11
* | refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-221-1/+1
* | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-1/+1
|\ \
| * | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
| |/
| * Merge branch 'maint'Junio C Hamano2009-05-201-0/+6
| |\
| * \ Merge branch 'ar/unlink-err'Junio C Hamano2009-05-181-1/+1
| |\ \
* | | | Fix big left-shifts of unsigned charLinus Torvalds2009-06-181-2/+1
* | | | Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-251-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
* | | Cope better with a _lot_ of packsJohannes Schindelin2009-05-201-0/+6
| |/ |/|
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
|/
* Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin2009-04-291-1/+1
* Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin2009-04-251-1/+4
* Merge branch 'jc/shared-literally'Junio C Hamano2009-04-061-4/+10
|\
| * set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-281-1/+1
| * move_temp_to_file(): do not forget to chmod() in "Coda hack" codepathJunio C Hamano2009-03-281-2/+3
| * Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-271-2/+1
| * "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-271-1/+7
* | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-20/+1
|\ \
| * | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-201-20/+1
* | | Merge branch 'maint'Junio C Hamano2009-03-241-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-241-1/+1
| |\ \
| | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-241-1/+1
| | |\ \
| | | * | close_sha1_file(): make it easier to diagnose errorsLinus Torvalds2009-03-241-1/+1
* | | | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-34/+26
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | is_kept_pack(): final clean-upJunio C Hamano2009-02-281-15/+7
| * | | Simplify is_kept_pack()Junio C Hamano2009-02-281-27/+3
| * | | Consolidate ignore_packed logic moreJunio C Hamano2009-02-281-10/+14
| * | | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-281-7/+9
| * | | has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-281-7/+25
* | | | 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
|\ \ | |/