Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | write_sha1_file(): do not use a separate sha1[] array | Junio C Hamano | 2015-05-05 | |
| * | | | | | | | | | | hash-object --literally: fix buffer overrun with extra-long object type | Eric Sunshine | 2015-05-05 | |
* | | | | | | | | | | | Merge branch 'jk/sha1-file-reduce-useless-warnings' | Junio C Hamano | 2015-05-11 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | sha1_file: squelch "packfile cannot be accessed" warnings | Jeff King | 2015-03-30 | |
* | | | | | | | | | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2015-05-05 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | / / / / / | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | sha1_file: only freshen packs once per run | Jeff King | 2015-04-20 | |
| * | | | | | | | | | sha1_file: freshen pack objects before loose | Jeff King | 2015-04-20 | |
| * | | | | | | | | | reachable: only mark local objects as recent | Jeff King | 2015-04-20 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 2015-03-17 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| * | | | | | | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 2015-03-05 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2015-02-22 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | ||||
| * | | | | | | sha1_file: fix iterating loose alternate objects | Jonathon Mah | 2015-02-09 | |
| * | | | | | | for_each_loose_file_in_objdir: take an optional strbuf path | Jeff King | 2015-02-09 | |
| | |_|_|_|/ | |/| | | | | ||||
* | | | | | | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 2014-11-25 | |
| |_|/ / / |/| | | | | ||||
* | | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2014-10-29 | |
|\ \ \ \ \ | |/ / / / | ||||
| * | | | | write_sha1_file: freshen existing objects | Jeff King | 2014-10-16 | |
| * | | | | sha1_file: add for_each iterators for loose and packed objects | Jeff King | 2014-10-16 | |
| * | | | | prune: factor out loose-object directory traversal | Jeff King | 2014-10-16 | |
| * | | | | foreach_alt_odb: propagate return value from callback | Jeff King | 2014-10-16 | |
* | | | | | Merge branch 'mh/lockfile' | Junio C Hamano | 2014-10-14 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 2014-10-01 | |
| | |_|/ | |/| | | ||||
* | | | | Merge branch 'sp/stream-clean-filter' | Junio C Hamano | 2014-10-08 | |
|\ \ \ \ | |/ / / |/| | | | ||||
| * | | | sha1_file: don't convert off_t to size_t too early to avoid potential die() | Steffen Prohaska | 2014-09-22 | |
| * | | | convert: stream from fd to required clean filter to reduce used address space | Steffen Prohaska | 2014-08-28 | |
| * | | | mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap size | Steffen Prohaska | 2014-08-28 | |
| * | | | convert: drop arguments other than 'path' from would_convert_to_git() | Steffen Prohaska | 2014-08-21 | |
* | | | | Merge branch 'nd/large-blobs' | Junio C Hamano | 2014-09-11 | |
|\ \ \ \ | ||||
| * | | | | sha1_file.c: do not die failing to malloc in unpack_compressed_entry | Nguyễn Thái Ngọc Duy | 2014-08-18 | |
| |/ / / | ||||
* | | | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||
| * | | Merge branch 'rs/fix-alt-odb-path-comparison' into maint | Junio C Hamano | 2014-07-16 | |
| |\ \ | ||||
* | \ \ | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ | ||||
| * | | | | sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API | Karsten Blees | 2014-07-13 | |
* | | | | | Merge branch 'ek/alt-odb-entry-fix' | Junio C Hamano | 2014-07-21 | |
|\ \ \ \ \ | ||||
| * | | | | | sha1_file: do not add own object directory as alternate | Ephrim Khong | 2014-07-15 | |
* | | | | | | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | prepare_packed_git_one: refactor duplicate-pack check | Jeff King | 2014-06-30 | |
| * | | | | | | replace has_extension with ends_with | Jeff King | 2014-06-30 | |
| * | | | | | | sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one() | René Scharfe | 2014-06-30 | |
| | |_|/ / / | |/| | | | | ||||
| * | | | | | Merge branch 'jk/report-fail-to-read-objects-better' into maint | Junio C Hamano | 2014-06-25 | |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||
* | | | | | | Merge branch 'rs/fix-alt-odb-path-comparison' | Junio C Hamano | 2014-07-10 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | ||||
| * | | | | sha1_file: avoid overrunning alternate object base string | René Scharfe | 2014-07-01 | |
| | |_|/ | |/| | | ||||
* | | | | Merge branch 'jk/report-fail-to-read-objects-better' | Junio C Hamano | 2014-06-16 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||
| * | | open_sha1_file: report "most interesting" errno | Jeff King | 2014-05-15 | |
| |/ | ||||
* | | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 2014-04-08 | |
|\ \ | ||||
| * | | code and test: fix misuses of "nor" | Justin Lebar | 2014-03-31 | |
| * | | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 | |
* | | | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 2014-03-18 | |
|\ \ \ | ||||
| * | | | sha1_file.c: use ALLOC_GROW() in pretend_sha1_file() | Dmitry S. Dolzhenko | 2014-03-03 | |
| |/ / |