summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-30The twenty-second batchJunio C Hamano1-0/+19
2023-10-23The twenty-first batchJunio C Hamano1-0/+17
2023-10-23doc/git-bisect: clarify `git bisect run` syntaxJavier Mora2-4/+4
2023-10-23builtin/branch.c: adjust error messages to coding guidelinesIsoken June Ibizugbe4-47/+47
2023-10-21merge-ort.c: fix typo 'neeed' to 'needed'王常新1-1/+1
2023-10-20The twentieth batchJunio C Hamano1-0/+12
2023-10-20git-push doc: more visibility for -q optionMichal Suchanek1-1/+1
2023-10-20rebase: move parse_opt_keep_empty() downOswald Buddenhagen1-13/+12
2023-10-20rebase: handle --strategy via imply_merge() as wellOswald Buddenhagen1-12/+1
2023-10-20rebase: simplify code related to imply_merge()Oswald Buddenhagen1-5/+1
2023-10-20send-email: handle to/cc/bcc from --compose messageJeff King3-12/+31
2023-10-20Revert "send-email: extract email-parsing code into a subroutine"Jeff King2-80/+75
2023-10-20doc/send-email: mention handling of "reply-to" with --composeJeff King1-5/+5
2023-10-20grep: die gracefully when outside repositoryKristoffer Haugsbakk2-1/+33
2023-10-19git-p4 shouldn't attempt to store symlinks in LFSMatthew McClain1-0/+4
2023-10-18t7601: use "test_path_is_file" etc. instead of "test -f"Dorcas AnonoLitunya1-12/+12
2023-10-18am: align placeholder for --whitespace option with applyJunio C Hamano1-2/+2
2023-10-18The nineteenth batchJunio C Hamano1-1/+9
2023-10-17commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano1-4/+4
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe1-5/+5
2023-10-16doc/git-repack: don't mention nonexistent "--unpacked" optionPatrick Steinhardt1-5/+2
2023-10-16doc/git-repack: fix syntax for `-g` shorthand optionPatrick Steinhardt1-1/+1
2023-10-14t5319: make corrupted large-offset test more robustJeff King1-2/+4
2023-10-13The eighteenth batchJunio C Hamano1-0/+21
2023-10-13Prevent git from rehashing 4GiB filesJason Hatton2-2/+34
2023-10-13t: add a test helper to truncate filesbrian m. carlson4-0/+28
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai6-0/+95
2023-10-13attr: read attributes from HEAD when bare repoJohn Cai3-2/+23
2023-10-12The seventeenth batchJunio C Hamano1-0/+4
2023-10-12mailmap: change primary address for Derrick StoleeDerrick Stolee1-3/+3
2023-10-11stash: be careful what we storeJunio C Hamano2-0/+10
2023-10-11merge: introduce {copy|clear}_merge_options()Junio C Hamano3-1/+22
2023-10-10The sixteenth batchJunio C Hamano1-0/+7
2023-10-10doc/git-worktree: mention "refs/rewritten" as per-worktree refsPatrick Steinhardt1-3/+4
2023-10-09chunk-format: drop pair_chunk_unsafe()Jeff King2-21/+0
2023-10-09commit-graph: detect out-of-order BIDX offsetsJeff King2-0/+23
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King2-2/+23
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King4-0/+63
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King3-3/+18
2023-10-09commit-graph: check size of generations chunkJeff King2-2/+20
2023-10-09commit-graph: bounds-check base graphs chunkJeff King3-1/+22
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King3-6/+23
2023-10-09commit-graph: check size of commit data chunkJeff King2-1/+20
2023-10-09midx: check size of revindex chunkJeff King4-2/+32
2023-10-09midx: bounds-check large offset chunkJeff King3-3/+26
2023-10-09midx: check size of object offset chunkJeff King2-1/+24
2023-10-09midx: enforce chunk alignment on readingJeff King5-4/+26
2023-10-09midx: check size of pack names chunkJeff King3-2/+21
2023-10-09commit-graph: check consistency of fanout tableJeff King3-4/+43
2023-10-09midx: check size of oid lookup chunkJeff King2-3/+25