Age | Commit message (Expand) | Author | Files | Lines |
2015-06-25 | Merge branch 'jk/diagnose-config-mmap-failure' into maint | Junio C Hamano | 1 | -4/+11 |
2015-06-24 | Merge branch 'jk/index-pack-reduce-recheck' | Junio C Hamano | 1 | -1/+3 |
2015-06-22 | for_each_packed_object: automatically open pack index | Jeff King | 1 | -1/+6 |
2015-06-16 | Merge branch 'jh/filter-empty-contents' into maint | Junio C Hamano | 1 | -1/+1 |
2015-06-11 | Merge branch 'jk/diagnose-config-mmap-failure' | Junio C Hamano | 1 | -4/+11 |
2015-06-09 | index-pack: avoid excessive re-reading of pack directory | Jeff King | 1 | -1/+3 |
2015-06-05 | Merge branch 'jk/sha1-file-reduce-useless-warnings' into maint | Junio C Hamano | 1 | -3/+1 |
2015-06-01 | Merge branch 'jh/filter-empty-contents' | Junio C Hamano | 1 | -1/+1 |
2015-05-28 | xmmap(): drop "Out of memory?" | Junio C Hamano | 1 | -1/+1 |
2015-05-28 | config.c: avoid xmmap error messages | Jeff King | 1 | -4/+11 |
2015-05-26 | Merge branch 'jc/hash-object' into maint | Junio C Hamano | 1 | -4/+22 |
2015-05-19 | Merge branch 'kn/cat-file-literally' | Junio C Hamano | 1 | -22/+106 |
2015-05-18 | sha1_file: pass empty buffer to index empty file | Jim Hill | 1 | -1/+1 |
2015-05-13 | Merge branch 'jk/prune-mtime' into maint | Junio C Hamano | 1 | -4/+16 |
2015-05-11 | Merge branch 'jc/hash-object' | Junio C Hamano | 1 | -4/+22 |
2015-05-11 | Merge branch 'jk/sha1-file-reduce-useless-warnings' | Junio C Hamano | 1 | -3/+1 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -1/+1 |
2015-05-06 | sha1_file: support reading from a loose object of unknown type | Karthik Nayak | 1 | -22/+106 |
2015-05-05 | Merge branch 'jk/prune-mtime' | Junio C Hamano | 1 | -4/+16 |
2015-05-05 | write_sha1_file(): do not use a separate sha1[] array | Junio C Hamano | 1 | -4/+1 |
2015-05-05 | hash-object --literally: fix buffer overrun with extra-long object type | Eric Sunshine | 1 | -0/+21 |
2015-04-20 | sha1_file: only freshen packs once per run | Jeff King | 1 | -1/+8 |
2015-04-20 | sha1_file: freshen pack objects before loose | Jeff King | 1 | -1/+1 |
2015-04-20 | reachable: only mark local objects as recent | Jeff King | 1 | -2/+7 |
2015-03-30 | sha1_file: squelch "packfile cannot be accessed" warnings | Jeff King | 1 | -3/+1 |
2015-03-23 | Merge branch 'rs/deflate-init-cleanup' into maint | Junio C Hamano | 1 | -1/+0 |
2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -1/+0 |
2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -1/+0 |
2015-03-05 | Merge branch 'jk/prune-mtime' into maint | Junio C Hamano | 1 | -13/+31 |
2015-02-22 | Merge branch 'jk/prune-mtime' | Junio C Hamano | 1 | -13/+31 |
2015-02-09 | sha1_file: fix iterating loose alternate objects | Jonathon Mah | 1 | -3/+10 |
2015-02-09 | for_each_loose_file_in_objdir: take an optional strbuf path | Jeff King | 1 | -10/+21 |
2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-11-25 | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 1 | -1/+1 |
2014-10-29 | Merge branch 'jk/prune-mtime' | Junio C Hamano | 1 | -11/+198 |
2014-10-16 | write_sha1_file: freshen existing objects | Jeff King | 1 | -7/+44 |
2014-10-16 | sha1_file: add for_each iterators for loose and packed objects | Jeff King | 1 | -0/+62 |
2014-10-16 | prune: factor out loose-object directory traversal | Jeff King | 1 | -0/+84 |
2014-10-16 | foreach_alt_odb: propagate return value from callback | Jeff King | 1 | -4/+8 |
2014-10-14 | Merge branch 'mh/lockfile' | Junio C Hamano | 1 | -0/+1 |
2014-10-08 | Merge branch 'sp/stream-clean-filter' | Junio C Hamano | 1 | -7/+53 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
2014-09-22 | sha1_file: don't convert off_t to size_t too early to avoid potential die() | Steffen Prohaska | 1 | -4/+9 |
2014-09-11 | Merge branch 'nd/large-blobs' | Junio C Hamano | 1 | -1/+3 |
2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -1/+1 |
2014-08-28 | convert: stream from fd to required clean filter to reduce used address space | Steffen Prohaska | 1 | -1/+26 |
2014-08-28 | mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap size | Steffen Prohaska | 1 | -1/+17 |
2014-08-21 | convert: drop arguments other than 'path' from would_convert_to_git() | Steffen Prohaska | 1 | -1/+1 |
2014-08-18 | sha1_file.c: do not die failing to malloc in unpack_compressed_entry | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2014-07-22 | Merge branch 'kb/perf-trace' | Junio C Hamano | 1 | -26/+4 |