Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | sha1_file: do not add own object directory as alternate | Ephrim Khong | 2014-07-15 | 1 | -4/+9 | |
* | | | | | | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 | 1 | -31/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | prepare_packed_git_one: refactor duplicate-pack check | Jeff King | 2014-06-30 | 1 | -2/+7 | |
| * | | | | | | replace has_extension with ends_with | Jeff King | 2014-06-30 | 1 | -5/+5 | |
| * | | | | | | sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one() | René Scharfe | 2014-06-30 | 1 | -26/+16 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge branch 'jk/report-fail-to-read-objects-better' into maint | Junio C Hamano | 2014-06-25 | 1 | -1/+5 | |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'rs/fix-alt-odb-path-comparison' | Junio C Hamano | 2014-07-10 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | sha1_file: avoid overrunning alternate object base string | René Scharfe | 2014-07-01 | 1 | -1/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'jk/report-fail-to-read-objects-better' | Junio C Hamano | 2014-06-16 | 1 | -1/+5 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | open_sha1_file: report "most interesting" errno | Jeff King | 2014-05-15 | 1 | -1/+5 | |
| |/ | ||||||
* | | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 2014-04-08 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | code and test: fix misuses of "nor" | Justin Lebar | 2014-04-01 | 1 | -1/+1 | |
| * | | comments: fix misuses of "nor" | Justin Lebar | 2014-04-01 | 1 | -1/+1 | |
* | | | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 2014-03-18 | 1 | -6/+1 | |
|\ \ \ | ||||||
| * | | | sha1_file.c: use ALLOC_GROW() in pretend_sha1_file() | Dmitry S. Dolzhenko | 2014-03-03 | 1 | -6/+1 | |
| |/ / | ||||||
* | | | Merge branch 'nd/sha1-file-delta-stack-leakage-fix' | Junio C Hamano | 2014-03-18 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * | | | sha1_file: fix delta_stack memory leak in unpack_entry | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -0/+4 | |
* | | | | Merge branch 'mh/object-code-cleanup' | Junio C Hamano | 2014-03-14 | 1 | -30/+36 | |
|\ \ \ \ | ||||||
| * | | | | sha1_file.c: document a bunch of functions defined in the file | Michael Haggerty | 2014-02-25 | 1 | -11/+15 | |
| * | | | | sha1_file_name(): declare to return a const string | Michael Haggerty | 2014-02-24 | 1 | -15/+9 | |
| * | | | | find_pack_entry(): document last_found_pack | Michael Haggerty | 2014-02-24 | 1 | -4/+12 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -4/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | do not discard revindex when re-preparing packfiles | Jeff King | 2014-01-16 | 1 | -1/+0 | |
| * | | | count-objects: recognize .bitmap in garbage-checking | Nguyễn Thái Ngọc Duy | 2013-12-30 | 1 | -0/+1 | |
| * | | | sha1_file: export `git_open_noatime` | Vicent Marti | 2013-10-25 | 1 | -3/+1 | |
* | | | | Merge branch 'ss/safe-create-leading-dir-with-slash' | Junio C Hamano | 2014-01-27 | 1 | -4/+8 | |
|\ \ \ \ | ||||||
| * | | | | safe_create_leading_directories(): on Windows, \ can separate path components | Michael Haggerty | 2014-01-22 | 1 | -4/+8 | |
* | | | | | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 2014-01-27 | 1 | -29/+38 | |
|\| | | | | ||||||
| * | | | | safe_create_leading_directories(): add new error value SCLD_VANISHED | Michael Haggerty | 2014-01-06 | 1 | -0/+11 | |
| * | | | | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 | 1 | -8/+8 | |
| * | | | | safe_create_leading_directories(): always restore slash at end of loop | Michael Haggerty | 2014-01-06 | 1 | -13/+9 | |
| * | | | | safe_create_leading_directories(): split on first of multiple slashes | Michael Haggerty | 2014-01-06 | 1 | -2/+3 | |
| * | | | | safe_create_leading_directories(): rename local variable | Michael Haggerty | 2014-01-06 | 1 | -5/+5 | |
| * | | | | safe_create_leading_directories(): add explicit "slash" pointer | Michael Haggerty | 2014-01-06 | 1 | -9/+11 | |
| * | | | | safe_create_leading_directories(): reduce scope of local variable | Michael Haggerty | 2014-01-06 | 1 | -1/+2 | |
| * | | | | safe_create_leading_directories(): fix format of "if" chaining | Michael Haggerty | 2014-01-06 | 1 | -4/+2 | |
* | | | | | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 2014-01-10 | 1 | -0/+53 | |
|\ \ \ \ \ | ||||||
| * | | | | | sha1_object_info_extended: provide delta base sha1s | Jeff King | 2013-12-26 | 1 | -0/+53 | |
* | | | | | | Merge branch 'jh/rlimit-nofile-fallback' | Junio C Hamano | 2014-01-10 | 1 | -7/+30 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failure | Junio C Hamano | 2013-12-18 | 1 | -7/+30 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge branch 'jh/loose-object-dirs-creation-race' into maint | Junio C Hamano | 2013-12-17 | 1 | -1/+3 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'sb/sha1-loose-object-info-check-existence' into maint | Junio C Hamano | 2013-12-17 | 1 | -6/+9 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge branch 'cc/replace-object-info' | Junio C Hamano | 2014-01-10 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | sha1_file: perform object replacement in sha1_object_info_extended() | Christian Couder | 2013-12-12 | 1 | -6/+7 | |
| * | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameter | Christian Couder | 2013-12-12 | 1 | -3/+3 | |
| * | | | | | | sha1_file.c: add lookup_replace_object_extended() to pass flags | Christian Couder | 2013-12-12 | 1 | -2/+1 | |
| * | | | | | | rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT | Christian Couder | 2013-12-12 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'jk/remove-experimental-loose-object-support' | Junio C Hamano | 2013-12-06 | 1 | -74/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | drop support for "experimental" loose objects | Jeff King | 2013-11-21 | 1 | -74/+0 | |
* | | | | | | | Merge branch 'sb/sha1-loose-object-info-check-existence' | Junio C Hamano | 2013-12-05 | 1 | -6/+9 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | |