summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05doc hash-function-transition: fix incomplete sentenceLibravatar Thomas Ackermann1-1/+1
2021-02-05doc hash-function-transition: use upper case consistentlyLibravatar Thomas Ackermann1-7/+7
2021-02-05doc hash-function-transition: use SHA-1 and SHA-256 consistentlyLibravatar Thomas Ackermann1-63/+63
2021-02-05doc hash-function-transition: fix asciidoc outputLibravatar Thomas Ackermann1-34/+45
2021-02-04range-diff: simplify code spawning `git log`Libravatar Johannes Schindelin1-5/+2
2021-02-04range-diff: libify the read_patches() function againLibravatar Johannes Schindelin1-3/+10
2021-02-04range-diff: avoid leaking memory in two error code pathsLibravatar Johannes Schindelin1-0/+2
2021-02-03The fifth batchLibravatar Junio C Hamano1-0/+13
2021-02-03Merge branch 'jk/run-command-use-shell-doc'Libravatar Junio C Hamano1-1/+8
2021-02-03Merge branch 'jk/peel-iterated-oid'Libravatar Junio C Hamano12-69/+27
2021-02-03Merge branch 'js/skip-dashed-built-ins-from-config-mak'Libravatar Junio C Hamano1-14/+14
2021-02-03Merge branch 'jt/packfile-as-uri-doc'Libravatar Junio C Hamano1-2/+5
2021-02-03Merge branch 'ds/maintenance-prefetch-cleanup'Libravatar Junio C Hamano2-1/+38
2021-02-03Merge branch 'ab/fsck-doc-fix'Libravatar Junio C Hamano1-8/+0
2021-02-03bisect--helper: retire `--check-and-set-terms` subcommandLibravatar Pranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_skip` shell function in CLibravatar Pranit Bauva2-17/+45
2021-02-03bisect--helper: retire `--bisect-auto-next` subcommandLibravatar Pranit Bauva1-10/+0
2021-02-03bisect--helper: use `res` instead of return in BISECT_RESET case optionLibravatar Pranit Bauva1-1/+2
2021-02-03bisect--helper: retire `--bisect-write` subcommandLibravatar Pranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_replay` shell function in CLibravatar Pranit Bauva2-34/+84
2021-02-03bisect--helper: reimplement `bisect_log` shell function in CLibravatar Pranit Bauva2-7/+27
2021-02-03doc/git-branch: fix awkward wording for "-c"Libravatar Jeff King1-2/+2
2021-02-03completion: handle other variants of "branch -m"Libravatar Jeff King1-2/+4
2021-02-03MacOS: precompose_argv_prefix()Libravatar Torsten Bögershausen11-29/+59
2021-02-02completion: treat "branch -D" the same way as "branch -d"Libravatar Jeff King1-1/+1
2021-02-02t5544: clarify 'hook works with partial clone' testLibravatar Jacob Vosmaer1-2/+3
2021-02-01pager: properly log pager exit code when signalledLibravatar Ævar Arnfjörð Bjarmason2-7/+57
2021-02-01run-command: add braces for "if" block in wait_or_whine()Libravatar Ævar Arnfjörð Bjarmason1-1/+2
2021-02-01pager: test for exit code with and without SIGPIPELibravatar Ævar Arnfjörð Bjarmason1-0/+82
2021-02-01pager: refactor wait_for_pager() functionLibravatar Ævar Arnfjörð Bjarmason1-11/+7
2021-02-01commit-graph: prepare commit graphLibravatar Derrick Stolee2-9/+3
2021-02-01commit-graph: be extra careful about mixed generationsLibravatar Derrick Stolee1-2/+12
2021-02-01commit-graph: compute generations separatelyLibravatar Derrick Stolee1-14/+56
2021-02-01commit-graph: validate layers for generation dataLibravatar Derrick Stolee1-6/+16
2021-02-01commit-graph: always parse before commit_graph_data_at()Libravatar Derrick Stolee2-4/+33
2021-02-01commit-graph: use repo_parse_commitLibravatar Derrick Stolee2-7/+8
2021-02-01commit-reach: reduce requirements for remove_redundant()Libravatar Derrick Stolee1-6/+4
2021-01-30annotate-tests: quote variable expansions containing path namesLibravatar Johannes Sixt1-4/+4
2021-01-30worktree: teach `list` verbose modeLibravatar Rafael Silva3-2/+63
2021-01-30worktree: teach `list` to annotate prunable worktreeLibravatar Rafael Silva3-2/+66
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeLibravatar Rafael Silva3-2/+71
2021-01-30t2402: ensure locked worktree is properly cleaned upLibravatar Rafael Silva1-0/+1
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeLibravatar Rafael Silva2-2/+3
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonLibravatar Rafael Silva2-0/+29
2021-01-30worktree: libify should_prune_worktree()Libravatar Rafael Silva3-74/+83
2021-01-29p5303: avoid sed GNU-ismLibravatar Jeff King1-4/+8
2021-01-28t5325: check both on-disk and in-memory reverse indexLibravatar Taylor Blau1-0/+23
2021-01-28pretty: lazy-load commit data when expanding user-formatLibravatar Jeff King2-12/+13
2021-01-28rebase -i: do leave commit message intact in fixup! chainsLibravatar Johannes Schindelin2-1/+20
2021-01-28t0000: consistently use single quotes for outer testsLibravatar Jeff King1-190/+190