summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-05name-rev: pre-size buffer in get_parent_name()Libravatar René Scharfe1-6/+14
2020-02-05name-rev: factor out get_parent_name()Libravatar René Scharfe1-13/+14
2020-02-05name-rev: put struct rev_name into commit slabLibravatar René Scharfe1-9/+11
2020-02-05name-rev: don't _peek() in create_or_update_name()Libravatar René Scharfe1-10/+4
2020-02-05name-rev: don't leak path copy in name_ref()Libravatar René Scharfe1-1/+3
2020-02-05name-rev: respect const qualifierLibravatar René Scharfe1-3/+3
2020-02-05name-rev: remove unused typedefLibravatar René Scharfe1-2/+2
2020-02-05name-rev: rewrite create_or_update_name()Libravatar Martin Ågren1-12/+12
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Libravatar Jeff King2-5/+7
2020-02-04notes.c: fix off-by-one error when decreasing notes fanoutLibravatar Johan Herland2-8/+18
2020-02-04t3305: check notes fanout more carefully and robustlyLibravatar Johan Herland1-25/+76
2020-02-04git-filter-branch.txt: wrap "maths" notation in backticksLibravatar Martin Ågren1-3/+3
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau4-14/+14
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau4-33/+24
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Libravatar Taylor Blau3-20/+25
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau7-36/+54
2020-02-04t7400: testcase for submodule status on unregistered inner git reposLibravatar Peter Kaestle1-0/+15
2020-02-04tree-walk.c: break circular dependency with unpack-treesLibravatar Jeff King3-3/+4
2020-01-31sparse-checkout: fix cone mode behavior mismatchLibravatar Derrick Stolee2-1/+13
2020-01-31sparse-checkout: improve docs around 'set' in cone modeLibravatar Derrick Stolee1-3/+14
2020-01-31sparse-checkout: escape all glob characters on writeLibravatar Derrick Stolee2-6/+9
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandLibravatar Derrick Stolee2-4/+9
2020-01-31sparse-checkout: unquote C-style strings over --stdinLibravatar Derrick Stolee2-2/+27
2020-01-31sparse-checkout: write escaped patterns in cone modeLibravatar Derrick Stolee2-4/+29
2020-01-31sparse-checkout: properly match escaped charactersLibravatar Derrick Stolee2-7/+51
2020-01-31sparse-checkout: warn on globs in cone patternsLibravatar Derrick Stolee2-0/+75
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthLibravatar Junio C Hamano8-25/+18
2020-01-31submodule foreach: replace $path with $sm_path in exampleLibravatar Kyle Meyer1-1/+1
2020-01-31t5318: don't pass non-object directory to '--object-dir'Libravatar Taylor Blau1-2/+2
2020-01-31diff: move diff.wsErrorHighlight to "basic" configLibravatar Jeff King2-8/+21
2020-01-31sha1-file: allow check_object_signature() to handle any repoLibravatar Matheus Tavares7-19/+27
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Libravatar Matheus Tavares11-25/+36
2020-01-31sha1-file: pass git_hash_algo to write_object_file_prepare()Libravatar Matheus Tavares1-8/+12
2020-01-31streaming: allow open_istream() to handle any repoLibravatar Matheus Tavares7-21/+28
2020-01-31pack-check: use given repo's hash_algo at verify_packfile()Libravatar Matheus Tavares1-5/+5
2020-01-31cache-tree: use given repo's hash_algo at verify_one()Libravatar Matheus Tavares1-1/+1
2020-01-31diff: make diff_populate_filespec() honor its repo argumentLibravatar Matheus Tavares1-1/+1
2020-01-30Sync with maintLibravatar Junio C Hamano1-0/+1
2020-01-30The second batchLibravatar Junio C Hamano1-0/+47
2020-01-30Merge branch 'bc/misconception-doc'Libravatar Junio C Hamano2-0/+24
2020-01-30Merge branch 'bc/author-committer-doc'Libravatar Junio C Hamano4-27/+69
2020-01-30Merge branch 'ss/t6025-modernize'Libravatar Junio C Hamano1-47/+48
2020-01-30Merge branch 'lh/bool-to-type-bool'Libravatar Junio C Hamano2-6/+6
2020-01-30Merge branch 'ds/refmap-doc'Libravatar Junio C Hamano2-1/+28
2020-01-30Merge branch 'bc/actualmente'Libravatar Junio C Hamano1-2/+2
2020-01-30Merge branch 'rt/submodule-i18n'Libravatar Junio C Hamano1-14/+14
2020-01-30Merge branch 'js/builtin-add-i-cmds'Libravatar Junio C Hamano2-3/+15
2020-01-30Merge branch 'jk/test-fixes'Libravatar Junio C Hamano2-4/+2
2020-01-30Merge branch 'jk/asan-build-fix'Libravatar Junio C Hamano2-0/+8
2020-01-30Merge branch 'sg/completion-worktree'Libravatar Junio C Hamano2-26/+150