Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 2017-03-31 | 1 | -1/+1 |
* | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 2017-03-26 | 1 | -1/+1 |
* | Define new hash-size constants for allocating memory | brian m. carlson | 2017-03-26 | 1 | -1/+5 |
* | Merge branch 'dl/credential-cache-socket-in-xdg-cache' | Junio C Hamano | 2017-03-24 | 1 | -0/+7 |
|\ | |||||
| * | path.c: add xdg_cache_home | Devin Lehmacher | 2017-03-13 | 1 | -0/+7 |
* | | Merge branch 'jk/pack-name-cleanups' | Junio C Hamano | 2017-03-21 | 1 | -0/+21 |
|\ \ | |||||
| * | | odb_pack_keep(): stop generating keepfile name | Jeff King | 2017-03-16 | 1 | -4/+4 |
| * | | sha1_file.c: make pack-name helper globally accessible | Jeff King | 2017-03-16 | 1 | -0/+9 |
| * | | move odb_* declarations out of git-compat-util.h | Jeff King | 2017-03-16 | 1 | -0/+12 |
* | | | Merge branch 'js/early-config' | Junio C Hamano | 2017-03-17 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | setup: make read_early_config() reusable | Johannes Schindelin | 2017-03-14 | 1 | -0/+1 |
| * | | | setup: introduce the discover_git_directory() function | Johannes Schindelin | 2017-03-14 | 1 | -0/+7 |
| |/ / | |||||
* | | | Merge branch 'bc/sha1-header-selection-with-cpp-macros' | Junio C Hamano | 2017-03-17 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | hash.h: move SHA-1 implementation selection into a header filebc/sha1-header-selection-with-cpp-macros | brian m. carlson | 2017-03-15 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-03-17 | 1 | -2/+17 |
|\ \ \ | |||||
| * | | | Convert object iteration callbacks to struct object_id | brian m. carlson | 2017-02-22 | 1 | -2/+2 |
| * | | | sha1_file: introduce an nth_packed_object_oid function | brian m. carlson | 2017-02-22 | 1 | -0/+6 |
| * | | | hex: introduce parse_oid_hex | brian m. carlson | 2017-02-20 | 1 | -0/+9 |
| |/ / | |||||
* | | | Merge branch 'cc/split-index-config' | Junio C Hamano | 2017-03-17 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | config: add git_config_get_expiry() from gc.c | Christian Couder | 2017-03-01 | 1 | -0/+3 |
| * | | | sha1_file: make check_and_freshen_file() non static | Christian Couder | 2017-03-01 | 1 | -0/+3 |
| * | | | config: add git_config_get_max_percent_split_change() | Christian Couder | 2017-03-01 | 1 | -0/+1 |
| * | | | config: add git_config_get_split_index() | Christian Couder | 2017-03-01 | 1 | -0/+1 |
* | | | | Merge branch 'jk/interpret-branch-name' | Junio C Hamano | 2017-03-14 | 1 | -1/+31 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | interpret_branch_name: allow callers to restrict expansions | Jeff King | 2017-03-02 | 1 | -2/+11 |
| * | | | interpret_branch_name: move docstring to header file | Jeff King | 2017-03-02 | 1 | -0/+21 |
* | | | | Merge branch 'js/realpath-pathdup-fix' | Junio C Hamano | 2017-03-12 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | real_pathdup(): fix callsites that wanted it to die on errorjs/realpath-pathdup-fix | Johannes Schindelin | 2017-03-08 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'rj/remove-unused-mktemp' | Junio C Hamano | 2017-03-10 | 1 | -3/+0 |
|\ \ \ \ | |||||
| * | | | | wrapper.c: remove unused git_mkstemp() function | Ramsay Jones | 2017-02-28 | 1 | -3/+0 |
| |/ / / | |||||
* | | | | Merge branch 'jk/parse-config-key-cleanup' | Junio C Hamano | 2017-03-10 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | parse_config_key: allow matching single-level config | Jeff King | 2017-02-24 | 1 | -1/+4 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'sb/in-core-index-doc' into maint | Junio C Hamano | 2017-01-31 | 1 | -0/+32 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'mh/ref-remove-empty-directory' | Junio C Hamano | 2017-02-27 | 1 | -2/+46 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | raceproof_create_file(): new function | Michael Haggerty | 2017-01-07 | 1 | -0/+43 |
| * | | | | safe_create_leading_directories(): set errno on SCLD_EXISTS | Michael Haggerty | 2017-01-07 | 1 | -2/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'cw/log-updates-for-all-refs-really' | Junio C Hamano | 2017-02-03 | 1 | -1/+8 |
|\ \ \ \ | |||||
| * | | | | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 2017-01-31 | 1 | -1/+8 |
* | | | | | Merge branch 'sb/submodule-recursive-absorb' | Junio C Hamano | 2017-02-03 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | cache.h: expose the dying procedure for reading gitlinks | Stefan Beller | 2017-01-26 | 1 | -0/+1 |
| * | | | | | setup: add gentle version of resolve_git_dir | Stefan Beller | 2017-01-26 | 1 | -1/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 2017-02-02 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | abspath: add absolute_pathdup() | René Scharfe | 2017-01-26 | 1 | -0/+1 |
| * | | | | | Merge branch 'jk/fetch-quick-tag-following' into maint | Junio C Hamano | 2016-10-28 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'tg/add-chmod+x-fix' into maint | Junio C Hamano | 2016-09-29 | 1 | -5/+7 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'rs/hex2chr' into maint | Junio C Hamano | 2016-09-19 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'sb/in-core-index-doc' | Junio C Hamano | 2017-01-31 | 1 | -0/+32 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | cache.h: document add_[file_]to_index | Stefan Beller | 2017-01-19 | 1 | -0/+10 |
| * | | | | | | | | cache.h: document remove_index_entry_at | Stefan Beller | 2017-01-19 | 1 | -0/+3 |
| * | | | | | | | | cache.h: document index_name_pos | Stefan Beller | 2017-01-19 | 1 | -0/+19 |
| | |_|_|_|_|/ / | |/| | | | | | |