aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* builtin/log: honor log.decoratebrian m. carlson2017-05-15
* log: if --decorate is not given, default to --decorate=autoAlex Henrie2017-03-24
* 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
* | | | | | | | | Merge branch 'jk/interpret-branch-name'Junio C Hamano2017-03-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | checkout: restrict @-expansions when finding branchJeff King2017-03-02
| * | | | | | | | | branch: restrict @-expansions when deletingJeff King2017-03-02
| * | | | | | | | | interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-02
| |/ / / / / / / /
* | | | | | | | | Merge branch 'js/realpath-pathdup-fix'Junio C Hamano2017-03-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
* | | | | | | | | | Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pretty: use fmt_output_email_subject()René Scharfe2017-03-01
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sb/submodule-init-url-selection'Junio C Hamano2017-03-10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | submodule init: warn about falling back to a local pathStefan Beller2017-02-28
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall2017-02-21
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | branch: record creation of renamed branch in HEAD's logKyle Meyer2017-02-20
| * | | | | | | | | update-ref: pass reflog message to delete_ref()Kyle Meyer2017-02-20