summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* object: rename function 'typename' to 'type_name'Brandon Williams2018-02-1413-32/+32
* object_info: change member name from 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* Merge branch 'ab/commit-m-with-fixup'Junio C Hamano2018-01-231-3/+5
|\
| * commit: add support for --fixup <commit> -m"<extra message>"ab/commit-m-with-fixupÆvar Arnfjörð Bjarmason2017-12-221-3/+5
* | Merge branch 'sb/diff-blobfind-pickaxe'Junio C Hamano2018-01-231-2/+2
|\ \
| * | diff: introduce DIFF_PICKAXE_KINDS_MASKStefan Beller2018-01-041-2/+2
* | | Merge branch 'jk/abort-clone-with-existing-dest'Junio C Hamano2018-01-231-7/+24
|\ \ \
| * | | clone: do not clean up directories we didn't createjk/abort-clone-with-existing-destJeff King2018-01-031-4/+16
| * | | clone: factor out dir_exists() helperJeff King2018-01-031-3/+8
* | | | Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-12/+1
|\ \ \ \
| * | | | checkout: avoid using the rev_info flag leak_pendingRené Scharfe2017-12-281-12/+1
| |/ / /
* | | | Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano2018-01-231-1/+1
|\ \ \ \
| * | | | Use DIFF_DETECT_RENAME for detect_rename assignmentsNguyễn Thái Ngọc Duy2017-12-271-1/+1
* | | | | Merge branch 'dk/describe-all-output-fix'Junio C Hamano2018-01-231-2/+5
|\ \ \ \ \
| * | | | | describe: prepend "tags/" when describing tags with embedded namedk/describe-all-output-fixDaniel Knittl-Frank2017-12-271-2/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'ew/empty-merge-with-dirty-index'Junio C Hamano2018-01-051-37/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...Junio C Hamano2017-12-221-37/+0
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren2017-12-221-37/+0
| | |/ / /
* | | | | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-281-27/+94
|\ \ \ \ \
| * | | | | builtin/describe.c: describe a blobStefan Beller2017-12-191-5/+57
| * | | | | builtin/describe.c: factor out describe_commitStefan Beller2017-11-161-26/+37
| * | | | | builtin/describe.c: print debug statements earlierStefan Beller2017-11-161-1/+4
| * | | | | builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller2017-11-161-4/+4
* | | | | | Merge branch 'hi/merge-verify-sig-config'Junio C Hamano2017-12-281-0/+2
|\ \ \ \ \ \
| * | | | | | merge: add config option for verifySignaturesHans Jerry Illikainen2017-12-121-0/+2
* | | | | | | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-282-6/+0
|\ \ \ \ \ \ \
| * | | | | | | clone, fetch: remove redundant transport checkJonathan Tan2017-12-142-6/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'cc/skip-to-optional-val'Junio C Hamano2017-12-281-8/+3
|\ \ \ \ \ \ \
| * | | | | | | index-pack: use skip_to_optional_arg()Christian Couder2017-12-111-8/+3
* | | | | | | | Merge branch 'ot/pretty'Junio C Hamano2017-12-273-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | format: create pretty.h fileOlga Telezhnaya2017-12-123-3/+3
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'tz/notes-error-to-stderr' into maintJunio C Hamano2017-12-061-4/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'sw/pull-ipv46-passthru' into maintJunio C Hamano2017-12-061-0/+12
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ma/reduce-heads-leakfix' into maintJunio C Hamano2017-11-275-22/+28
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'ma/bisect-leakfix' into maintJunio C Hamano2017-11-271-2/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/check-ref-format-oor' into maintJunio C Hamano2017-11-151-2/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bw/grep-recurse-submodules' into maintJunio C Hamano2017-11-151-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ao/check-resolve-ref-unsafe-result' into maintJunio C Hamano2017-11-151-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bw/submodule-sans-cache-compat'Junio C Hamano2017-12-273-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | submodule: convert get_next_submodule to not rely on the_indexbw/submodule-sans-cache-compatBrandon Williams2017-12-121-1/+3
| * | | | | | | | | | | | | | | submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-122-2/+2
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'es/clone-shared-worktree'Junio C Hamano2017-12-271-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | clone: support 'clone --shared' from a worktreees/clone-shared-worktreeEric Sunshine2017-12-111-1/+2
* | | | | | | | | | | | | | | | Merge branch 'jt/decorate-api'Junio C Hamano2017-12-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | decorate: clean up and document APIjt/decorate-apiJonathan Tan2017-12-081-1/+1
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'ks/branch-cleanup'Junio C Hamano2017-12-272-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | builtin/branch: strip refs/heads/ using skip_prefixks/branch-cleanupKaartic Sivaraam2017-12-071-4/+11
| * | | | | | | | | | | | | | | | branch: update warning message shown when copying a misnamed branchKaartic Sivaraam2017-12-071-1/+1
| * | | | | | | | | | | | | | | | branch: group related arguments of create_branch()Kaartic Sivaraam2017-12-072-2/+2
* | | | | | | | | | | | | | | | | Merge branch 'rs/fmt-merge-msg-string-leak-fix'Junio C Hamano2017-12-271-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \