summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge branch 'nd/cherry-pick-quit-fix'Junio C Hamano1-2/+7
2018-08-20Merge branch 'sb/submodule-cleanup'Junio C Hamano1-1/+0
2018-08-20Merge branch 'jt/repack-promisor-packs'Junio C Hamano1-48/+135
2018-08-20Merge branch 'js/range-diff'Junio C Hamano1-0/+116
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano19-32/+38
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano2-28/+82
2018-08-17worktree: add --quiet optionElia Pinto1-3/+13
2018-08-17Merge branch 'js/pull-rebase-type-shorthand'Junio C Hamano1-3/+3
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano10-16/+17
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen1-0/+1
2018-08-16checkout: optimize "git checkout -b <new_branch>"Ben Peart1-4/+116
2018-08-16branch: support configuring --sort via .gitconfigSamuel Maftoul1-1/+9
2018-08-16pack-objects: move 'layer' into 'struct packing_data'Christian Couder1-2/+2
2018-08-16pack-objects: move tree_depth into 'struct packing_data'Christian Couder1-2/+2
2018-08-16repack: add delta-islands supportJeff King1-0/+9
2018-08-16pack-objects: add delta-islands supportJeff King1-8/+49
2018-08-16pack-objects: refactor code into compute_layer_order()Christian Couder1-40/+50
2018-08-16builtin/submodule--helper: remove stray new lineStefan Beller1-1/+0
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy1-2/+7
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2-26/+6
2018-08-15Merge branch 'rs/remote-mv-leakfix'Junio C Hamano1-2/+3
2018-08-15Merge branch 'nd/pack-objects-threading-doc'Junio C Hamano1-0/+19
2018-08-15Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano1-1/+1
2018-08-15Merge branch 'jk/size-t'Junio C Hamano1-1/+2
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano7-7/+7
2018-08-15Merge branch 'nd/i18n'Junio C Hamano12-158/+169
2018-08-15Merge branch 'bw/clone-ref-prefixes'Junio C Hamano1-5/+15
2018-08-14format-patch: allow --range-diff to apply to a lone-patchEric Sunshine1-4/+5
2018-08-14format-patch: add --creation-factor tweak for --range-diffEric Sunshine1-1/+9
2018-08-14format-patch: teach --range-diff to respect -v/--reroll-countEric Sunshine1-1/+6
2018-08-14format-patch: extend --range-diff to accept revision rangeEric Sunshine1-3/+13
2018-08-14format-patch: add --range-diff option to embed diff in cover letterEric Sunshine1-0/+35
2018-08-14range-diff: relieve callers of low-level configuration burdenEric Sunshine1-19/+4
2018-08-14range-diff: publish default creation factorEric Sunshine1-1/+1
2018-08-14Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediffJunio C Hamano1-21/+61
2018-08-14submodule--helper: introduce new update-module-mode helperStefan Beller1-0/+61
2018-08-14submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktreeStefan Beller1-24/+40
2018-08-14for_each_*_object: move declarations to object-store.hJeff King1-0/+1
2018-08-14cat-file: use a single strbuf for all outputJeff King1-11/+17
2018-08-14cat-file: split batch "buf" into two variablesJeff King1-6/+8
2018-08-14cat-file: use oidset check-and-insertJeff King1-2/+1
2018-08-13blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-0/+1
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy2-2/+2
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy2-2/+3
2018-08-13grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-0/+1
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy9-15/+15
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2-2/+2