aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-28
* builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-26
* builtin/diff: convert to struct object_idbrian m. carlson2017-03-26
* Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-26
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-24
|\
| * receive-pack: simplify run_update_post_hook()René Scharfe2017-03-18
* | Merge branch 'rs/shortlog-cleanup'Junio C Hamano2017-03-24
|\ \
| * | shortlog: don't set after_subject to an empty stringRené Scharfe2017-03-18
* | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-21
|\ \ \
| * | | index-pack: make pointer-alias fallbacks saferJeff King2017-03-16
| * | | replace snprintf with odb_pack_name()Jeff King2017-03-16
| * | | odb_pack_keep(): stop generating keepfile nameJeff King2017-03-16
* | | | Merge branch 'jk/rev-parse-cleanup'Junio C Hamano2017-03-21
|\ \ \ \
| * | | | rev-parse: simplify parsing of ref optionsJeff King2017-03-15
| * | | | rev-parse: add helper for parsing "--foo/--foo="Jeff King2017-03-15
| * | | | rev-parse: use skip_prefix when parsing optionsJeff King2017-03-15
| |/ / /
* | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-03-20
|\ \ \ \
| * | | | difftool: handle modified symlinks in dir-diff modeDavid Aguilar2017-03-15
* | | | | Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano2017-03-17
|\ \ \ \ \
| * | | | | cherry-pick: detect bogus arguments to --mainlineJeff King2017-03-15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano2017-03-17
|\ \ \ \ \
| * | | | | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-08
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-17
|\ \ \ \ \ \
| * | | | | | builtin/merge-base: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22
| * | | | | | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/replace: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-22
| * | | | | | builtin/merge: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/clone: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/branch: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/grep: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/fmt-merge-message: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/fast-export: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/describe: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/diff-tree: convert to struct object_idbrian m. carlson2017-02-22
| * | | | | | builtin/commit: convert to struct object_idbrian m. carlson2017-02-20
* | | | | | | Merge branch 'rs/blame-code-cleanup'Junio C Hamano2017-03-17
|\ \ \ \ \ \ \
| * | | | | | | blame: move blame_entry duplication to add_blame_entry()René Scharfe2017-03-11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-17
|\ \ \ \ \ \ \
| * | | | | | | config: add git_config_get_expiry() from gc.cChristian Couder2017-03-01
| * | | | | | | update-index: warn in case of split-index incoherencyChristian Couder2017-03-01
| * | | | | | | split-index: add {add,remove}_split_index() functionsChristian Couder2017-03-01
* | | | | | | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-03-14
|\ \ \ \ \ \ \ \
| * | | | | | | | branch: honor --abbrev/--no-abbrev in --list modeJunio C Hamano2017-03-10
* | | | | | | | | Merge branch 'jk/push-deadlock-regression-fix'Junio C Hamano2017-03-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | receive-pack: fix deadlock when we cannot create tmpdirJeff King2017-03-07
* | | | | | | | | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano2017-03-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-02