Age | Commit message (Expand) | Author | Files | Lines |
2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 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 |
2014-07-21 | Merge branch 'ek/alt-odb-entry-fix' | Junio C Hamano | 1 | -4/+9 |
2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -31/+26 |
2014-07-16 | Merge branch 'rs/fix-alt-odb-path-comparison' into maint | Junio C Hamano | 1 | -1/+2 |
2014-07-15 | sha1_file: do not add own object directory as alternate | Ephrim Khong | 1 | -4/+9 |
2014-07-13 | sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API | Karsten Blees | 1 | -26/+4 |
2014-07-10 | Merge branch 'rs/fix-alt-odb-path-comparison' | Junio C Hamano | 1 | -1/+2 |
2014-07-01 | sha1_file: avoid overrunning alternate object base string | René Scharfe | 1 | -1/+2 |
2014-06-30 | prepare_packed_git_one: refactor duplicate-pack check | Jeff King | 1 | -2/+7 |
2014-06-30 | replace has_extension with ends_with | Jeff King | 1 | -5/+5 |
2014-06-30 | sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one() | René Scharfe | 1 | -26/+16 |
2014-06-25 | Merge branch 'jk/report-fail-to-read-objects-better' into maint | Junio C Hamano | 1 | -1/+5 |
2014-06-16 | Merge branch 'jk/report-fail-to-read-objects-better' | Junio C Hamano | 1 | -1/+5 |
2014-05-15 | open_sha1_file: report "most interesting" errno | Jeff King | 1 | -1/+5 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -2/+2 |
2014-03-31 | code and test: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-03-18 | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 1 | -6/+1 |
2014-03-18 | Merge branch 'nd/sha1-file-delta-stack-leakage-fix' | Junio C Hamano | 1 | -0/+4 |
2014-03-14 | Merge branch 'mh/object-code-cleanup' | Junio C Hamano | 1 | -30/+36 |
2014-03-03 | sha1_file.c: use ALLOC_GROW() in pretend_sha1_file() | Dmitry S. Dolzhenko | 1 | -6/+1 |
2014-02-27 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -4/+2 |
2014-02-24 | sha1_file.c: document a bunch of functions defined in the file | Michael Haggerty | 1 | -11/+15 |
2014-02-24 | sha1_file_name(): declare to return a const string | Michael Haggerty | 1 | -15/+9 |
2014-02-24 | find_pack_entry(): document last_found_pack | Michael Haggerty | 1 | -4/+12 |
2014-02-24 | sha1_file: fix delta_stack memory leak in unpack_entry | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2014-01-27 | Merge branch 'ss/safe-create-leading-dir-with-slash' | Junio C Hamano | 1 | -4/+8 |
2014-01-27 | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 1 | -29/+38 |
2014-01-22 | safe_create_leading_directories(): on Windows, \ can separate path components | Michael Haggerty | 1 | -4/+8 |
2014-01-16 | do not discard revindex when re-preparing packfiles | Jeff King | 1 | -1/+0 |
2014-01-10 | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 1 | -0/+53 |
2014-01-10 | Merge branch 'jh/rlimit-nofile-fallback' | Junio C Hamano | 1 | -7/+30 |
2014-01-10 | Merge branch 'cc/replace-object-info' | Junio C Hamano | 1 | -10/+10 |
2014-01-06 | safe_create_leading_directories(): add new error value SCLD_VANISHED | Michael Haggerty | 1 | -0/+11 |