summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-07t3309: make test work with SHA-256brian m. carlson1-84/+144
2020-02-07t3308: make test work with SHA-256brian m. carlson1-28/+55
2020-02-07t3206: make hash size independentbrian m. carlson1-3/+11
2020-02-07t/lib-pack: support SHA-256brian m. carlson1-5/+30
2020-02-07submodule: add newline on invalid submodule errorEmily Shaffer1-1/+1
2020-02-06add: change advice config variables used by the add APIHeba Waly5-7/+22
2020-02-05The third batch for 2.26Junio C Hamano1-0/+31
2020-02-05Merge branch 'mt/sparse-checkout-doc-update'Junio C Hamano2-0/+25
2020-02-05Merge branch 'pb/recurse-submodule-in-worktree-fix'Junio C Hamano3-80/+93
2020-02-05Merge branch 'es/fetch-show-failed-submodules-atend'Junio C Hamano1-4/+15
2020-02-05Merge branch 'en/fill-directory-fixes-more'Junio C Hamano2-45/+47
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Junio C Hamano19-219/+254
2020-02-05Merge branch 'km/submodule-add-errmsg'Junio C Hamano2-8/+21
2020-02-05Merge branch 'am/checkout-file-and-ref-ref-ambiguity'Junio C Hamano2-34/+65
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano7-9/+326
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano7-50/+390
2020-02-05Merge branch 'dl/test-must-fail-fixes'Junio C Hamano9-101/+112
2020-02-05parse-options: lose an unnecessary space in an error messageJacques Bodin-Hullin2-4/+4
2020-02-05name-rev: sort tip names before applyingRené Scharfe1-8/+52
2020-02-05name-rev: release unused name stringsRené Scharfe1-5/+16
2020-02-05name-rev: generate name strings only if they are betterRené Scharfe1-17/+18
2020-02-05name-rev: pre-size buffer in get_parent_name()René Scharfe1-6/+14
2020-02-05name-rev: factor out get_parent_name()René Scharfe1-13/+14
2020-02-05name-rev: put struct rev_name into commit slabRené Scharfe1-9/+11
2020-02-05name-rev: don't _peek() in create_or_update_name()René Scharfe1-10/+4
2020-02-05name-rev: don't leak path copy in name_ref()René Scharfe1-1/+3
2020-02-05name-rev: respect const qualifierRené Scharfe1-3/+3
2020-02-05name-rev: remove unused typedefRené Scharfe1-2/+2
2020-02-05name-rev: rewrite create_or_update_name()Martin Ågren1-11/+11
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King2-5/+7
2020-02-04notes.c: fix off-by-one error when decreasing notes fanoutJohan Herland2-8/+18
2020-02-04t3305: check notes fanout more carefully and robustlyJohan Herland1-25/+76
2020-02-04git-filter-branch.txt: wrap "maths" notation in backticksMartin Ågren1-3/+3
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau4-14/+14
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau4-33/+24
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau3-20/+25
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau7-36/+54
2020-02-04t7400: testcase for submodule status on unregistered inner git reposPeter Kaestle1-0/+15
2020-02-04tree-walk.c: break circular dependency with unpack-treesJeff King3-3/+4
2020-01-31sparse-checkout: fix cone mode behavior mismatchDerrick Stolee2-1/+13
2020-01-31sparse-checkout: improve docs around 'set' in cone modeDerrick Stolee1-3/+14
2020-01-31sparse-checkout: escape all glob characters on writeDerrick Stolee2-6/+9
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandDerrick Stolee2-4/+9
2020-01-31sparse-checkout: unquote C-style strings over --stdinDerrick Stolee2-2/+27
2020-01-31sparse-checkout: write escaped patterns in cone modeDerrick Stolee2-4/+29
2020-01-31sparse-checkout: properly match escaped charactersDerrick Stolee2-7/+51
2020-01-31sparse-checkout: warn on globs in cone patternsDerrick Stolee2-0/+75
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano8-25/+18
2020-01-31submodule foreach: replace $path with $sm_path in exampleKyle Meyer1-1/+1
2020-01-31t5318: don't pass non-object directory to '--object-dir'Taylor Blau1-2/+2