index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse-options.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-04
async_die_is_recursing: work around GCC v11.x issue on Fedora
Victoria Dye
1
-1
/
+1
2021-11-03
Git 2.34-rc1
v2.34.0-rc1
Junio C Hamano
1
-1
/
+1
2021-11-03
rebase -i: fix rewording with --committer-date-is-author-date
Phillip Wood
2
-1
/
+32
2021-11-03
dir: fix directory-matching bug
Derrick Stolee
2
-1
/
+27
2021-11-02
gpg-interface: avoid buffer overrun in parse_ssh_output()
René Scharfe
1
-2
/
+2
2021-11-02
gpg-interface: handle missing " with " gracefully in parse_ssh_output()
René Scharfe
1
-4
/
+6
2021-11-01
A few more topics before -rc1
Junio C Hamano
1
-0
/
+11
2021-11-01
i18n: fix typos found during l10n for git 2.34.0
Jiang Xin
3
-3
/
+3
2021-10-30
Git 2.34-rc0
v2.34.0-rc0
Junio C Hamano
2
-1
/
+27
2021-10-29
wrapper: remove xunsetenv()
Carlo Marcelo Arenas Belón
2
-7
/
+0
2021-10-29
log: document --encoding behavior on iconv() failure
Jeff King
1
-1
/
+3
2021-10-29
Revert "logmsg_reencode(): warn when iconv() fails"
Junio C Hamano
3
-15
/
+2
2021-10-29
Document positive variant of commit and merge option "--no-verify"
Alex Riesen
3
-4
/
+14
2021-10-29
t5310: drop lib-bundle.sh include
Jeff King
1
-1
/
+0
2021-10-28
pull: honor --no-verify and do not call the commit-msg hook
Alex Riesen
2
-0
/
+30
2021-10-28
completion: fix incorrect bash/zsh string equality check
Robert Estelle
1
-1
/
+1
2021-10-28
add, rm, mv: fix bug that prevents the update of non-sparse dirs
Matheus Tavares
4
-11
/
+96
2021-10-28
git-bundle.txt: add missing words and punctuation
Martin Ågren
1
-4
/
+4
2021-10-28
Documentation/Makefile: fix lint-docs mkdir dependency
Jeff King
1
-2
/
+2
2021-10-27
submodule: drop unused sm_name parameter from append_fetch_remotes()
Jeff King
1
-3
/
+2
2021-10-26
The fifteenth batch
Junio C Hamano
1
-0
/
+38
2021-10-25
gitweb.txt: change "folder" to "directory"
Martin Ågren
1
-1
/
+1
2021-10-25
gitignore.txt: change "folder" to "directory"
Martin Ågren
1
-1
/
+1
2021-10-25
git-multi-pack-index.txt: change "folder" to "directory"
Martin Ågren
1
-3
/
+3
2021-10-25
git.txt: fix typo
Martin Ågren
1
-1
/
+1
2021-10-25
archive: describe compression level option
Bagas Sanjaya
1
-5
/
+12
2021-10-25
config.txt: fix typo
Martin Ågren
1
-1
/
+1
2021-10-25
command-list.txt: remove 'sparse-index' from main help
SZEDER Gábor
1
-1
/
+1
2021-10-25
http-backend: remove a duplicated code branch
Robin Dupret
1
-3
/
+1
2021-10-25
userdiff-cpp: back out the digit-separators in numbers
Johannes Sixt
4
-18
/
+18
2021-10-24
submodule--helper: fix incorrect newlines in an error message
Kaartic Sivaraam
1
-14
/
+23
2021-10-24
branch (doc): -m/-c copies config and reflog
Junio C Hamano
1
-2
/
+2
2021-10-23
format-patch (doc): clarify --base=auto
Junio C Hamano
1
-3
/
+3
2021-10-23
reflog: free() ref given to us by dwim_log()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-10-23
submodule--helper: fix small memory leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-10-23
clone: fix a memory leak of the "git_dir" variable
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2021-10-23
grep: fix a "path_list" memory leak
Ævar Arnfjörð Bjarmason
2
-5
/
+7
2021-10-23
grep: use object_array_clear() in cmd_grep()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-10-23
grep: prefer "struct grep_opt" over its "void *" equivalent
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-22
config.c: don't leak memory in handle_path_include()
Ævar Arnfjörð Bjarmason
2
-2
/
+6
2021-10-22
Makefile: remove redundant GIT-CFLAGS dependency from "sparse"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-22
git-sh-setup: remove messaging supporting --preserve-merges
Ævar Arnfjörð Bjarmason
1
-11
/
+1
2021-10-22
git-sh-i18n: remove unused eval_ngettext()
Ævar Arnfjörð Bjarmason
1
-12
/
+0
2021-10-20
branch: use ref_sorting_release()
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2021-10-20
ref-filter API user: add and use a ref_sorting_release()
Ævar Arnfjörð Bjarmason
4
-1
/
+13
2021-10-20
tag: use a "goto cleanup" pattern, leak less memory
Ævar Arnfjörð Bjarmason
1
-12
/
+16
2021-10-20
git config doc: fix recent ASCIIDOC formatting regression
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-10-19
The fourteenth batch
Junio C Hamano
1
-0
/
+38
2021-10-18
transport-helper: recognize "expecting report" error from send-pack
Jeff King
2
-1
/
+5
2021-10-18
send-pack: complain about "expecting report" with --helper-status
Jeff King
5
-0
/
+31
[next]