aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Sync with 2.3.9Junio C Hamano2015-09-04
|\
| * Sync with 2.2.3Junio C Hamano2015-09-04
| |\
| | * read_info_alternates: handle paths larger than PATH_MAXJeff King2015-09-04
| * | Merge branch 'rs/deflate-init-cleanup' into maintJunio C Hamano2015-03-23
| |\ \
| * \ \ Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-03-05
| |\ \ \
* | \ \ \ Merge branch 'jk/fix-refresh-utime' into maintJunio C Hamano2015-07-27
|\ \ \ \ \
| * | | | | check_and_freshen_file: fix reversed success-checkJeff King2015-07-08
* | | | | | Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \
| * | | | | | index-pack: avoid excessive re-reading of pack directoryJeff King2015-06-09
* | | | | | | Merge branch 'jk/diagnose-config-mmap-failure' into maintJunio C Hamano2015-06-25
|\ \ \ \ \ \ \
| * | | | | | | xmmap(): drop "Out of memory?"Junio C Hamano2015-05-28
| * | | | | | | config.c: avoid xmmap error messagesJeff King2015-05-28
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jh/filter-empty-contents' into maintJunio C Hamano2015-06-16
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: pass empty buffer to index empty fileJim Hill2015-05-18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/sha1-file-reduce-useless-warnings' into maintJunio C Hamano2015-06-05
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: squelch "packfile cannot be accessed" warningsJeff King2015-03-30
* | | | | | | | Merge branch 'jc/hash-object' into maintJunio C Hamano2015-05-26
|\ \ \ \ \ \ \ \
| * | | | | | | | write_sha1_file(): do not use a separate sha1[] arrayJunio C Hamano2015-05-05
| * | | | | | | | hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-05
* | | | | | | | | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-05-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_file: only freshen packs once per runJeff King2015-04-20
| * | | | | | | | | sha1_file: freshen pack objects before looseJeff King2015-04-20
| * | | | | | | | | reachable: only mark local objects as recentJeff King2015-04-20
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-17
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-02-22
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | sha1_file: fix iterating loose alternate objectsJonathon Mah2015-02-09
| * | | | | | for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2015-02-09
| | |_|_|_|/ | |/| | | |
* | | | | | sort_string_list(): rename to string_list_sort()Michael Haggerty2014-11-25
| |_|_|_|/ |/| | | |
* | | | | 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
|\ \ \ \ \ \