summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05doc hash-function-transition: move rationale upwardsThomas Ackermann1-42/+34
2021-02-05doc hash-function-transition: fix incomplete sentenceThomas Ackermann1-1/+1
2021-02-05doc hash-function-transition: use upper case consistentlyThomas Ackermann1-7/+7
2021-02-05doc hash-function-transition: use SHA-1 and SHA-256 consistentlyThomas Ackermann1-63/+63
2021-02-05doc hash-function-transition: fix asciidoc outputThomas Ackermann1-34/+45
2021-02-04range-diff: simplify code spawning `git log`Johannes Schindelin1-5/+2
2021-02-04range-diff: libify the read_patches() function againJohannes Schindelin1-3/+10
2021-02-04range-diff: avoid leaking memory in two error code pathsJohannes Schindelin1-0/+2
2021-02-03The fifth batchJunio C Hamano1-0/+13
2021-02-03Merge branch 'jk/run-command-use-shell-doc'Junio C Hamano1-1/+8
2021-02-03Merge branch 'jk/peel-iterated-oid'Junio C Hamano12-68/+26
2021-02-03Merge branch 'js/skip-dashed-built-ins-from-config-mak'Junio C Hamano1-14/+14
2021-02-03Merge branch 'jt/packfile-as-uri-doc'Junio C Hamano1-2/+5
2021-02-03Merge branch 'ds/maintenance-prefetch-cleanup'Junio C Hamano2-1/+38
2021-02-03Merge branch 'ab/fsck-doc-fix'Junio C Hamano1-8/+0
2021-02-03bisect--helper: retire `--check-and-set-terms` subcommandPranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva2-17/+45
2021-02-03bisect--helper: retire `--bisect-auto-next` subcommandPranit Bauva1-10/+0
2021-02-03bisect--helper: use `res` instead of return in BISECT_RESET case optionPranit Bauva1-1/+2
2021-02-03bisect--helper: retire `--bisect-write` subcommandPranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva2-34/+84
2021-02-03bisect--helper: reimplement `bisect_log` shell function in CPranit Bauva2-7/+27
2021-02-03doc/git-branch: fix awkward wording for "-c"Jeff King1-2/+2
2021-02-03completion: handle other variants of "branch -m"Jeff King1-2/+4
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen11-29/+59
2021-02-02completion: treat "branch -D" the same way as "branch -d"Jeff King1-1/+1
2021-02-02t5544: clarify 'hook works with partial clone' testJacob Vosmaer1-2/+3
2021-02-02Merge branch 'mk/russian-translation'Pratyush Yadav1-1/+1
2021-02-02git-gui: fix typo in russian localeMikhail Klyushin1-1/+1
2021-02-01pager: properly log pager exit code when signalledÆvar Arnfjörð Bjarmason2-7/+57
2021-02-01run-command: add braces for "if" block in wait_or_whine()Ævar Arnfjörð Bjarmason1-1/+2
2021-02-01pager: test for exit code with and without SIGPIPEÆvar Arnfjörð Bjarmason1-0/+82
2021-02-01pager: refactor wait_for_pager() functionÆvar Arnfjörð Bjarmason1-11/+7
2021-02-01commit-graph: prepare commit graphDerrick Stolee2-9/+3
2021-02-01commit-graph: be extra careful about mixed generationsDerrick Stolee1-2/+12
2021-02-01commit-graph: compute generations separatelyDerrick Stolee1-14/+56
2021-02-01commit-graph: validate layers for generation dataDerrick Stolee1-6/+16
2021-02-01commit-graph: always parse before commit_graph_data_at()Derrick Stolee2-4/+33
2021-02-01commit-graph: use repo_parse_commitDerrick Stolee2-7/+8
2021-02-01commit-reach: reduce requirements for remove_redundant()Derrick Stolee1-6/+4
2021-01-30annotate-tests: quote variable expansions containing path namesJohannes Sixt1-4/+4
2021-01-30worktree: teach `list` verbose modeRafael Silva3-2/+63
2021-01-30worktree: teach `list` to annotate prunable worktreeRafael Silva3-2/+66
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeRafael Silva3-2/+71
2021-01-30t2402: ensure locked worktree is properly cleaned upRafael Silva1-0/+1
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva2-2/+3
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonRafael Silva2-0/+29
2021-01-30worktree: libify should_prune_worktree()Rafael Silva3-74/+83
2021-01-29doc/git-rebase: add documentation for fixup [-C|-c] optionsCharvi Mendiratta1-3/+11
2021-01-29rebase -i: teach --autosquash to work with amend!Charvi Mendiratta2-7/+28