summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2015-05-19Merge branch 'kn/cat-file-literally'Junio C Hamano
2015-05-11Merge branch 'jc/hash-object'Junio C Hamano
2015-05-11Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-06sha1_file: support reading from a loose object of unknown typeKarthik Nayak
2015-05-06Merge branch 'jk/prune-mtime'Junio C Hamano
2015-05-05write_sha1_file(): do not use a separate sha1[] arrayJunio C Hamano
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine
2015-04-20sha1_file: only freshen packs once per runJeff King
2015-04-20sha1_file: freshen pack objects before looseJeff King
2015-04-20reachable: only mark local objects as recentJeff King
2015-03-31sha1_file: squelch "packfile cannot be accessed" warningsJeff King
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2015-02-22Merge branch 'jk/prune-mtime'Junio C Hamano
2015-02-09sha1_file: fix iterating loose alternate objectsJonathon Mah
2015-02-09for_each_loose_file_in_objdir: take an optional strbuf pathJeff King
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty
2014-10-29Merge branch 'jk/prune-mtime'Junio C Hamano
2014-10-16write_sha1_file: freshen existing objectsJeff King
2014-10-16sha1_file: add for_each iterators for loose and packed objectsJeff King
2014-10-16prune: factor out loose-object directory traversalJeff King
2014-10-16foreach_alt_odb: propagate return value from callbackJeff King
2014-10-14Merge branch 'mh/lockfile'Junio C Hamano
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-22sha1_file: don't convert off_t to size_t too early to avoid potential die()Steffen Prohaska
2014-09-11Merge branch 'nd/large-blobs'Junio C Hamano
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-08-28convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska
2014-08-28mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska
2014-08-21convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska
2014-08-18sha1_file.c: do not die failing to malloc in unpack_compressed_entryNguyễn Thái Ngọc Duy
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-21Merge branch 'ek/alt-odb-entry-fix'Junio C Hamano
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano
2014-07-16Merge branch 'rs/fix-alt-odb-path-comparison' into maintJunio C Hamano
2014-07-15sha1_file: do not add own object directory as alternateEphrim Khong
2014-07-14sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees
2014-07-10Merge branch 'rs/fix-alt-odb-path-comparison'Junio C Hamano
2014-07-01sha1_file: avoid overrunning alternate object base stringRené Scharfe
2014-06-30prepare_packed_git_one: refactor duplicate-pack checkJeff King
2014-06-30replace has_extension with ends_withJeff King
2014-06-30sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one()René Scharfe
2014-06-25Merge branch 'jk/report-fail-to-read-objects-better' into maintJunio C Hamano
2014-06-16Merge branch 'jk/report-fail-to-read-objects-better'Junio C Hamano
2014-05-15open_sha1_file: report "most interesting" errnoJeff King
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31code and test: fix misuses of "nor"Justin Lebar