aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* fix const-correctness of write_sha1_fileJeff King2010-04-01
* Merge branch 'nd/root-git'Junio C Hamano2010-03-07
|\
| * Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy2010-02-16
* | Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-07
|\ \
| * | Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy2010-02-22
* | | Merge branch 'np/compress-loose-object-memsave'Junio C Hamano2010-03-02
|\ \ \
| * | | sha1_file: be paranoid when creating loose objectsNicolas Pitre2010-02-21
| * | | sha1_file: don't malloc the whole compressed result when writing out objectsNicolas Pitre2010-02-21
| |/ /
* | | hash-object: don't use mmap() for small filesDmitry Potapov2010-02-21
|/ /
* | Merge branch 'il/maint-xmallocz'Junio C Hamano2010-01-27
|\ \ | |/
| * Fix integer overflow in unpack_compressed_entry()Ilari Liusvaara2010-01-26
| * Fix integer overflow in unpack_sha1_rest()Ilari Liusvaara2010-01-26
* | slim down "git show-index"Linus Torvalds2010-01-21
* | sha1_file.c: remove unused functionJunio C Hamano2010-01-12
|/
* Fix incorrect error check while reading deflated pack dataJunio C Hamano2009-10-21
* sha1_file: Fix infinite loop when pack is corruptedShawn O. Pearce2009-10-14
* Merge branch 'cc/replace'Junio C Hamano2009-08-21
|\
| * sha1_file: add a "read_sha1_file_repl" functionChristian Couder2009-05-31
| * replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder2009-05-31
* | refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-22
* | Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\ \
| * | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
| |/
| * Merge branch 'maint'Junio C Hamano2009-05-20
| |\
| * \ Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18
| |\ \
* | | | Fix big left-shifts of unsigned charLinus Torvalds2009-06-18
* | | | Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-25
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* | | Cope better with a _lot_ of packsJohannes Schindelin2009-05-20
| |/ |/|
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
|/
* Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin2009-04-29
* Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin2009-04-25
* Merge branch 'jc/shared-literally'Junio C Hamano2009-04-06
|\
| * set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-28
| * move_temp_to_file(): do not forget to chmod() in "Coda hack" codepathJunio C Hamano2009-03-28
| * Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-27
| * "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-27
* | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-01
|\ \
| * | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-20
* | | Merge branch 'maint'Junio C Hamano2009-03-24
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-24
| |\ \
| | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-24
| | |\ \
| | | * | close_sha1_file(): make it easier to diagnose errorsLinus Torvalds2009-03-24
* | | | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-11
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | is_kept_pack(): final clean-upJunio C Hamano2009-02-28
| * | | Simplify is_kept_pack()Junio C Hamano2009-02-28
| * | | Consolidate ignore_packed logic moreJunio C Hamano2009-02-28
| * | | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-28
| * | | has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-28
* | | | sha1_file.c: fix typoFelipe Contreras2009-02-25
* | | | Merge branch 'maint'Junio C Hamano2009-02-11
|\ \ \ \ | | |/ / | |/| |