summaryrefslogtreecommitdiffstats
path: root/ident.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-18The sixth batchJunio C Hamano1-0/+34
2022-02-18The fifth batchJunio C Hamano1-0/+24
2022-02-17The fourth batchJunio C Hamano1-0/+28
2022-02-12The third batchJunio C Hamano1-0/+19
2022-02-10glossary: describe "worktree"Junio C Hamano1-2/+11
2022-02-10t/t0015-hash.sh: remove unnecessary '\' at line endJaydeep Das1-3/+3
2022-02-09The second batch for 2.36Junio C Hamano1-1/+59
2022-02-09midx: prevent writing a .bitmap without any objectsTaylor Blau2-0/+31
2022-02-08completion: handle unusual characters for sparse-checkoutLessley Dennington2-13/+60
2022-02-08completion: improve sparse-checkout cone mode directory completionLessley Dennington2-17/+53
2022-02-08completion: address sparse-checkout issuesLessley Dennington2-8/+91
2022-02-08t0012: verify that built-ins handle `-h` even without gitdirJohannes Schindelin1-1/+6
2022-02-08checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin4-10/+17
2022-02-07ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason7-15/+26
2022-02-07hash-object: fix a trivial leak in --pathÆvar Arnfjörð Bjarmason2-2/+8
2022-02-05The first batchJunio C Hamano1-3/+23
2022-02-04t0051: use "skip_all" under !MINGW in single-test fileÆvar Arnfjörð Bjarmason1-1/+6
2022-02-04branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaksGlen Choo1-3/+4
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo14-20/+694
2022-02-03doc: check-ignore: code-quote an exclamation markPhilip Oakley1-2/+2
2022-02-02fix typo in git-mktree.txtLiginity Lee1-1/+1
2022-02-02completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDSÆvar Arnfjörð Bjarmason2-1/+43
2022-02-02completion tests: re-source git-completion.bash in a subshellÆvar Arnfjörð Bjarmason1-21/+29
2022-02-02t/lib-read-tree-m-3way: indent with tabsShaoxuan Yuan1-48/+48
2022-02-02t/lib-read-tree-m-3way: modernize styleShaoxuan Yuan1-77/+77
2022-02-02builtin/diff.c: fix "git-diff" usage string typoShaoxuan Yuan1-3/+3
2022-02-02patch-id: fix scan_hunk_header on diffs with 1 line of before/afterJerry Zhang2-3/+37
2022-02-02patch-id: fix antipatterns in testsJerry Zhang1-33/+31
2022-02-02diff-merges: avoid history simplifications when diffing mergesElijah Newren2-1/+59
2022-02-02merge-ort: mark conflict/warning messages from inner merges as omittableElijah Newren1-1/+3
2022-02-02show, log: include conflict/warning messages in --remerge-diff headersElijah Newren4-0/+206
2022-02-02diff: add ability to insert additional headers for pathsElijah Newren3-6/+123
2022-02-02merge-ort: format messages slightly different for use in headersElijah Newren3-2/+46
2022-02-02merge-ort: mark a few more conflict messages as omittableElijah Newren1-2/+2
2022-02-02merge-ort: capture and print ll-merge warnings in our preferred fashionElijah Newren3-6/+17
2022-02-02ll-merge: make callers responsible for showing warningsElijah Newren9-32/+63
2022-02-02log: clean unneeded objects during `log --remerge-diff`Elijah Newren5-7/+28
2022-02-02show, log: provide a --remerge-diff capabilityElijah Newren6-2/+191
2022-02-02repo-settings: rename the traditional default fetch.negotiationAlgorithmElijah Newren5-17/+21
2022-02-02repo-settings: fix error handling for unknown valuesElijah Newren2-0/+9
2022-02-02repo-settings: fix checking for fetch.negotiationAlgorithm=defaultElijah Newren2-3/+16
2022-02-02perl Git.pm: don't ignore signalled failure in _cmd_close()Ævar Arnfjörð Bjarmason5-6/+19
2022-02-01receive-pack: purge temporary data if no command is ready to runChen Bojun2-0/+17
2022-02-01builtin/branch: consolidate action-picking logic in cmd_branch()Glen Choo1-8/+11
2022-02-01branch: add a dry_run parameter to create_branch()Glen Choo4-4/+11
2022-02-01branch: make create_branch() always create a branchGlen Choo3-32/+46
2022-02-01branch: move --set-upstream-to behavior to dwim_and_setup_tracking()Glen Choo3-26/+92
2022-02-01subtree: force merge commitThomas Koutcher1-2/+2
2022-02-01t5312: prepare for reftableHan-Wen Nienhuys1-5/+5
2022-02-01t1405: mark test that checks existence as REFFILESHan-Wen Nienhuys1-1/+1