summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.3.9Junio C Hamano2015-09-041-6/+3
|\
| * Sync with 2.2.3Junio C Hamano2015-09-041-6/+3
| |\
| | * read_info_alternates: handle paths larger than PATH_MAXJeff King2015-09-041-6/+3
| * | Merge branch 'rs/deflate-init-cleanup' into maintJunio C Hamano2015-03-231-1/+0
| |\ \
| * \ \ Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-03-051-13/+31
| |\ \ \
* | \ \ \ Merge branch 'jk/fix-refresh-utime' into maintJunio C Hamano2015-07-271-1/+9
|\ \ \ \ \
| * | | | | check_and_freshen_file: fix reversed success-checkjk/fix-refresh-utimeJeff King2015-07-081-1/+9
* | | | | | Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-271-1/+3
|\ \ \ \ \ \
| * | | | | | index-pack: avoid excessive re-reading of pack directoryjk/index-pack-reduce-recheckJeff King2015-06-091-1/+3
* | | | | | | Merge branch 'jk/diagnose-config-mmap-failure' into maintJunio C Hamano2015-06-251-4/+11
|\ \ \ \ \ \ \
| * | | | | | | xmmap(): drop "Out of memory?"jk/diagnose-config-mmap-failureJunio C Hamano2015-05-281-1/+1
| * | | | | | | config.c: avoid xmmap error messagesJeff King2015-05-281-4/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jh/filter-empty-contents' into maintJunio C Hamano2015-06-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: pass empty buffer to index empty filejh/filter-empty-contentsJim Hill2015-05-181-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/sha1-file-reduce-useless-warnings' into maintJunio C Hamano2015-06-051-3/+1
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: squelch "packfile cannot be accessed" warningsjk/sha1-file-reduce-useless-warningsJeff King2015-03-301-3/+1
* | | | | | | | Merge branch 'jc/hash-object' into maintJunio C Hamano2015-05-261-4/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | write_sha1_file(): do not use a separate sha1[] arrayjc/hash-objectJunio C Hamano2015-05-051-4/+1
| * | | | | | | | hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-051-0/+21
* | | | | | | | | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-05-131-4/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_file: only freshen packs once per runJeff King2015-04-201-1/+8
| * | | | | | | | | sha1_file: freshen pack objects before looseJeff King2015-04-201-1/+1
| * | | | | | | | | reachable: only mark local objects as recentJeff King2015-04-201-2/+7
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-1/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanupRené Scharfe2015-03-051-1/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-02-221-13/+31
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | sha1_file: fix iterating loose alternate objectsJonathon Mah2015-02-091-3/+10
| * | | | | | for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2015-02-091-10/+21
| | |_|_|_|/ | |/| | | |
* | | | | | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refsMichael Haggerty2014-11-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-291-11/+198
|\ \ \ \ \ | |/ / / /
| * | | | write_sha1_file: freshen existing objectsJeff King2014-10-161-7/+44
| * | | | sha1_file: add for_each iterators for loose and packed objectsJeff King2014-10-161-0/+62
| * | | | prune: factor out loose-object directory traversalJeff King2014-10-161-0/+84
| * | | | foreach_alt_odb: propagate return value from callbackJeff King2014-10-161-4/+8
* | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-141-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
| | |/ / | |/| |
* | | | Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-081-7/+53
|\ \ \ \ | |/ / / |/| | |
| * | | sha1_file: don't convert off_t to size_t too early to avoid potential die()sp/stream-clean-filterSteffen Prohaska2014-09-221-4/+9
| * | | convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-281-1/+26
| * | | mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska2014-08-281-1/+17
| * | | convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska2014-08-211-1/+1
* | | | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-111-1/+3
|\ \ \ \
| * | | | sha1_file.c: do not die failing to malloc in unpack_compressed_entryNguyễn Thái Ngọc Duy2014-08-181-1/+3
| |/ / /
* | | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'rs/fix-alt-odb-path-comparison' into maintJunio C Hamano2014-07-161-1/+2
| |\ \
* | \ \ Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-26/+4
|\ \ \ \
| * | | | sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees2014-07-131-26/+4
* | | | | Merge branch 'ek/alt-odb-entry-fix'Junio C Hamano2014-07-211-4/+9
|\ \ \ \ \
| * | | | | sha1_file: do not add own object directory as alternateek/alt-odb-entry-fixEphrim Khong2014-07-151-4/+9
* | | | | | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-161-31/+26
|\ \ \ \ \ \