summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Merge branch 'ah/misc-message-fixes'Junio C Hamano2-2/+2
2016-09-15Merge branch 'jk/pack-tag-of-tag'Junio C Hamano1-1/+30
2016-09-15i18n: update-index: mark warnings for translationVasco Almeida1-6/+6
2016-09-15i18n: show-branch: mark plural strings for translationVasco Almeida1-5/+9
2016-09-15i18n: show-branch: mark error messages for translationVasco Almeida1-8/+8
2016-09-15i18n: receive-pack: mark messages for translationVasco Almeida1-33/+25
2016-09-15notes: spell first word of error messages in lowercaseVasco Almeida1-32/+32
2016-09-15i18n: notes: mark error messages for translationVasco Almeida1-9/+11
2016-09-15i18n: merge-recursive: mark verbose message for translationVasco Almeida1-1/+1
2016-09-15i18n: merge-recursive: mark error messages for translationVasco Almeida1-7/+10
2016-09-15i18n: config: mark error message for translationVasco Almeida1-2/+2
2016-09-15i18n: branch: mark option description for translationVasco Almeida1-1/+1
2016-09-15i18n: blame: mark error messages for translationVasco Almeida1-8/+10
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe3-4/+5
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer3-21/+30
2016-09-15read-cache: introduce chmod_index_entryThomas Gummerer1-14/+2
2016-09-15format-patch: show base info before email signatureJosh Triplett1-3/+3
2016-09-14update-index: add test for chmod flagsThomas Gummerer1-1/+1
2016-09-13checkout: constify parameters of checkout_stage() and checkout_merged()René Scharfe1-3/+3
2016-09-13init: reset cached config when entering new repoJeff King1-0/+6
2016-09-13init: expand comments explaining config trickeryJeff King1-4/+7
2016-09-13diff: always try to set up the repositoryJeff King1-2/+2
2016-09-13diff: skip implicit no-index check when given --no-indexJeff King1-12/+13
2016-09-13hash-object: always try to set up the git repositoryJeff King1-5/+8
2016-09-12Merge branch 'jc/forbid-symbolic-ref-d-HEAD'Junio C Hamano1-0/+2
2016-09-12Merge branch 'jc/am-read-author-file'Junio C Hamano1-57/+44
2016-09-12Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano1-39/+31
2016-09-12pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov1-7/+24
2016-09-12pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov1-33/+64
2016-09-11cat-file: support --textconv/--filters in batch modeJohannes Schindelin1-5/+44
2016-09-11cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin1-5/+21
2016-09-11cat-file: introduce the --filters optionJohannes Schindelin1-1/+35
2016-09-09refs: add methods to init refs dbDavid Turner1-10/+11
2016-09-08Merge branch 'sb/submodule-clone-rr'Junio C Hamano2-50/+169
2016-09-08Merge branch 'jh/status-v2-porcelain'Junio C Hamano1-44/+34
2016-09-08Merge branch 'rt/help-unknown'Junio C Hamano1-7/+23
2016-09-08Merge branch 'cc/receive-pack-limit'Junio C Hamano3-0/+24
2016-09-08Merge branch 'jk/format-patch-number-singleton-patch-with-cover'Junio C Hamano1-4/+4
2016-09-08Merge branch 'jk/tighten-alloc' into maintJunio C Hamano1-3/+1
2016-09-08Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano1-2/+1
2016-09-08Merge branch 'rs/merge-add-strategies-simplification' into maintJunio C Hamano1-33/+9
2016-09-08Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano1-7/+0
2016-09-08Merge branch 'sb/checkout-explit-detach-no-advice' into maintJunio C Hamano1-1/+2
2016-09-08Merge branch 'js/mv-dir-to-new-directory' into maintJunio C Hamano1-4/+7
2016-09-08Merge branch 'jk/reflog-date' into maintJunio C Hamano1-0/+3
2016-09-08checkout: add some spaces between code and commentNguyễn Thái Ngọc Duy1-1/+1
2016-09-08cat-file: put spaces around pipes in usage stringAlex Henrie1-1/+1
2016-09-08am: put spaces around pipe in usage stringAlex Henrie1-1/+1
2016-09-07builtin/reset: convert to use struct object_idbrian m. carlson1-26/+26
2016-09-07builtin/commit-tree: convert to struct object_idbrian m. carlson1-10/+10