summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.34-rc0v2.34.0-rc0Junio C Hamano2021-10-292-1/+27
* Merge branch 're/completion-fix-test-equality'Junio C Hamano2021-10-291-1/+1
|\
| * completion: fix incorrect bash/zsh string equality checkRobert Estelle2021-10-281-1/+1
* | Merge branch 'mt/fix-add-rm-with-sparse-index'Junio C Hamano2021-10-294-11/+96
|\ \
| * | add, rm, mv: fix bug that prevents the update of non-sparse dirsMatheus Tavares2021-10-284-11/+96
* | | Merge branch 'cm/drop-xunsetenv'Junio C Hamano2021-10-292-7/+0
|\ \ \
| * | | wrapper: remove xunsetenv()Carlo Marcelo Arenas Belón2021-10-292-7/+0
* | | | Merge branch 'jk/log-warn-on-bogus-encoding'Junio C Hamano2021-10-293-14/+3
|\ \ \ \
| * | | | log: document --encoding behavior on iconv() failureJeff King2021-10-291-1/+3
| * | | | Revert "logmsg_reencode(): warn when iconv() fails"Junio C Hamano2021-10-293-15/+2
* | | | | Merge branch 'ab/unbundle-progress'Junio C Hamano2021-10-291-4/+4
|\ \ \ \ \
| * | | | | git-bundle.txt: add missing words and punctuationMartin Ågren2021-10-271-4/+4
* | | | | | Merge branch 'jc/branch-copy-doc'Junio C Hamano2021-10-291-2/+2
|\ \ \ \ \ \
| * | | | | | branch (doc): -m/-c copies config and reflogJunio C Hamano2021-10-231-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ma/doc-folder-to-directory'Junio C Hamano2021-10-293-5/+5
|\ \ \ \ \ \
| * | | | | | gitweb.txt: change "folder" to "directory"Martin Ågren2021-10-251-1/+1
| * | | | | | gitignore.txt: change "folder" to "directory"Martin Ågren2021-10-251-1/+1
| * | | | | | git-multi-pack-index.txt: change "folder" to "directory"Martin Ågren2021-10-251-3/+3
* | | | | | | Merge branch 'sg/sparse-index-not-that-common-a-command'Junio C Hamano2021-10-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | command-list.txt: remove 'sparse-index' from main helpSZEDER Gábor2021-10-251-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ma/doc-git-version'Junio C Hamano2021-10-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | git.txt: fix typoMartin Ågren2021-10-251-1/+1
* | | | | | | | Merge branch 'js/expand-runtime-prefix'Junio C Hamano2021-10-291-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | config.txt: fix typoMartin Ågren2021-10-251-1/+1
* | | | | | | | | Merge branch 'bs/archive-doc-compression-level'Junio C Hamano2021-10-291-5/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | archive: describe compression level optionBagas Sanjaya2021-10-251-5/+12
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ks/submodule-add-message-fix'Junio C Hamano2021-10-291-14/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule: drop unused sm_name parameter from append_fetch_remotes()Jeff King2021-10-271-3/+2
| * | | | | | | | | submodule--helper: fix incorrect newlines in an error messageKaartic Sivaraam2021-10-231-14/+23
* | | | | | | | | | Merge branch 'ab/fix-make-lint-docs'Junio C Hamano2021-10-291-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation/Makefile: fix lint-docs mkdir dependencyJeff King2021-10-271-2/+2
* | | | | | | | | | | Merge branch 'ab/sh-retire-rebase-preserve-merges'Junio C Hamano2021-10-292-23/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-sh-setup: remove messaging supporting --preserve-mergesÆvar Arnfjörð Bjarmason2021-10-211-11/+1
| * | | | | | | | | | | git-sh-i18n: remove unused eval_ngettext()Ævar Arnfjörð Bjarmason2021-10-211-12/+0
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ab/plug-random-leaks'Junio C Hamano2021-10-295-8/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reflog: free() ref given to us by dwim_log()Ævar Arnfjörð Bjarmason2021-10-231-0/+1
| * | | | | | | | | | | submodule--helper: fix small memory leaksÆvar Arnfjörð Bjarmason2021-10-231-0/+2
| * | | | | | | | | | | clone: fix a memory leak of the "git_dir" variableÆvar Arnfjörð Bjarmason2021-10-231-1/+3
| * | | | | | | | | | | grep: fix a "path_list" memory leakÆvar Arnfjörð Bjarmason2021-10-232-5/+7
| * | | | | | | | | | | grep: use object_array_clear() in cmd_grep()Ævar Arnfjörð Bjarmason2021-10-231-0/+1
| * | | | | | | | | | | grep: prefer "struct grep_opt" over its "void *" equivalentÆvar Arnfjörð Bjarmason2021-10-231-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ab/plug-handle-path-exclude-leak'Junio C Hamano2021-10-292-2/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config.c: don't leak memory in handle_path_include()Ævar Arnfjörð Bjarmason2021-10-212-2/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ab/ref-filter-leakfix'Junio C Hamano2021-10-295-16/+34
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | branch: use ref_sorting_release()Ævar Arnfjörð Bjarmason2021-10-201-3/+5
| * | | | | | | | | | | ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason2021-10-204-1/+13
| * | | | | | | | | | | tag: use a "goto cleanup" pattern, leak less memoryÆvar Arnfjörð Bjarmason2021-10-201-12/+16
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jk/http-push-status-fix'Junio C Hamano2021-10-296-0/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | transport-helper: recognize "expecting report" error from send-packJeff King2021-10-182-1/+5
| * | | | | | | | | | | send-pack: complain about "expecting report" with --helper-statusJeff King2021-10-185-0/+31
| | |_|_|/ / / / / / / | |/| | | | | | | | |