summaryrefslogtreecommitdiffstats
path: root/wt-status.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-16relative_url(): fix incorrect conditionJohannes Schindelin1-1/+1
2022-06-16pack-mtimes: avoid closing a bogus file descriptorJohannes Schindelin1-1/+2
2022-06-16read_index_from(): avoid memory leakJohannes Schindelin1-3/+3
2022-06-16submodule--helper: avoid memory leak when fetching submodulesJohannes Schindelin1-0/+1
2022-06-16submodule-config: avoid memory leakJohannes Schindelin1-4/+4
2022-06-16fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()`Johannes Schindelin1-2/+6
2022-06-16cache-tree: remove cache_tree_find_path()Derrick Stolee2-29/+0
2022-06-16pack-write: drop always-NULL parameterDerrick Stolee1-11/+6
2022-06-16t5329: test 'git gc --cruft' without '--prune=now'Derrick Stolee1-1/+3
2022-06-16t2107: test 'git update-index --verbose'Derrick Stolee1-6/+25
2022-06-16perf-lib: fix missing test titles in outputJeff King1-1/+1
2022-06-16builtin/rebase: remove a redundant space in l10n stringFangyi Zhou1-1/+1
2022-06-16Fixes and updates post -rc0Junio C Hamano1-5/+16
2022-06-15tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason4-5/+6
2022-06-15push: fix capitalisation of the option name autoSetupMergeFangyi Zhou1-1/+1
2022-06-15transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason6-51/+53
2022-06-15fetch doc: note "pushurl" caveat about "credentialsInUrl", elaborateÆvar Arnfjörð Bjarmason2-7/+31
2022-06-15add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason3-3/+15
2022-06-14Git 2.37-rc0v2.37.0-rc0Junio C Hamano1-0/+37
2022-06-13ci(github): also mark up compile errorsJohannes Schindelin1-2/+8
2022-06-13ci(github): use grouping also in the `win-build` jobJohannes Schindelin1-1/+1
2022-06-11Ninth batchJunio C Hamano1-0/+18
2022-06-09gpg docs: explain better use of ssh.defaultKeyCommandFabian Stelzer1-3/+6
2022-06-09ci(github): bring back the 'print test failures' stepJohannes Schindelin2-1/+18
2022-06-08Prepare for 2.36.2Junio C Hamano2-1/+51
2022-06-08config: document and test the 'worktree' scopeGlen Choo2-1/+10
2022-06-08cocci: retire is_null_sha1() ruleJunio C Hamano1-12/+0
2022-06-07Eighth batchJunio C Hamano1-0/+13
2022-06-07run-command: don't spam trace2_child_exit()Josh Steadmon1-1/+2
2022-06-07hook API: fix v2.36.0 regression: hooks should be connected to a TTYÆvar Arnfjörð Bjarmason2-0/+32
2022-06-07remote.c: don't dereference NULL in freeing loopÆvar Arnfjörð Bjarmason1-1/+1
2022-06-07remote.c: remove braces from one-statement "for"-loopsÆvar Arnfjörð Bjarmason1-6/+3
2022-06-07run-command: add an "ungroup" option to run_process_parallel()Ævar Arnfjörð Bjarmason4-29/+123
2022-06-07fsmonitor: query watchman with right valid jsonSon Luong Ngoc1-2/+3
2022-06-07range-diff: show submodule changes irrespective of diff.submodulePhilippe Blain2-1/+52
2022-06-06commit,shallow: unparse commits if grafts changedJonathan Tan3-1/+34
2022-06-06rebase: translate a die(preserve-merges) messagePhilip Oakley1-2/+2
2022-06-06rebase: note `preserve` merges may be a pull config optionPhilip Oakley1-1/+3
2022-06-06rebase: help users when dying with `preserve-merges`Philip Oakley1-2/+4
2022-06-06rebase.c: state preserve-merges has been removedPhilip Oakley1-2/+2
2022-06-06read-cache.c: reduce unnecessary cache entry name copyingZheNing Hu1-2/+0
2022-06-06builtin/show-ref.c: avoid over-iterating with --heads, --tagsTaylor Blau1-9/+8
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee4-0/+117
2022-06-03Seventh batchJunio C Hamano1-0/+36
2022-06-03ls-tree: test for the regression in 9c4d58ff2c3Ævar Arnfjörð Bjarmason3-3/+204
2022-06-02run-command API users: use "env" not "env_array" in comments & namesÆvar Arnfjörð Bjarmason5-14/+14
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason24-113/+115
2022-06-02cache-tree.c: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason1-4/+4
2022-06-02receive-pack: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason1-10/+6
2022-06-02parse-options.c: use optbug() instead of BUG() "opts" checkÆvar Arnfjörð Bjarmason1-8/+9