| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/branch-name-sanity' | Junio C Hamano | 2017-11-28 | 1 | -2/+12 |
|\ |
|
| * | branch: correctly reject refs/heads/{-dash,HEAD} | Junio C Hamano | 2017-11-15 | 1 | -2/+12 |
* | | Merge branch 'jc/check-ref-format-oor' | Junio C Hamano | 2017-11-06 | 1 | -1/+4 |
|\ \ |
|
| * | | check-ref-format --branch: do not expand @{...} outside repository | Junio C Hamano | 2017-10-18 | 1 | -1/+4 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | refs: convert read_ref_at to struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
| * | | | refs: convert dwim_log to struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
| * | | | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -3/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'ds/find-unique-abbrev-optim' | Junio C Hamano | 2017-11-06 | 1 | -16/+119 |
|\ \ \
| |/ /
|/| | |
|
| * | | sha1_name: minimize OID comparisons during disambiguation | Derrick Stolee | 2017-10-13 | 1 | -5/+71 |
| * | | sha1_name: parse less while finding common prefix | Derrick Stolee | 2017-10-13 | 1 | -2/+12 |
| * | | sha1_name: unroll len loop in find_unique_abbrev_r() | Derrick Stolee | 2017-10-13 | 1 | -15/+42 |
* | | | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computation | Derrick Stolee | 2017-10-10 | 1 | -1/+1 |
|/ / |
|
* | | pack: move open_pack_index(), parse_pack_index() | Jonathan Tan | 2017-08-23 | 1 | -0/+1 |
* | | sha1_name: convert uses of 40 to GIT_SHA1_HEXSZ | brian m. carlson | 2017-07-17 | 1 | -3/+3 |
* | | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 2017-07-17 | 1 | -32/+32 |
* | | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 2017-07-17 | 1 | -99/+91 |
* | | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 2017-07-12 | 1 | -3/+2 |
|\ \ |
|
| * | | use DIV_ROUND_UPrs/use-div-round-up | René Scharfe | 2017-07-10 | 1 | -3/+2 |
| |/ |
|
* | | Merge branch 'rs/sha1-name-readdir-optim' | Junio C Hamano | 2017-07-05 | 1 | -20/+29 |
|\ \ |
|
| * | | sha1_file: let for_each_file_in_obj_subdir() handle subdir names | René Scharfe | 2017-06-24 | 1 | -1/+0 |
| * | | sha1_name: cache readdir(3) results in find_short_object_filename() | René Scharfe | 2017-06-22 | 1 | -20/+30 |
* | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'jc/noent-notdir' | Junio C Hamano | 2017-06-13 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdir | Junio C Hamano | 2017-05-30 | 1 | -2/+2 |
* | | | | Merge branch 'jk/diff-blob' | Junio C Hamano | 2017-06-02 | 1 | -4/+7 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | get_sha1_with_context: dynamically allocate oc->path | Jeff King | 2017-05-24 | 1 | -2/+4 |
| * | | | get_sha1_with_context: always initialize oc->symlink_path | Jeff King | 2017-05-24 | 1 | -0/+1 |
| * | | | sha1_name: consistently refer to object_context as "oc" | Jeff King | 2017-05-24 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -19/+19 |
|\ \ \ |
|
| * | | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 | 1 | -7/+7 |
| * | | | sha1_name: convert internals of peel_onion to object_id | brian m. carlson | 2017-05-08 | 1 | -3/+3 |
| * | | | Convert lookup_tag to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| * | | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -5/+5 |
| * | | | Convert remaining callers of lookup_commit_reference* to object_id | brian m. carlson | 2017-05-08 | 1 | -6/+6 |
| |/ / |
|
* | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -3/+3 |
|/ / |
|
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 | 1 | -46/+48 |
|\ \ |
|
| * | | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -4/+4 |
| * | | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 2017-03-31 | 1 | -8/+6 |
| * | | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 1 | -1/+1 |
| * | | sha1_name: convert disambiguate_hint_fn to take object_id | brian m. carlson | 2017-03-28 | 1 | -30/+34 |
| * | | sha1_name: convert struct disambiguate_state to object_id | brian m. carlson | 2017-03-28 | 1 | -11/+11 |
| * | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 2017-03-26 | 1 | -2/+2 |
| * | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 2017-03-26 | 1 | -3/+3 |
* | | | rev-parse: match @{upstream}, @{u} and @{push} case-insensitivelyab/case-insensitive-upstream-and-push-marker | Ævar Arnfjörð Bjarmason | 2017-03-27 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-03-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 2017-02-22 | 1 | -1/+1 |
* | | strbuf_check_ref_format(): expand only local branches | Jeff King | 2017-03-02 | 1 | -1/+1 |
* | | interpret_branch_name: allow callers to restrict expansions | Jeff King | 2017-03-02 | 1 | -20/+48 |