summaryrefslogtreecommitdiffstats
path: root/gettext.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-07oss-fuzz/commit-graph: set up hash algorithmPatrick Steinhardt1-0/+1
2024-05-07builtin/shortlog: don't set up revisions without repoPatrick Steinhardt1-1/+1
2024-05-07builtin/diff: explicitly set hash algo when there is no repoPatrick Steinhardt1-0/+9
2024-05-07builtin/bundle: abort "verify" early when there is no repositoryPatrick Steinhardt1-0/+5
2024-05-07builtin/blame: don't access potentially unitialized `the_hash_algo`Patrick Steinhardt1-3/+2
2024-05-07builtin/rev-parse: allow shortening to more than 40 hex charactersPatrick Steinhardt2-3/+8
2024-05-07remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt2-1/+33
2024-05-07attr: fix BUG() when parsing attrs outside of repoPatrick Steinhardt2-0/+21
2024-05-07attr: don't recompute default attribute sourcePatrick Steinhardt1-9/+16
2024-05-07parse-options-cb: only abbreviate hashes when hash algo is knownPatrick Steinhardt2-1/+19
2024-05-07path: move `validate_headref()` to its only userPatrick Steinhardt3-54/+53
2024-05-07path: harden validation of HEAD with non-standard hashesPatrick Steinhardt1-1/+1
2024-05-03stop using HEAD for attributes in bare repository by defaultJunio C Hamano3-10/+10
2024-04-30Start the 2.46 cycleJunio C Hamano3-2/+57
2024-04-29Git 2.45v2.45.0Junio C Hamano1-1/+1
2024-04-29l10n: tr: Update Turkish translationsEmir SARI1-250/+411
2024-04-28l10n: zh_CN: for git 2.45 roundsTeng Long1-294/+504
2024-04-28l10n: zh-TW: Git 2.45Yi-Jyun Pan1-331/+579
2024-04-28l10n: vi: Updated translation for 2.45Vũ Tiến Hưng1-4522/+5227
2024-04-28l10n: TEAMS: retire l10n teams no update in 1 yearJiang Xin1-8/+8
2024-04-27l10n: uk: v2.45 updateArkadii Yakovets1-245/+418
2024-04-27l10n: sv.po: Update Swedish translationPeter Krefting1-391/+550
2024-04-26l10n: Update German translationRalf Thielow1-250/+420
2024-04-26l10n: po-id for 2.45Bagas Sanjaya1-302/+510
2024-04-24fuzz: link fuzz programs with `make all` on LinuxJosh Steadmon3-22/+32
2024-04-24maintenance: running maintenance should not stop on errorsJohannes Schindelin2-6/+7
2024-04-24for-each-repo: optionally keep going on an errorJohannes Schindelin3-2/+36
2024-04-24Documentation/RelNotes/2.45.0.txt: fix typoTaylor Blau1-1/+1
2024-04-24Git 2.45-rc1v2.45.0-rc1Junio C Hamano2-1/+11
2024-04-23A bit more topics before -rc1Junio C Hamano1-0/+33
2024-04-23format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano3-2/+21
2024-04-23format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano3-11/+48
2024-04-23add: plug a leak on interactive_addRubén Justo3-3/+9
2024-04-23add-patch: plug a leak handling the '/' commandRubén Justo1-0/+1
2024-04-23add-interactive: plug a leak in get_untracked_filesRubén Justo1-0/+1
2024-04-23apply: plug a leak in apply_dataRubén Justo9-1/+12
2024-04-22stash: fix "--staged" with binary filesAdam Johnson2-2/+11
2024-04-22docs: address typos in Git v2.45 changelogPatrick Steinhardt1-4/+4
2024-04-22docs: improve changelog entry for `git pack-refs --auto`Patrick Steinhardt1-2/+4
2024-04-22docs: remove duplicate entry and fix typo in 2.45 changelogOrgad Shaneh1-4/+1
2024-04-21don't report vsnprintf(3) error as bugRené Scharfe3-4/+5
2024-04-21l10n: bg.po: Updated Bulgarian translation (5652t)Alexander Shopov1-274/+457
2024-04-20l10n: fr: v2.45.0Jean-Noël Avila1-239/+442
2024-04-20l10n: Update Vietnamese team contactVũ Tiến Hưng1-3/+4
2024-04-19Git 2.45-rc0v2.45.0-rc0Junio C Hamano2-1/+3
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic2-1/+24
2024-04-18SubmittingPatches: demonstrate using git-contacts with git-send-emailLinus Arver1-0/+7
2024-04-18SubmittingPatches: add heading for format-patch and send-emailLinus Arver1-0/+2
2024-04-18SubmittingPatches: dedupe discussion of security patchesLinus Arver1-11/+4
2024-04-18SubmittingPatches: discuss reviewers firstLinus Arver1-32/+34