aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* close_sha1_file(): make it easier to diagnose errorsLinus Torvalds2009-03-24
* Clear the delta base cache if a pack is rebuiltShawn O. Pearce2009-02-11
* Clear the delta base cache during fast-import checkpointShawn O. Pearce2009-02-10
* avoid 31-bit truncation in write_loose_objectJeff King2009-01-28
* make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-10
* Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-02
|\
| * sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2008-11-12
| * packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2008-11-12
* | sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain2008-11-27
* | sha1_file: avoid bogus "file exists" error messageJoey Hess2008-11-27
|/
* Merge branch 'jc/maint-co-track' into maintJunio C Hamano2008-11-02
|\
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-19
* | force_object_loose: Fix memory leakBjörn Steinbrink2008-10-18
|/
* sha1_file: link() returns -1 on failure, not errnoThomas Rast2008-09-18
* discard revindex data when pack list changesNicolas Pitre2008-08-22
* Optimize sha1_object_info for loose objects, not concurrent repacksSteven Grimm2008-08-05
* restore legacy behavior for read_sha1_file()Nicolas Pitre2008-07-14
* Merge branch 'sp/maint-pack-memuse'Junio C Hamano2008-07-09
|\
| * Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce2008-07-09
| * clone: create intermediate directories of destination repoJeff King2008-06-25
* | Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-05
* | Merge branch 'j6t/mingw'Junio C Hamano2008-07-02
|\ \
| * | Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt2008-06-23
| * | Windows: Use the Windows style PATH separator ';'.Johannes Sixt2008-06-22
* | | Merge branch 'lt/config-fsync'Junio C Hamano2008-06-25
|\ \ \
| * | | Add config option to enable 'fsync()' of object filesLinus Torvalds2008-06-18
| |/ /
* | | optimize verify-pack a bitNicolas Pitre2008-06-24
* | | clone: create intermediate directories of destination repoJeff King2008-06-24
* | | refactor pack structure allocationNicolas Pitre2008-06-24
* | | implement some resilience against pack corruptionsNicolas Pitre2008-06-23
| |/ |/|
* | Workaround for AIX mkstemp()Patrick Higgins2008-06-23
|/
* sha1_file.c: simplify parse_pack_index()Junio C Hamano2008-06-16
* create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano2008-06-16
* write_loose_object: don't bother trying to read an old objectLinus Torvalds2008-06-16
* Simplify and rename find_sha1_file()Linus Torvalds2008-06-14
* Make loose object file reading more carefulLinus Torvalds2008-06-14
* Avoid cross-directory renames and linking on object creationLinus Torvalds2008-06-14
* sha1_file.c: dead code removalJunio C Hamano2008-06-13
* Consolidate SHA1 object file closeLinus Torvalds2008-06-10
* fix sha1_pack_index_name()Junio C Hamano2008-05-28
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-25
|\
| * Add a library function to add an alternate to the alternates fileDaniel Barkalow2008-05-04
* | Remove redundant code, eliminate one static variableHeikki Orsila2008-05-24
* | add a force_object_loose() functionNicolas Pitre2008-05-13
|/
* Cleanup xread() loops to use read_in_full()Heikki Orsila2008-05-03
* sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano2008-04-09
* fix unimplemented packed_object_info_detail() featuresNicolas Pitre2008-03-01
* Merge branch 'jk/empty-tree'Junio C Hamano2008-02-20
|\
| * hard-code the empty tree objectJeff King2008-02-13
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-18
|\ \