summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* add_to_alternates_file: don't add duplicate entriesJeff King2015-08-101-7/+40
* Merge branch 'jk/fix-refresh-utime'Junio C Hamano2015-07-101-1/+9
|\
| * check_and_freshen_file: fix reversed success-checkjk/fix-refresh-utimeJeff King2015-07-081-1/+9
* | Merge branch 'jk/maint-for-each-packed-object'Junio C Hamano2015-07-091-1/+6
|\ \
| * | for_each_packed_object: automatically open pack indexjk/maint-for-each-packed-objectJeff King2015-06-221-1/+6
| * | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-05-131-4/+16
| |\ \
* | \ \ Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano2015-06-241-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'Junio C Hamano2015-06-111-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'Junio C Hamano2015-06-011-1/+1
|\ \ \ \ \ \
| * | | | | | sha1_file: pass empty buffer to index empty filejh/filter-empty-contentsJim Hill2015-05-181-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'kn/cat-file-literally'Junio C Hamano2015-05-191-22/+106
|\ \ \ \ \ \
| * | | | | | sha1_file: support reading from a loose object of unknown typeKarthik Nayak2015-05-061-22/+106
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/hash-object'Junio C Hamano2015-05-111-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/sha1-file-reduce-useless-warnings'Junio C Hamano2015-05-111-3/+1
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: squelch "packfile cannot be accessed" warningsjk/sha1-file-reduce-useless-warningsJeff King2015-03-301-3/+1
* | | | | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-05-051-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