summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-09-30use QSORT, part 2René Scharfe
2016-09-29remove unnecessary check before QSORTRené Scharfe
2016-09-29use QSORTRené Scharfe
2016-09-26Merge branch 'jk/clone-recursive-progress'Junio C Hamano
2016-09-26Merge branch 'rs/checkout-init-macro'Junio C Hamano
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano
2016-09-26Merge branch 'nd/checkout-disambiguation'Junio C Hamano
2016-09-26Merge branch 'jt/format-patch-rfc'Junio C Hamano
2016-09-26Merge branch 'mh/diff-indent-heuristic'Junio C Hamano
2016-09-26Merge branch 'rs/cocci'Junio C Hamano
2016-09-22introduce CHECKOUT_INITRené Scharfe
2016-09-22clone: pass --progress decision to recursive submodulesJeff King
2016-09-21Merge branch 'jk/reduce-gc-aggressive-depth'Junio C Hamano
2016-09-21Merge branch 'va/i18n'Junio C Hamano
2016-09-21Merge branch 'jt/format-patch-base-info-above-sig'Junio C Hamano
2016-09-21Merge branch 'rs/checkout-some-states-are-const'Junio C Hamano
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-21Merge branch 'ks/pack-objects-bitmap'Junio C Hamano
2016-09-21Merge branch 'js/cat-file-filters'Junio C Hamano
2016-09-21format-patch: add "--rfc" for the common case of [RFC PATCH]Josh Triplett
2016-09-21checkout: fix ambiguity check in subdirNguyễn Thái Ngọc Duy
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-19Merge branch 'mh/ref-store'Junio C Hamano
2016-09-19Merge branch 'cc/apply-am'Junio C Hamano
2016-09-19blame: honor the diff heuristic options and configMichael Haggerty
2016-09-15Merge branch 'ah/misc-message-fixes'Junio C Hamano
2016-09-15Merge branch 'jk/pack-tag-of-tag'Junio C Hamano
2016-09-15i18n: update-index: mark warnings for translationVasco Almeida
2016-09-15i18n: show-branch: mark plural strings for translationVasco Almeida
2016-09-15i18n: show-branch: mark error messages for translationVasco Almeida
2016-09-15i18n: receive-pack: mark messages for translationVasco Almeida
2016-09-15notes: spell first word of error messages in lowercaseVasco Almeida
2016-09-15i18n: notes: mark error messages for translationVasco Almeida
2016-09-15i18n: merge-recursive: mark verbose message for translationVasco Almeida
2016-09-15i18n: merge-recursive: mark error messages for translationVasco Almeida
2016-09-15i18n: config: mark error message for translationVasco Almeida
2016-09-15i18n: branch: mark option description for translationVasco Almeida
2016-09-15i18n: blame: mark error messages for translationVasco Almeida
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer
2016-09-15read-cache: introduce chmod_index_entryThomas Gummerer
2016-09-15format-patch: show base info before email signatureJosh Triplett
2016-09-14update-index: add test for chmod flagsThomas Gummerer
2016-09-13checkout: constify parameters of checkout_stage() and checkout_merged()René Scharfe
2016-09-13init: reset cached config when entering new repoJeff King
2016-09-13init: expand comments explaining config trickeryJeff King
2016-09-13diff: always try to set up the repositoryJeff King
2016-09-13diff: skip implicit no-index check when given --no-indexJeff King
2016-09-13hash-object: always try to set up the git repositoryJeff King
2016-09-12Merge branch 'jc/forbid-symbolic-ref-d-HEAD'Junio C Hamano