summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Merge branch 'nd/worktree-list-fixup' into maintJunio C Hamano2-7/+9
2017-01-17Merge branch 'jk/rev-parse-symbolic-parents-fix' into maintJunio C Hamano1-1/+6
2017-01-17fsck: check HAS_OBJ more consistentlyJeff King1-2/+2
2017-01-17fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King1-1/+1
2017-01-17fsck: tighten error-checks of "git fsck <head>"Jeff King1-2/+5
2017-01-17fsck: prepare dummy objects for --connectivity-checkJeff King1-23/+97
2017-01-17difftool: add a skeleton for the upcoming builtinJohannes Schindelin1-0/+63
2017-01-17fsck: report trees as danglingJeff King1-1/+1
2017-01-15fsck: parse loose object paths directlyJeff King1-13/+33
2017-01-13builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationElia Pinto1-11/+10
2017-01-12submodule update --init: display correct path from submoduleStefan Beller1-6/+7
2017-01-11read-tree: use OPT_BOOL instead of OPT_SET_INTStefan Beller1-18/+18
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-11/+58
2017-01-10Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano1-3/+2
2017-01-10Merge branch 'jc/compression-config'Junio C Hamano1-14/+0
2017-01-10Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Junio C Hamano1-3/+0
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak1-2/+2
2017-01-10ref-filter: move get_head_description() from branch.cKarthik Nayak1-33/+0
2017-01-08ls-tree: convert show_recursive to use the pathspec struct interfaceBrandon Williams1-9/+7
2017-01-08mv: remove use of deprecated 'get_pathspec()'Brandon Williams1-19/+31
2017-01-07blame: output porcelain "previous" header for each fileJeff King1-9/+14
2017-01-07blame: handle --no-abbrevJeff King1-0/+2
2017-01-07blame: fix alignment with --abbrev=40Jeff King1-1/+1
2016-12-29repack: die on incremental + write-bitmap-indexDavid Turner1-0/+9
2016-12-29auto gc: don't write bitmaps for incremental repacksDavid Turner1-1/+8
2016-12-27rm: absorb a submodules git dir before deletionStefan Beller1-61/+19
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleStefan Beller1-1/+3
2016-12-27Merge branch 'lt/shortlog-by-committer'Junio C Hamano1-3/+12
2016-12-27Merge branch 'cp/merge-continue'Junio C Hamano1-0/+25
2016-12-27Merge branch 'va/i18n-perl-scripts'Junio C Hamano1-5/+5
2016-12-27Merge branch 'jc/push-default-explicit'Junio C Hamano1-2/+5
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano1-3/+2
2016-12-22grep: search history of moved submodulesBrandon Williams1-2/+18
2016-12-22grep: enable recurse-submodules to work on <tree> objectsBrandon Williams1-6/+70
2016-12-22grep: optionally recurse into submodulesBrandon Williams1-19/+281
2016-12-21Merge branch 'jk/index-pack-wo-repo-from-stdin'Junio C Hamano1-4/+8
2016-12-21Merge branch 'vs/submodule-clone-nested-submodules-alternates'Junio C Hamano1-2/+17
2016-12-21Merge branch 'sb/sequencer-abort-safety'Junio C Hamano1-2/+2
2016-12-20push: add option to push only submodulesBrandon Williams1-0/+2
2016-12-19Merge branch 'jc/pull-rebase-ff'Junio C Hamano1-4/+18
2016-12-19Merge branch 'jc/lock-report-on-error'Junio C Hamano12-19/+20
2016-12-19Merge branch 'ak/commit-only-allow-empty'Junio C Hamano1-3/+1
2016-12-19Merge branch 'nd/for-each-ref-ignore-case'Junio C Hamano3-10/+22
2016-12-19Merge branch 'ah/grammos'Junio C Hamano3-4/+4
2016-12-19Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano1-1/+1
2016-12-16Merge branch 'nd/worktree-list-fixup'Junio C Hamano2-7/+9
2016-12-16Merge branch 'jk/rev-parse-symbolic-parents-fix'Junio C Hamano1-1/+6
2016-12-16index-pack: skip collision check when not in repositoryJeff King1-4/+6
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King1-0/+2
2016-12-15shortlog: group by committer informationLinus Torvalds1-3/+12