aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-29
|\
| * write_sha1_file: freshen existing objectsJeff King2014-10-16
| * sha1_file: add for_each iterators for loose and packed objectsJeff King2014-10-16
| * prune: factor out loose-object directory traversalJeff King2014-10-16
| * foreach_alt_odb: propagate return value from callbackJeff King2014-10-16
* | Merge branch 'mh/lockfile'Junio C Hamano2014-10-14
|\ \ | |/ |/|
| * lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* | Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-08
|\ \ | |/ |/|
| * sha1_file: don't convert off_t to size_t too early to avoid potential die()Steffen Prohaska2014-09-22
| * convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-28
| * mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska2014-08-28
| * convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska2014-08-21
* | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-11
|\ \
| * | sha1_file.c: do not die failing to malloc in unpack_compressed_entryNguyễn Thái Ngọc Duy2014-08-18
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\ \ | |/ |/|
| * Merge branch 'rs/fix-alt-odb-path-comparison' into maintJunio C Hamano2014-07-16
| |\
* | \ Merge branch 'kb/perf-trace'Junio C Hamano2014-07-22
|\ \ \
| * | | sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees2014-07-13
* | | | Merge branch 'ek/alt-odb-entry-fix'Junio C Hamano2014-07-21
|\ \ \ \
| * | | | sha1_file: do not add own object directory as alternateEphrim Khong2014-07-15
* | | | | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-16
|\ \ \ \ \
| * | | | | prepare_packed_git_one: refactor duplicate-pack checkJeff King2014-06-30
| * | | | | replace has_extension with ends_withJeff King2014-06-30
| * | | | | sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one()René Scharfe2014-06-30
| | |_|/ / | |/| | |
| * | | | Merge branch 'jk/report-fail-to-read-objects-better' into maintJunio C Hamano2014-06-25
| |\ \ \ \
* | \ \ \ \ Merge branch 'rs/fix-alt-odb-path-comparison'Junio C Hamano2014-07-10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | sha1_file: avoid overrunning alternate object base stringRené Scharfe2014-07-01
| | |_|/ | |/| |
* | | | Merge branch 'jk/report-fail-to-read-objects-better'Junio C Hamano2014-06-16
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | open_sha1_file: report "most interesting" errnoJeff King2014-05-15
| |/
* | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-08
|\ \
| * | code and test: fix misuses of "nor"Justin Lebar2014-03-31
| * | comments: fix misuses of "nor"Justin Lebar2014-03-31
* | | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-18
|\ \ \
| * | | sha1_file.c: use ALLOC_GROW() in pretend_sha1_file()Dmitry S. Dolzhenko2014-03-03
| |/ /
* | | Merge branch 'nd/sha1-file-delta-stack-leakage-fix'Junio C Hamano2014-03-18
|\ \ \
| * | | sha1_file: fix delta_stack memory leak in unpack_entryNguyễn Thái Ngọc Duy2014-02-24
* | | | Merge branch 'mh/object-code-cleanup'Junio C Hamano2014-03-14
|\ \ \ \
| * | | | sha1_file.c: document a bunch of functions defined in the fileMichael Haggerty2014-02-24
| * | | | sha1_file_name(): declare to return a const stringMichael Haggerty2014-02-24
| * | | | find_pack_entry(): document last_found_packMichael Haggerty2014-02-24
| | |/ / | |/| |
* | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ \ | |/ / / |/| | |
| * | | do not discard revindex when re-preparing packfilesJeff King2014-01-16
| * | | count-objects: recognize .bitmap in garbage-checkingNguyễn Thái Ngọc Duy2013-12-30
| * | | sha1_file: export `git_open_noatime`Vicent Marti2013-10-24
* | | | Merge branch 'ss/safe-create-leading-dir-with-slash'Junio C Hamano2014-01-27
|\ \ \ \
| * | | | safe_create_leading_directories(): on Windows, \ can separate path componentsMichael Haggerty2014-01-22
* | | | | Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-27
|\ \ \ \ \ | |/ / / /
| * | | | safe_create_leading_directories(): add new error value SCLD_VANISHEDMichael Haggerty2014-01-06
| * | | | safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty2014-01-06
| * | | | safe_create_leading_directories(): always restore slash at end of loopMichael Haggerty2014-01-06