Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-27Merge branch 'tg/add-chmod+x-fix'Junio C Hamano
2016-09-27Merge branch 'nd/checkout-disambiguation'Junio C Hamano
2016-09-27Merge branch 'jt/format-patch-rfc'Junio C Hamano
2016-09-27Merge branch 'mh/diff-indent-heuristic'Junio C Hamano
2016-09-27Merge branch 'rs/cocci'Junio C Hamano
2016-09-22Merge branch 'jk/reduce-gc-aggressive-depth'Junio C Hamano
2016-09-22Merge branch 'va/i18n'Junio C Hamano
2016-09-22Merge branch 'jt/format-patch-base-info-above-sig'Junio C Hamano
2016-09-22Merge branch 'rs/checkout-some-states-are-const'Junio C Hamano
2016-09-22Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-22Merge branch 'ks/pack-objects-bitmap'Junio C Hamano
2016-09-22Merge 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-16Merge branch 'ah/misc-message-fixes'Junio C Hamano
2016-09-16Merge 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-15update-index: add test for chmod flagsThomas Gummerer
2016-09-14checkout: constify parameters of checkout_stage() and checkout_merged()René Scharfe
2016-09-14init: reset cached config when entering new repoJeff King
2016-09-14init: expand comments explaining config trickeryJeff King
2016-09-14diff: always try to set up the repositoryJeff King
2016-09-14diff: skip implicit no-index check when given --no-indexJeff King
2016-09-14hash-object: always try to set up the git repositoryJeff King
2016-09-13Merge branch 'jc/forbid-symbolic-ref-d-HEAD'Junio C Hamano
2016-09-13Merge branch 'jc/am-read-author-file'Junio C Hamano
2016-09-13Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano
2016-09-12pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov
2016-09-12pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov
2016-09-12cat-file: support --textconv/--filters in batch modeJohannes Schindelin
2016-09-12cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin
2016-09-12cat-file: introduce the --filters optionJohannes Schindelin