summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-1/+1
* Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-311-8/+8
* Make sha1_array_append take a struct object_id *brian m. carlson2017-03-315-9/+9
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-282-13/+13
* builtin/pull: convert to struct object_idbrian m. carlson2017-03-281-36/+36
* submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-281-3/+3
* builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-281-49/+49
* builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-261-3/+3
* builtin/diff: convert to struct object_idbrian m. carlson2017-03-261-17/+17
* Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-262-2/+2
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-264-5/+5
* Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-241-8/+5
|\
| * receive-pack: simplify run_update_post_hook()rs/update-hook-optimRené Scharfe2017-03-181-8/+5
* | Merge branch 'rs/shortlog-cleanup'Junio C Hamano2017-03-241-1/+0
|\ \
| * | shortlog: don't set after_subject to an empty stringrs/shortlog-cleanupRené Scharfe2017-03-181-1/+0
* | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-211-16/+15
|\ \ \
| * | | index-pack: make pointer-alias fallbacks saferjk/pack-name-cleanupsJeff King2017-03-161-8/+12
| * | | replace snprintf with odb_pack_name()Jeff King2017-03-161-16/+11
| * | | odb_pack_keep(): stop generating keepfile nameJeff King2017-03-161-3/+3
* | | | Merge branch 'jk/rev-parse-cleanup'Junio C Hamano2017-03-211-52/+57
|\ \ \ \
| * | | | rev-parse: simplify parsing of ref optionsjk/rev-parse-cleanupJeff King2017-03-151-29/+16
| * | | | rev-parse: add helper for parsing "--foo/--foo="Jeff King2017-03-151-10/+28
| * | | | rev-parse: use skip_prefix when parsing optionsJeff King2017-03-151-20/+20
| |/ / /
* | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-03-201-5/+46
|\ \ \ \
| * | | | difftool: handle modified symlinks in dir-diff modeDavid Aguilar2017-03-151-5/+46
* | | | | Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano2017-03-171-1/+20
|\ \ \ \ \
| * | | | | cherry-pick: detect bogus arguments to --mainlinejk/cherry-pick-0-mainlineJeff King2017-03-151-1/+20
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano2017-03-171-0/+7
|\ \ \ \ \
| * | | | | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-081-0/+7
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-1720-360/+357
|\ \ \ \ \ \
| * | | | | | builtin/merge-base: convert to struct object_idbrian m. carlson2017-02-221-14/+14
| * | | | | | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-226-27/+27
| * | | | | | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-223-12/+12
| * | | | | | builtin/replace: convert to struct object_idbrian m. carlson2017-02-221-56/+56
| * | | | | | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-222-11/+11
| * | | | | | builtin/merge: convert to struct object_idbrian m. carlson2017-02-221-68/+66
| * | | | | | builtin/clone: convert to struct object_idbrian m. carlson2017-02-221-5/+5
| * | | | | | builtin/branch: convert to struct object_idbrian m. carlson2017-02-221-13/+13
| * | | | | | builtin/grep: convert to struct object_idbrian m. carlson2017-02-221-12/+12
| * | | | | | builtin/fmt-merge-message: convert to struct object_idbrian m. carlson2017-02-221-35/+35
| * | | | | | builtin/fast-export: convert to struct object_idbrian m. carlson2017-02-221-29/+29
| * | | | | | builtin/describe: convert to struct object_idbrian m. carlson2017-02-221-25/+25
| * | | | | | builtin/diff-tree: convert to struct object_idbrian m. carlson2017-02-221-32/+31
| * | | | | | builtin/commit: convert to struct object_idbrian m. carlson2017-02-201-23/+23
* | | | | | | Merge branch 'rs/blame-code-cleanup'Junio C Hamano2017-03-171-17/+8
|\ \ \ \ \ \ \
| * | | | | | | blame: move blame_entry duplication to add_blame_entry()rs/blame-code-cleanupRené Scharfe2017-03-111-17/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-172-25/+17
|\ \ \ \ \ \ \
| * | | | | | | config: add git_config_get_expiry() from gc.cChristian Couder2017-03-011-13/+2
| * | | | | | | update-index: warn in case of split-index incoherencyChristian Couder2017-03-011-1/+10
| * | | | | | | split-index: add {add,remove}_split_index() functionsChristian Couder2017-03-011-12/+6