summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-08-10maintenance: add get_random_minute()Derrick Stolee-0/+26
2023-08-10rebase: allow overriding the maximal length of the generated labelsJohannes Schindelin-2/+23
2023-08-10sequencer: truncate labels to accommodate loose refsMark Ruvald Pedersen-5/+40
2023-08-10t/lib-rebase: improve documentation of set_fake_editor()Oswald Buddenhagen-9/+12
2023-08-10t4053: avoid race when killing background processesPhillip Wood-2/+2
2023-08-10upload-pack: fix race condition in error messagesDerrick Stolee-2/+3
2023-08-09git-push.txt: fix grammarWesley Schwengle-1/+1
2023-08-09Git 2.42-rc1v2.42.0-rc1Junio C Hamano-1/+21
2023-08-09Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano-39/+93
2023-08-09Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano-3/+18
2023-08-09Merge branch 'bc/ignore-clangd-cache'Junio C Hamano-0/+1
2023-08-09Merge branch 'bc/ident-dot-is-no-longer-crud-letter'Junio C Hamano-4/+12
2023-08-09Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano-2/+120
2023-08-09repack: move `pack_geometry` struct to the stackTaylor Blau-31/+31
2023-08-09git maintenance: avoid console window in scheduled tasks on WindowsJohannes Schindelin-1/+1
2023-08-09win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin-2/+139
2023-08-09sequencer: simplify allocation of result array in todo_list_rearrange_squash()Oswald Buddenhagen-4/+5
2023-08-09t9001: remove excessive GIT_SEND_EMAIL_NOTTY=1Oswald Buddenhagen-1/+0
2023-08-09mv: handle lstat() failure correctlySebastian Thiel-2/+9
2023-08-08branch: error message checking out a branch in useRubén Justo-3/+4
2023-08-08parse-options: disallow negating OPTION_SET_INT 0René Scharfe-0/+3
2023-08-08repack: free geometry structJeff King-5/+3
2023-08-08send-email: avoid creating more than one Term::ReadLine objectJeff King-7/+16
2023-08-08send-email: drop FakeTerm hackJeff King-20/+2
2023-08-08t0040: declare non-tab indentation to be okay in this scriptJohannes Schindelin-0/+1
2023-08-07branch: error message deleting a branch in useRubén Justo-2/+14
2023-08-07advice: handle "rebase" in error_resolve_conflict()Oswald Buddenhagen-2/+3
2023-08-07t/lib-rebase: set_fake_editor(): handle FAKE_LINES more consistentlyOswald Buddenhagen-1/+1
2023-08-07t/lib-rebase: set_fake_editor(): fix recognition of reset's short commandOswald Buddenhagen-1/+1
2023-08-07A few more topics before -rc1Junio C Hamano-0/+8
2023-08-07mailmap: change primary address for Glen ChooGlen Choo-0/+1
2023-08-07Merge branch 'ew/sha256-gcrypt-leak-fixes'Junio C Hamano-5/+8
2023-08-07Merge branch 'rs/bundle-parseopt-cleanup'Junio C Hamano-23/+23
2023-08-07Merge branch 'am/doc-sha256'Junio C Hamano-8/+11
2023-08-07Merge branch 'tb/commit-graph-tests'Junio C Hamano-242/+224
2023-08-06parse-options: simplify usage_padding()René Scharfe-12/+5
2023-08-06parse-options: no --[no-]no-...René Scharfe-3/+28
2023-08-06parse-options: factor out usage_indent() and usage_padding()René Scharfe-15/+24
2023-08-06parse-options: show negatability of options in short helpRené Scharfe-45/+58
2023-08-06t1502: test option negationRené Scharfe-0/+63
2023-08-06t1502: move optionspec help output to a fileRené Scharfe-72/+42
2023-08-06t1502, docs: disallow --no-helpRené Scharfe-4/+4
2023-08-06subtree: disallow --no-{help,quiet,debug,branch,message}René Scharfe-5/+5
2023-08-06l10n: po-id for 2.42 (round 1)Bagas Sanjaya-194/+414
2023-08-05Merge branch 'russian-l10n' of https://github.com/DJm00n/git-po-ruJiang Xin-1226/+1627
2023-08-04gitignore: ignore clangd .cache directorybrian m. carlson-0/+1
2023-08-04Git 2.42-rc0v2.42.0-rc0Junio C Hamano-1/+24
2023-08-04Merge branch 'jc/branch-in-use-error-message'Junio C Hamano-6/+6
2023-08-04Merge branch 'hy/blame-in-bare-with-contents'Junio C Hamano-1/+12
2023-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano-7/+21