aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'ew/empty-merge-with-dirty-index'Junio C Hamano2018-01-05
|\
| * Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...Junio C Hamano2017-12-22
| |\
| | * move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren2017-12-22
* | | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-28
|\ \ \
| * | | builtin/describe.c: describe a blobStefan Beller2017-12-19
| * | | builtin/describe.c: factor out describe_commitStefan Beller2017-11-16
| * | | builtin/describe.c: print debug statements earlierStefan Beller2017-11-16
| * | | builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller2017-11-16
* | | | Merge branch 'hi/merge-verify-sig-config'Junio C Hamano2017-12-28
|\ \ \ \
| * | | | merge: add config option for verifySignaturesHans Jerry Illikainen2017-12-12
* | | | | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-28
|\ \ \ \ \
| * | | | | clone, fetch: remove redundant transport checkJonathan Tan2017-12-14
| | |_|_|/ | |/| | |
* | | | | Merge branch 'cc/skip-to-optional-val'Junio C Hamano2017-12-28
|\ \ \ \ \
| * | | | | index-pack: use skip_to_optional_arg()Christian Couder2017-12-11
* | | | | | Merge branch 'ot/pretty'Junio C Hamano2017-12-27
|\ \ \ \ \ \
| * | | | | | format: create pretty.h fileOlga Telezhnaya2017-12-12
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'tz/notes-error-to-stderr' into maintJunio C Hamano2017-12-06
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sw/pull-ipv46-passthru' into maintJunio C Hamano2017-12-06
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ma/reduce-heads-leakfix' into maintJunio C Hamano2017-11-27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ma/bisect-leakfix' into maintJunio C Hamano2017-11-27
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/check-ref-format-oor' into maintJunio C Hamano2017-11-15
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'bw/grep-recurse-submodules' into maintJunio C Hamano2017-11-15
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ao/check-resolve-ref-unsafe-result' into maintJunio C Hamano2017-11-15
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bw/submodule-sans-cache-compat'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | submodule: convert get_next_submodule to not rely on the_indexBrandon Williams2017-12-12
| * | | | | | | | | | | | | submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-12
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'es/clone-shared-worktree'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | clone: support 'clone --shared' from a worktreeEric Sunshine2017-12-11
* | | | | | | | | | | | | | Merge branch 'jt/decorate-api'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | decorate: clean up and document APIJonathan Tan2017-12-08
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ks/branch-cleanup'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | builtin/branch: strip refs/heads/ using skip_prefixKaartic Sivaraam2017-12-07
| * | | | | | | | | | | | | | branch: update warning message shown when copying a misnamed branchKaartic Sivaraam2017-12-07
| * | | | | | | | | | | | | | branch: group related arguments of create_branch()Kaartic Sivaraam2017-12-07
* | | | | | | | | | | | | | | Merge branch 'rs/fmt-merge-msg-string-leak-fix'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fmt-merge-msg: avoid leaking strbuf in shortlog()René Scharfe2017-12-07
* | | | | | | | | | | | | | | | Merge branch 'rs/am-builtin-leakfix'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | am: release strbuf after use in split_mail_mbox()René Scharfe2017-12-07
* | | | | | | | | | | | | | | | | Merge branch 'es/worktree-checkout-hook'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | worktree: invoke post-checkout hook (unless --no-checkout)Eric Sunshine2017-12-07
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'lb/rebase-i-short-command-names'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rebase -i: learn to abbreviate command namesLiam Beguin2017-12-05
| * | | | | | | | | | | | | | | | | rebase -i -x: add exec commands via the rebase--helperLiam Beguin2017-12-05
| * | | | | | | | | | | | | | | | | rebase -i: update functions to use a flags parameterLiam Beguin2017-12-05
| * | | | | | | | | | | | | | | | | rebase -i: replace reference to sha1 with oidLiam Beguin2017-12-05
| * | | | | | | | | | | | | | | | | rebase -i: refactor transform_todo_idsLiam Beguin2017-12-05
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jh/object-filtering'Junio C Hamano2017-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | rev-list: support --no-filter argumentJeff Hostetler2017-12-05
| * | | | | | | | | | | | | | | | pack-objects: add list-objects filteringJeff Hostetler2017-11-22
| * | | | | | | | | | | | | | | | rev-list: add list-objects filtering supportJeff Hostetler2017-11-22
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |