summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sha1_file: make read_info_alternates staticsb/sha1-file-cleanupStefan Beller2017-08-152-2/+2
* alternates: provide helper for adding to alternates listJeff King2016-10-103-23/+25
* link_alt_odb_entry: refactor string handlingJeff King2016-10-101-38/+45
* link_alt_odb_entry: handle normalize_path errorsJeff King2016-10-103-2/+37
* t5613: clarify "too deep" recursion testsJeff King2016-10-101-8/+19
* t5613: do not chdir in main processJeff King2016-10-031-59/+33
* t5613: whitespace/style cleanupsJeff King2016-10-031-52/+62
* t5613: use test_must_failJeff King2016-10-031-6/+6
* t5613: drop test_valid_repo functionJeff King2016-10-031-12/+7
* t5613: drop reachable_via functionJeff King2016-10-031-10/+0
* Sync with 2.10.1Junio C Hamano2016-10-032-1/+13
|\
| * Git 2.10.1v2.10.1Junio C Hamano2016-10-033-2/+14
| * Merge branch 'jk/ident-ai-canonname-could-be-null' into maintJunio C Hamano2016-10-031-1/+1
| |\
| * \ Merge branch 'jk/doc-cvs-update' into maintJunio C Hamano2016-10-032-2/+6
| |\ \
| * \ \ Merge branch 'jk/pack-tag-of-tag' into maintJunio C Hamano2016-10-032-30/+95
| |\ \ \
* | | | | Seventh batch for 2.11Junio C Hamano2016-10-031-0/+40
* | | | | Merge branch 'pb/rev-list-reverse-with-count'Junio C Hamano2016-10-031-2/+3
|\ \ \ \ \
| * | | | | rev-list-options: clarify the usage of --reversepb/rev-list-reverse-with-countPranit Bauva2016-09-271-2/+3
* | | | | | Merge branch 'dt/tree-fsck'Junio C Hamano2016-10-035-20/+130
|\ \ \ \ \ \
| * | | | | | fsck: handle bad trees like other errorsdt/tree-fsckDavid Turner2016-09-274-19/+106
| * | | | | | tree-walk: be more specific about corrupt tree errorsJeff King2016-09-272-7/+30
* | | | | | | Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano2016-10-036-33/+159
|\ \ \ \ \ \ \
| * | | | | | | mailinfo: unescape quoted-pair in header fieldskd/mailinfo-quoted-stringKevin Daudt2016-09-286-0/+124
| * | | | | | | t5100-mailinfo: replace common path prefix with variableKevin Daudt2016-09-281-33/+35
* | | | | | | | Merge branch 'mh/diff-indent-heuristic'Junio C Hamano2016-10-031-7/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | xdiff: rename "struct group" to "struct xdlgroup"mh/diff-indent-heuristicJeff King2016-09-271-7/+7
* | | | | | | | | Merge branch 'dt/mailinfo'Junio C Hamano2016-10-031-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add David Turner's Two Sigma addressdt/mailinfoDavid Turner2016-09-261-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'va/git-gui-i18n'Junio C Hamano2016-10-033-3/+3012
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'va/i18n' of ../git-gui into va/git-gui-i18nva/git-gui-i18nJunio C Hamano2016-09-263-3/+3012
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | git-gui: l10n: add Portuguese translationVasco Almeida2016-09-262-0/+3009
| | * | | | | | | | git-gui i18n: mark strings for translationVasco Almeida2016-09-261-3/+3
* | | | | | | | | | Merge branch 'rs/git-gui-use-modern-git-merge-syntax'Junio C Hamano2016-10-031-6/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'rs/use-modern-git-merge-syntax' of git-gui into rs/git-gui-use-...rs/git-gui-use-modern-git-merge-syntaxJunio C Hamano2016-09-261-6/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | git-gui: stop using deprecated merge syntaxRené Scharfe2016-09-261-6/+1
| | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'jc/verify-loose-object-header'Junio C Hamano2016-10-032-8/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | unpack_sha1_header(): detect malformed object headerjc/verify-loose-object-headerJunio C Hamano2016-09-261-2/+24
| * | | | | | | | | | streaming: make sure to notice corrupt objectJunio C Hamano2016-09-261-6/+6
* | | | | | | | | | | Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano2016-10-034-50/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | init: kill git_link variablend/init-core-worktree-in-multi-worktree-worldNguyễn Thái Ngọc Duy2016-09-251-12/+4
| * | | | | | | | | | | init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy2016-09-252-3/+8
| * | | | | | | | | | | init: kill set_git_dir_init()Nguyễn Thái Ngọc Duy2016-09-251-29/+21
| * | | | | | | | | | | init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy2016-09-253-17/+21
| * | | | | | | | | | | init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy2016-09-252-1/+16
* | | | | | | | | | | | Merge branch 'ik/gitweb-force-highlight'Junio C Hamano2016-10-033-14/+29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitweb: use highlight's shebang detectionik/gitweb-force-highlightIan Kelling2016-09-253-12/+27
| * | | | | | | | | | | | gitweb: remove unused guess_file_syntax() parameterIan Kelling2016-09-251-2/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rs/copy-array'Junio C Hamano2016-10-037-9/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | use COPY_ARRAYrs/copy-arrayRené Scharfe2016-09-256-9/+32
| * | | | | | | | | | | | add COPY_ARRAYRené Scharfe2016-09-251-0/+8