summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2010-06-13Merge branch 'jk/maint-sha1-file-name-fix'Junio C Hamano
2010-05-25remove over-eager caching in sha1_file_nameJeff King
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-05-19Merge branch 'maint'Junio C Hamano
2010-05-19hash_object: correction for zero length fileDmitry Potapov
2010-04-20Allow parse_pack_index on temporary filesShawn O. Pearce
2010-04-20Introduce close_pack_index to permit replacementShawn O. Pearce
2010-04-02make commit_tree a library functionJeff King
2010-04-02fix const-correctness of write_sha1_fileJeff King
2010-03-08Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano
2010-03-07Merge branch 'nd/root-git'Junio C Hamano
2010-03-07Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano
2010-03-05Merge branch 'dp/read-not-mmap-small-loose-object' into maintJunio C Hamano
2010-03-02Merge branch 'np/compress-loose-object-memsave'Junio C Hamano
2010-02-22Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy
2010-02-22sha1_file: be paranoid when creating loose objectsNicolas Pitre
2010-02-21hash-object: don't use mmap() for small filesDmitry Potapov
2010-02-21sha1_file: don't malloc the whole compressed result when writing out objectsNicolas Pitre
2010-02-16Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy
2010-01-27Merge branch 'il/maint-xmallocz'Junio C Hamano
2010-01-26Fix integer overflow in unpack_compressed_entry()Ilari Liusvaara
2010-01-26Fix integer overflow in unpack_sha1_rest()Ilari Liusvaara
2010-01-22slim down "git show-index"Linus Torvalds
2010-01-12sha1_file.c: remove unused functionJunio C Hamano
2009-10-22Fix incorrect error check while reading deflated pack dataJunio C Hamano
2009-10-14sha1_file: Fix infinite loop when pack is corruptedShawn O. Pearce
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-07-23refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds
2009-06-01sha1_file: add a "read_sha1_file_repl" functionChristian Couder
2009-06-01replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder
2009-05-26Merge branch 'ar/unlink-err' into maintJunio C Hamano
2009-05-21Merge branch 'maint'Junio C Hamano
2009-05-21Cope better with a _lot_ of packsJohannes Schindelin
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-04-29Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano
2009-04-02Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano
2009-03-28set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano
2009-03-28move_temp_to_file(): do not forget to chmod() in "Coda hack" codepathJunio C Hamano
2009-03-28Move chmod(foo, 0444) into move_temp_to_file()Johan Herland
2009-03-28"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano
2009-03-25Merge branch 'maint'Junio C Hamano
2009-03-24Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-03-24Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano