index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-13
setup: opt-out of check with safe.directory=*
Derrick Stolee
3
-2
/
+21
2022-04-13
setup: fix safe.directory key not being checked
Matheus Valadares
2
-0
/
+8
2022-04-13
t0033: add tests for safe.directory
Derrick Stolee
2
-1
/
+36
2022-03-24
Git 2.33.2
v2.33.2
Johannes Schindelin
3
-2
/
+17
2022-03-24
Git 2.32.1
v2.32.1
Johannes Schindelin
3
-2
/
+8
2022-03-24
Git 2.31.2
v2.31.2
Johannes Schindelin
3
-2
/
+8
2022-03-24
Git 2.30.3
v2.30.3
Johannes Schindelin
3
-2
/
+26
2022-03-24
Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likes
Johannes Schindelin
2
-11
/
+23
2022-03-21
setup_git_directory(): add an owner check for the top-level directory
Johannes Schindelin
3
-1
/
+79
2022-03-21
Add a function to determine whether a path is owned by the current user
Johannes Schindelin
3
-0
/
+106
2022-03-17
mingw: avoid fallback for {local,gm}time_r()
Carlo Marcelo Arenas Belón
2
-1
/
+5
2022-03-17
GIT-VERSION-GEN: bump to v2.33.1
Johannes Schindelin
1
-1
/
+1
2021-11-03
async_die_is_recursing: work around GCC v11.x issue on Fedora
Victoria Dye
1
-1
/
+1
2021-11-03
rebase -i: fix rewording with --committer-date-is-author-date
Phillip Wood
2
-1
/
+32
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-25
git.txt: fix typo
Martin Ågren
1
-1
/
+1
2021-10-12
Git 2.33.1
v2.33.1
Junio C Hamano
2
-1
/
+139
2021-09-27
connect: also update offset for features without values
Andrzej Hunt
2
-0
/
+17
2021-09-23
difftool: fix symlink-file writing in dir-diff mode
David Aguilar
2
-2
/
+67
2021-09-22
http: match headers case-insensitively when redacting
Jeff King
2
-15
/
+15
2021-09-22
Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-09-20
clone: handle unborn branch in bare repos
Jeff King
2
-16
/
+30
2021-09-20
merge-ort: fix completely wrong comment
Elijah Newren
1
-1
/
+1
2021-09-20
trace2.h: fix trivial comment typo
Elijah Newren
1
-1
/
+1
2021-09-17
unicode: update the width tables to Unicode 14
Carlo Marcelo Arenas Belón
1
-15
/
+29
2021-09-16
Documentation: cleanup git-cvsserver
Carlo Marcelo Arenas Belón
1
-8
/
+9
2021-09-16
git-cvsserver: protect against NULL in crypt(3)
Carlo Marcelo Arenas Belón
2
-3
/
+9
2021-09-16
git-cvsserver: use crypt correctly to compare password hashes
Carlo Marcelo Arenas Belón
3
-8
/
+8
2021-09-16
t0000: avoid masking git exit value through pipes
Carlo Marcelo Arenas Belón
1
-11
/
+12
2021-09-16
tree-diff: fix leak when not HAVE_ALLOCA_H
Carlo Marcelo Arenas Belón
1
-1
/
+3
2021-09-15
pack-revindex.h: correct the time complexity descriptions
Kyle Zhao
1
-2
/
+2
2021-09-15
t1400: avoid SIGPIPE race condition on fifo
Jeff King
1
-3
/
+5
2021-09-14
documentation: add documentation for 'git version'
Matthias Aßhauer
2
-0
/
+32
2021-09-13
doc: config, tell readers of `git help --config`
Philip Oakley
1
-0
/
+3
2021-09-12
strvec: use size_t to store nr and alloc
Jeff King
1
-2
/
+2
2021-09-12
compression: drop write-only core_compression_* variables
René Scharfe
3
-5
/
+0
2021-09-10
am: fix incorrect exit status on am fail to abort
Elijah Newren
2
-2
/
+3
2021-09-10
t4151: add a few am --abort tests
Elijah Newren
1
-0
/
+39
2021-09-10
git-am.txt: clarify --abort behavior
Elijah Newren
1
-0
/
+2
2021-09-10
stash: restore untracked files AFTER restoring tracked files
Elijah Newren
2
-5
/
+5
2021-09-10
stash: avoid feeding directories to update-index
Elijah Newren
2
-1
/
+15
2021-09-10
t3903: document a pair of directory/file bugs
Elijah Newren
1
-0
/
+58
2021-09-09
pack-objects: rename .idx files into place after .bitmap files
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
4
-13
/
+39
2021-09-09
builtin/index-pack.c: move `.idx` files into place last
Taylor Blau
1
-2
/
+2
2021-09-09
index-pack: refactor renaming in final()
Ævar Arnfjörð Bjarmason
1
-25
/
+23
2021-09-09
builtin/repack.c: move `.idx` files into place last
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write.c: rename `.idx` files after `*.rev`
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
3
-24
/
+23
[next]