Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bc/object-id' | Junio C Hamano | 2017-03-17 | 1 | -8/+19 |
|\ | |||||
| * | Convert object iteration callbacks to struct object_id | brian m. carlson | 2017-02-22 | 1 | -6/+6 |
| * | sha1_file: introduce an nth_packed_object_oid function | brian m. carlson | 2017-02-22 | 1 | -3/+14 |
* | | Merge branch 'cc/split-index-config' | Junio C Hamano | 2017-03-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | sha1_file: make check_and_freshen_file() non static | Christian Couder | 2017-03-01 | 1 | -1/+1 |
* | | | Merge branch 'rs/sha1-file-plug-fallback-base-leak' | Junio C Hamano | 2017-03-10 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | sha1_file: release fallback base's memory in unpack_entry()rs/sha1-file-plug-fallback-base-leak | René Scharfe | 2017-02-27 | 1 | -0/+4 |
| * | | | Merge branch 'jk/fetch-quick-tag-following' into maint | Junio C Hamano | 2016-10-28 | 1 | -0/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/verify-loose-object-header' into maint | Junio C Hamano | 2016-10-11 | 1 | -2/+24 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'mh/ref-remove-empty-directory' | Junio C Hamano | 2017-02-27 | 1 | -1/+75 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | raceproof_create_file(): new function | Michael Haggerty | 2017-01-07 | 1 | -0/+68 |
| * | | | | | safe_create_leading_directories(): set errno on SCLD_EXISTS | Michael Haggerty | 2017-01-07 | 1 | -1/+3 |
| * | | | | | safe_create_leading_directories_const(): preserve errno | Michael Haggerty | 2017-01-07 | 1 | -0/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'jk/clear-delta-base-cache-fix' | Junio C Hamano | 2017-01-31 | 1 | -5/+4 |
|\ \ \ \ \ | |||||
| * | | | | | clear_delta_base_cache(): don't modify hashmap while iteratingjk/clear-delta-base-cache-fix | Jeff King | 2017-01-19 | 1 | -5/+4 |
| * | | | | | Merge branch 'jk/quote-env-path-list-component' into maint | Junio C Hamano | 2017-01-17 | 1 | -11/+36 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'jk/loose-object-fsck' | Junio C Hamano | 2017-01-31 | 1 | -16/+164 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fsck: detect trailing garbage in all object types | Jeff King | 2017-01-15 | 1 | -0/+5 |
| * | | | | | | | sha1_file: add read_loose_object() function | Jeff King | 2017-01-15 | 1 | -3/+130 |
| * | | | | | | | sha1_file: fix error message for alternate objects | Jeff King | 2017-01-15 | 1 | -15/+31 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-01-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | real_path: have callers use real_pathdup and strbuf_realpath | Brandon Williams | 2016-12-12 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'jc/git-open-cloexec' | Junio C Hamano | 2017-01-10 | 1 | -27/+19 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | sha1_file: stop opening files with O_NOATIMEjc/git-open-cloexec | Junio C Hamano | 2016-11-02 | 1 | -21/+0 |
| * | | | | | | git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallback | Junio C Hamano | 2016-11-02 | 1 | -5/+19 |
| * | | | | | | git_open(): untangle possible NOATIME and CLOEXEC interactions | Junio C Hamano | 2016-10-28 | 1 | -20/+19 |
* | | | | | | | Merge branch 'jk/quote-env-path-list-component' | Junio C Hamano | 2016-12-21 | 1 | -11/+36 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||||
| * | | | | | alternates: accept double-quoted paths | Jeff King | 2016-12-12 | 1 | -11/+36 |
* | | | | | | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-11-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | alternates: re-allow relative paths from environmentjk/alt-odb-cleanup | Jeff King | 2016-11-08 | 1 | -1/+1 |
* | | | | | | Merge branch 'ls/git-open-cloexec' | Junio C Hamano | 2016-10-31 | 1 | -10/+15 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | sha1_file: open window into packfiles with O_CLOEXEC | Lars Schneider | 2016-10-25 | 1 | -4/+9 |
| * | | | | | sha1_file: rename git_open_noatime() to git_open() | Lars Schneider | 2016-10-25 | 1 | -6/+6 |
* | | | | | | Merge branch 'jk/abbrev-auto' | Junio C Hamano | 2016-10-27 | 1 | -0/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | find_unique_abbrev: move logic out of get_short_sha1()jk/abbrev-auto | Jeff King | 2016-10-03 | 1 | -0/+27 |
* | | | | | | | Merge branch 'jk/fetch-quick-tag-following' | Junio C Hamano | 2016-10-26 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | fetch: use "quick" has_sha1_file for tag followingjk/fetch-quick-tag-following | Jeff King | 2016-10-14 | 1 | -0/+5 |
| * | | | | | Merge branch 'nd/pack-ofs-4gb-limit' into maint | Junio C Hamano | 2016-08-08 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-10-17 | 1 | -77/+102 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | alternates: use fspathcmp to detect duplicates | Jeff King | 2016-10-10 | 1 | -1/+1 |
| * | | | | | | sha1_file: always allow relative paths to alternates | Jeff King | 2016-10-10 | 1 | -6/+1 |
| * | | | | | | fill_sha1_file: write into a strbuf | Jeff King | 2016-10-10 | 1 | -24/+10 |
| * | | | | | | alternates: store scratch buffer as strbuf | Jeff King | 2016-10-10 | 1 | -10/+18 |
| * | | | | | | fill_sha1_file: write "boring" characters | Jeff King | 2016-10-10 | 1 | -7/+5 |
| * | | | | | | alternates: use a separate scratch space | Jeff King | 2016-10-10 | 1 | -16/+12 |
| * | | | | | | alternates: encapsulate alt->base munging | Jeff King | 2016-10-10 | 1 | -6/+13 |
| * | | | | | | alternates: provide helper for allocating alternate | Jeff King | 2016-10-10 | 1 | -9/+19 |
| * | | | | | | alternates: provide helper for adding to alternates list | Jeff King | 2016-10-10 | 1 | -0/+11 |
| * | | | | | | link_alt_odb_entry: refactor string handling | Jeff King | 2016-10-10 | 1 | -38/+45 |
| * | | | | | | link_alt_odb_entry: handle normalize_path errors | Jeff King | 2016-10-10 | 1 | -2/+9 |