Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jk/loose-object-fsck' | Junio C Hamano | 2017-04-23 |
|\ | |||
| * | sha1_file: remove an used fd variable | Sebastian Schuberth | 2017-04-16 |
* | | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 2017-04-19 |
|\ \ | |||
| * | | has_sha1_file: don't bother if we are not in a repository | Jonathan Nieder | 2017-04-13 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 |
|\ \ \ | |||
| * | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 2017-03-26 |
| * | | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 2017-03-26 |
* | | | | Merge branch 'jk/loose-object-info-report-error' | Junio C Hamano | 2017-04-16 |
|\ \ \ \ | |||
| * | | | | sha1_loose_object_info: return error for corrupted objects | Jeff King | 2017-04-01 |
| * | | | | Merge branch 'jk/pack-name-cleanups' into maint | Junio C Hamano | 2017-03-28 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maint | Junio C Hamano | 2017-03-21 |
| |\ \ \ \ \ | |||
* | | | | | | | convert unchecked snprintf into xsnprintf | Jeff King | 2017-03-30 |
| |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge branch 'jk/pack-name-cleanups' | Junio C Hamano | 2017-03-21 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | sha1_file.c: make pack-name helper globally accessible | Jeff King | 2017-03-16 |
| |/ / / / | |||
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-03-17 |
|\ \ \ \ \ | |||
| * | | | | | Convert object iteration callbacks to struct object_id | brian m. carlson | 2017-02-22 |
| * | | | | | sha1_file: introduce an nth_packed_object_oid function | brian m. carlson | 2017-02-22 |
| |/ / / / | |||
* | | | | | Merge branch 'cc/split-index-config' | Junio C Hamano | 2017-03-17 |
|\ \ \ \ \ | |||
| * | | | | | sha1_file: make check_and_freshen_file() non static | Christian Couder | 2017-03-01 |
* | | | | | | Merge branch 'rs/sha1-file-plug-fallback-base-leak' | Junio C Hamano | 2017-03-10 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | sha1_file: release fallback base's memory in unpack_entry() | René Scharfe | 2017-02-27 |
| * | | | | | Merge branch 'jk/fetch-quick-tag-following' into maint | Junio C Hamano | 2016-10-28 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'jc/verify-loose-object-header' into maint | Junio C Hamano | 2016-10-11 |
| |\ \ \ \ \ \ | |||
* | \ \ \ \ \ \ | Merge branch 'mh/ref-remove-empty-directory' | Junio C Hamano | 2017-02-27 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
| * | | | | | | | raceproof_create_file(): new function | Michael Haggerty | 2017-01-07 |
| * | | | | | | | safe_create_leading_directories(): set errno on SCLD_EXISTS | Michael Haggerty | 2017-01-07 |
| * | | | | | | | safe_create_leading_directories_const(): preserve errno | Michael Haggerty | 2017-01-07 |
| | |_|_|/ / / | |/| | | | | | |||
* | | | | | | | Merge branch 'jk/clear-delta-base-cache-fix' | Junio C Hamano | 2017-01-31 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | clear_delta_base_cache(): don't modify hashmap while iterating | Jeff King | 2017-01-19 |
| * | | | | | | | Merge branch 'jk/quote-env-path-list-component' into maint | Junio C Hamano | 2017-01-17 |
| |\ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ | Merge branch 'jk/loose-object-fsck' | Junio C Hamano | 2017-01-31 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| * | | | | | | | | fsck: detect trailing garbage in all object types | Jeff King | 2017-01-15 |
| * | | | | | | | | sha1_file: add read_loose_object() function | Jeff King | 2017-01-15 |
| * | | | | | | | | sha1_file: fix error message for alternate objects | Jeff King | 2017-01-15 |
| |/ / / / / / / | |||
* | | | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-01-18 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | real_path: have callers use real_pathdup and strbuf_realpath | Brandon Williams | 2016-12-12 |
| |/ / / / / / / | |||
* | | | | | | | | Merge branch 'jc/git-open-cloexec' | Junio C Hamano | 2017-01-10 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
| * | | | | | | | sha1_file: stop opening files with O_NOATIME | Junio C Hamano | 2016-11-02 |
| * | | | | | | | git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallback | Junio C Hamano | 2016-11-02 |
| * | | | | | | | git_open(): untangle possible NOATIME and CLOEXEC interactions | Junio C Hamano | 2016-10-28 |
* | | | | | | | | Merge branch 'jk/quote-env-path-list-component' | Junio C Hamano | 2016-12-21 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | | |||
| * | | | | | | alternates: accept double-quoted paths | Jeff King | 2016-12-12 |
* | | | | | | | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-11-10 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||
| * | | | | | | alternates: re-allow relative paths from environment | Jeff King | 2016-11-08 |
* | | | | | | | Merge branch 'ls/git-open-cloexec' | Junio C Hamano | 2016-10-31 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| * | | | | | | sha1_file: open window into packfiles with O_CLOEXEC | Lars Schneider | 2016-10-25 |
| * | | | | | | sha1_file: rename git_open_noatime() to git_open() | Lars Schneider | 2016-10-25 |
* | | | | | | | Merge branch 'jk/abbrev-auto' | Junio C Hamano | 2016-10-27 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||
| * | | | | | | find_unique_abbrev: move logic out of get_short_sha1() | Jeff King | 2016-10-03 |
* | | | | | | | Merge branch 'jk/fetch-quick-tag-following' | Junio C Hamano | 2016-10-26 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | |