summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-26Revert "refs: allow @{n} to work with n-sized reflog"Jeff King3-51/+50
2024-02-26upload-pack: don't send null character in abort message to the clientSZEDER Gábor1-1/+1
2024-02-26submodule: use strvec_pushf() for --submodule-prefixRené Scharfe1-15/+4
2024-02-26userdiff: skip textconv caching when not in a repositoryJeff King2-1/+25
2024-02-26name-rev: use mem_pool_strfmt()René Scharfe1-19/+20
2024-02-26mem-pool: add mem_pool_strfmt()René Scharfe2-0/+44
2024-02-26fetch: convert strncmp() with strlen() to starts_with()René Scharfe1-3/+2
2024-02-24compat: drop inclusion of <git-compat-util.h>Junio C Hamano2-2/+0
2024-02-23Documentation/config/pack.txt: fix broken AsciiDoc mark-upTaylor Blau1-5/+4
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak6-11/+79
2024-02-23ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'Karthik Nayak3-4/+4
2024-02-23refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak4-5/+79
2024-02-23refs: extract out `loose_fill_ref_dir_regular_file()`Karthik Nayak1-29/+33
2024-02-23refs: introduce `is_pseudoref()` and `is_headref()`Karthik Nayak2-0/+44
2024-02-23fill_tree_descriptor(): mark error message for translationJohannes Schindelin2-2/+2
2024-02-23cache-tree: avoid an unnecessary checkJohannes Schindelin1-1/+1
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin12-10/+52
2024-02-23t4301: verify that merge-tree fails on missing blob objectsJohannes Schindelin1-0/+16
2024-02-23merge-ort: do check `parse_tree()`'s return valueJohannes Schindelin1-2/+4
2024-02-23merge-tree: fail with a non-zero exit code on missing tree objectsJohannes Schindelin2-3/+15
2024-02-22Git 2.44v2.44.0Junio C Hamano2-1/+13
2024-02-22Git 2.43.3v2.43.3Junio C Hamano3-2/+14
2024-02-22Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano3-8/+44
2024-02-21doc: apply the new placeholder rules to git-add documentationJunio C Hamano1-10/+10
2024-02-21doc: clarify the format of placeholdersJean-Noël Avila1-0/+7
2024-02-21git-remote.txt: fix typoJakub Wilk1-1/+1
2024-02-21builtin/reflog: introduce subcommand to list reflogsPatrick Steinhardt3-0/+145
2024-02-21refs: stop resolving ref corresponding to reflogsPatrick Steinhardt2-14/+4
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt11-54/+65
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt8-50/+20
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt4-73/+56
2024-02-21refs/files: sort reflogs returned by the reflog iteratorPatrick Steinhardt4-6/+6
2024-02-21dir-iterator: support iteration in sorted orderPatrick Steinhardt2-13/+89
2024-02-21dir-iterator: pass name to `prepare_next_entry_data()` directlyPatrick Steinhardt1-4/+4
2024-02-21rebase: make warning less passive aggressiveHarmen Stoppels1-1/+1
2024-02-20doc: end sentences with full-stopJean-Noël Avila2-3/+3
2024-02-20doc: close unclosed angle-bracket of a placeholder in git-clone docJean-Noël Avila1-1/+1
2024-02-20doc: git-rev-parse: enforce command-line description syntaxJean-Noël Avila1-12/+12
2024-02-20documentation: send-email: use camel case consistentlyDragan Simic2-15/+15
2024-02-20git-difftool--helper: honor `--trust-exit-code` with `--dir-diff`Patrick Steinhardt3-46/+67
2024-02-19Git 2.44-rc2v2.44.0-rc2Junio C Hamano2-1/+2
2024-02-19Merge branch 'la/trailer-cleanups'Junio C Hamano3-8/+44
2024-02-19trailer: fix comment/cut-line regression with opts->no_dividerJeff King3-8/+44
2024-02-19doc: remove outdated information about interactive.singleKeyJulio Bacellari1-3/+1
2024-02-19t0303: check that helper_test_clean removes all credentialsJeff King1-2/+24
2024-02-19Merge branch 'ba/credential-test-clean-fix' into jk/t0303-cleanJunio C Hamano1-0/+1
2024-02-19libsecret: retrieve empty passwordM Hickford1-0/+3
2024-02-19Merge branch 'ps/reftable-backend' into ps/reflog-listJunio C Hamano17-7/+3248
2024-02-19mergetools: vimdiff: use correct tool's name when reading mergetool configKipras Melnikovas3-9/+25
2024-02-19Merge tag 'l10n-2.44.0-rnd3' of https://github.com/git-l10n/git-poJunio C Hamano11-1509/+2894