summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-02-05doc hash-function-transition: fix asciidoc outputThomas Ackermann-34/+45
2021-02-04range-diff: simplify code spawning `git log`Johannes Schindelin-5/+2
2021-02-04range-diff: libify the read_patches() function againJohannes Schindelin-3/+10
2021-02-04range-diff: avoid leaking memory in two error code pathsJohannes Schindelin-0/+2
2021-02-03The fifth batchJunio C Hamano-0/+13
2021-02-03Merge branch 'jk/run-command-use-shell-doc'Junio C Hamano-1/+8
2021-02-03Merge branch 'jk/peel-iterated-oid'Junio C Hamano-69/+27
2021-02-03Merge branch 'js/skip-dashed-built-ins-from-config-mak'Junio C Hamano-14/+14
2021-02-03Merge branch 'jt/packfile-as-uri-doc'Junio C Hamano-2/+5
2021-02-03Merge branch 'ds/maintenance-prefetch-cleanup'Junio C Hamano-1/+38
2021-02-03Merge branch 'ab/fsck-doc-fix'Junio C Hamano-8/+0
2021-02-03bisect--helper: retire `--check-and-set-terms` subcommandPranit Bauva-10/+0
2021-02-03bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva-17/+45
2021-02-03bisect--helper: retire `--bisect-auto-next` subcommandPranit Bauva-10/+0
2021-02-03bisect--helper: use `res` instead of return in BISECT_RESET case optionPranit Bauva-1/+2
2021-02-03bisect--helper: retire `--bisect-write` subcommandPranit Bauva-10/+0
2021-02-03bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva-34/+84
2021-02-03bisect--helper: reimplement `bisect_log` shell function in CPranit Bauva-7/+27
2021-02-03doc/git-branch: fix awkward wording for "-c"Jeff King-2/+2
2021-02-03completion: handle other variants of "branch -m"Jeff King-2/+4
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen-29/+59
2021-02-02completion: treat "branch -D" the same way as "branch -d"Jeff King-1/+1
2021-02-02t5544: clarify 'hook works with partial clone' testJacob Vosmaer-2/+3
2021-02-02Merge branch 'mk/russian-translation'Pratyush Yadav-1/+1
2021-02-02git-gui: fix typo in russian localeMikhail Klyushin-1/+1
2021-02-01pager: properly log pager exit code when signalledÆvar Arnfjörð Bjarmason-7/+57
2021-02-01run-command: add braces for "if" block in wait_or_whine()Ævar Arnfjörð Bjarmason-1/+2
2021-02-01pager: test for exit code with and without SIGPIPEÆvar Arnfjörð Bjarmason-0/+82
2021-02-01pager: refactor wait_for_pager() functionÆvar Arnfjörð Bjarmason-11/+7
2021-02-01commit-graph: prepare commit graphDerrick Stolee-9/+3
2021-02-01commit-graph: be extra careful about mixed generationsDerrick Stolee-2/+12
2021-02-01commit-graph: compute generations separatelyDerrick Stolee-14/+56
2021-02-01commit-graph: validate layers for generation dataDerrick Stolee-6/+16
2021-02-01commit-graph: always parse before commit_graph_data_at()Derrick Stolee-4/+33
2021-02-01commit-graph: use repo_parse_commitDerrick Stolee-7/+8
2021-02-01commit-reach: reduce requirements for remove_redundant()Derrick Stolee-6/+4
2021-01-30annotate-tests: quote variable expansions containing path namesJohannes Sixt-4/+4
2021-01-30worktree: teach `list` verbose modeRafael Silva-2/+63
2021-01-30worktree: teach `list` to annotate prunable worktreeRafael Silva-2/+66
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva-2/+71
2021-01-30t2402: ensure locked worktree is properly cleaned upRafael Silva-0/+1
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva-2/+3
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonRafael Silva-0/+29
2021-01-30worktree: libify should_prune_worktree()Rafael Silva-74/+83
2021-01-29doc/git-rebase: add documentation for fixup [-C|-c] optionsCharvi Mendiratta-3/+11
2021-01-29rebase -i: teach --autosquash to work with amend!Charvi Mendiratta-7/+28
2021-01-29t3437: test script for fixup [-C|-c] options in interactive rebaseCharvi Mendiratta-0/+289
2021-01-29rebase -i: add fixup [-C | -c] commandCharvi Mendiratta-20/+197
2021-01-29sequencer: use const variable for commit message commentsCharvi Mendiratta-5/+10
2021-01-29sequencer: pass todo_item to do_pick_commit()Charvi Mendiratta-7/+11