summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-26replay: introduce pick_regular_commit()Elijah Newren1-20/+34
2023-11-26replay: die() instead of failing assert()Elijah Newren1-1/+6
2023-11-26replay: start using parse_options APIElijah Newren1-13/+32
2023-11-26replay: introduce new builtinElijah Newren11-41/+122
2023-11-26t6429: remove switching aspects of fast-rebaseElijah Newren2-10/+8
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt6-10/+16
2023-11-26doc: refer to internet archiveJosh Soref4-4/+4
2023-11-26doc: update links for andre-simon.deJosh Soref4-5/+5
2023-11-26doc: switch links to httpsJosh Soref43-56/+56
2023-11-26doc: update links to current pagesJosh Soref15-16/+16
2023-11-26builtin/reflog.c: fix dry-run option short nameJosh Brobst1-2/+2
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano3-7/+7
2023-11-24orphan/unborn: add to the glossary and use them consistentlyJunio C Hamano5-5/+23
2023-11-23checkout: refactor die_if_checked_out() callerJunio C Hamano1-9/+23
2023-11-23t0212: test URL redacting in EVENT formatJeff Hostetler2-0/+95
2023-11-23t0211: test URL redacting in PERF formatJeff Hostetler1-1/+20
2023-11-23trace2: redact passwords from https:// URLs by defaultJohannes Schindelin2-4/+136
2023-11-23trace2: fix signature of trace2_def_param() macroJeff Hostetler1-2/+2
2023-11-22merge-file: add --diff-algorithm optionAntonin Delpeuch3-1/+157
2023-11-20Git 2.43v2.43.0Junio C Hamano2-56/+70
2023-11-20Merge tag 'l10n-2.43.0-rnd2' of https://github.com/git-l10n/git-poJunio C Hamano10-4753/+5712
2023-11-20Merge branch 'vd/glossary-dereference-peel'Junio C Hamano1-14/+35
2023-11-20Merge branch 'tz/send-email-helpfix'Junio C Hamano1-2/+2
2023-11-20Merge branch 'l10n/zh-TW/2023-11-19' of github.com:l10n-tw/git-poJiang Xin1-742/+374
2023-11-20fuzz: add new oss-fuzz fuzzer for date.c / date.hArthur Chan3-0/+51
2023-11-20packfile.c: fix a typo in `each_file_in_pack_dir_fn()`'s declarationJohannes Schindelin1-1/+1
2023-11-19l10n: zh-TW: Git 2.43.0-rc1Yi-Jyun Pan1-742/+374
2023-11-19Merge branch 'master' of github.com:alshopov/git-poJiang Xin1-576/+872
2023-11-18l10n: Update German translationRalf Thielow1-224/+347
2023-11-18l10n: bg.po: Updated Bulgarian translation (5579t)Alexander Shopov1-576/+872
2023-11-18l10n: zh_CN: for git 2.43.0-rc1Teng Long1-229/+373
2023-11-18Merge branch '2.43-uk-update' of github.com:arkid15rJiang Xin1-267/+358
2023-11-18Merge branch 'catalan' of github.com:Softcatala/git-poJiang Xin1-264/+427
2023-11-18Merge branch 'tr-l10n' of github.com:bitigchi/git-poJiang Xin1-207/+322
2023-11-18Merge branch 'fr_v2.43.0' of github.com:jnavila/gitJiang Xin1-220/+420
2023-11-18Merge branch 'po-id' of github.com:bagasme/git-poJiang Xin1-274/+400
2023-11-18Merge branch 'master' of github.com:nafmo/git-l10n-svJiang Xin1-1750/+1819
2023-11-17refs: remove `delete_refs` callback from backendsPatrick Steinhardt4-32/+0
2023-11-17refs: deduplicate code to delete referencesPatrick Steinhardt3-92/+47
2023-11-17refs/files: use transactions to delete referencesPatrick Steinhardt1-32/+34
2023-11-17t5510: ensure that the packed-refs file needs lockingPatrick Steinhardt1-0/+1
2023-11-17send-email: avoid duplicate specification warningsTodd Zullinger1-13/+6
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger22-23/+23
2023-11-16t/perf: add perf tests for for-each-refVictoria Dye1-0/+87
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye4-13/+30
2023-11-16for-each-ref: clean up documentation of --formatVictoria Dye1-11/+12
2023-11-16ref-filter.c: filter & format refs in the same callbackVictoria Dye1-6/+82
2023-11-16ref-filter.c: refactor to create common helper functionsVictoria Dye1-46/+69
2023-11-16ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'Victoria Dye1-6/+6
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye5-64/+68