index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-30
l10n: Update Catalan translation
Jordi Mas
1
-5665
/
+6283
2021-10-30
l10n: git.pot: v2.34.0 round 1 (134 new, 154 removed)
Jiang Xin
1
-4050
/
+3951
2021-10-30
Merge branch 'master' of github.com:git/git
Jiang Xin
642
-8832
/
+17716
2021-10-29
Git 2.34-rc0
v2.34.0-rc0
Junio C Hamano
2
-1
/
+27
2021-10-29
Merge branch 're/completion-fix-test-equality'
Junio C Hamano
1
-1
/
+1
2021-10-29
Merge branch 'mt/fix-add-rm-with-sparse-index'
Junio C Hamano
4
-11
/
+96
2021-10-29
Merge branch 'cm/drop-xunsetenv'
Junio C Hamano
2
-7
/
+0
2021-10-29
Merge branch 'jk/log-warn-on-bogus-encoding'
Junio C Hamano
3
-14
/
+3
2021-10-29
Merge branch 'ab/unbundle-progress'
Junio C Hamano
1
-4
/
+4
2021-10-29
Merge branch 'jc/branch-copy-doc'
Junio C Hamano
1
-2
/
+2
2021-10-29
Merge branch 'ma/doc-folder-to-directory'
Junio C Hamano
3
-5
/
+5
2021-10-29
Merge branch 'sg/sparse-index-not-that-common-a-command'
Junio C Hamano
1
-1
/
+1
2021-10-29
Merge branch 'ma/doc-git-version'
Junio C Hamano
1
-1
/
+1
2021-10-29
Merge branch 'js/expand-runtime-prefix'
Junio C Hamano
1
-1
/
+1
2021-10-29
Merge branch 'bs/archive-doc-compression-level'
Junio C Hamano
1
-5
/
+12
2021-10-29
Merge branch 'ks/submodule-add-message-fix'
Junio C Hamano
1
-14
/
+22
2021-10-29
Merge branch 'ab/fix-make-lint-docs'
Junio C Hamano
1
-2
/
+2
2021-10-29
Merge branch 'ab/sh-retire-rebase-preserve-merges'
Junio C Hamano
2
-23
/
+1
2021-10-29
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
5
-8
/
+16
2021-10-29
Merge branch 'ab/plug-handle-path-exclude-leak'
Junio C Hamano
2
-2
/
+6
2021-10-29
Merge branch 'ab/ref-filter-leakfix'
Junio C Hamano
5
-16
/
+34
2021-10-29
Merge branch 'jk/http-push-status-fix'
Junio C Hamano
6
-0
/
+35
2021-10-29
Merge branch 'ab/test-bail'
Junio C Hamano
1
-7
/
+21
2021-10-29
Merge branch 'ab/make-sparse-for-real'
Junio C Hamano
1
-1
/
+1
2021-10-29
Merge branch 'bs/doc-blame-color-lines'
Junio C Hamano
1
-2
/
+0
2021-10-29
unsetenv(3) returns int, not void
Junio C Hamano
2
-2
/
+4
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
docs: add headers in MyFirstObjectWalk
John Cai
1
-3
/
+24
2021-10-29
docs: fix places that break compilation in MyFirstObjectWalk
John Cai
1
-2
/
+2
2021-10-29
Document positive variant of commit and merge option "--no-verify"
Alex Riesen
3
-4
/
+14
2021-10-29
tests: disable fsync everywhere
Eric Wong
6
-2
/
+48
2021-10-29
pull: --ff-only should make it a noop when already-up-to-date
Junio C Hamano
2
-2
/
+43
2021-10-29
t5310: drop lib-bundle.sh include
Jeff King
1
-1
/
+0
2021-10-28
pack-bitmap.c: more aggressively free in free_bitmap_index()
Taylor Blau
1
-0
/
+8
2021-10-28
pack-bitmap.c: don't leak type-level bitmaps
Taylor Blau
1
-0
/
+6
2021-10-28
midx.c: write MIDX filenames to strbuf
Taylor Blau
4
-37
/
+49
2021-10-28
builtin/multi-pack-index.c: don't leak concatenated options
Taylor Blau
1
-0
/
+4
2021-10-28
builtin/repack.c: avoid leaking child arguments
Taylor Blau
1
-1
/
+3
2021-10-28
stash: get rid of unused argument in stash_staged()
Sergey Organov
1
-3
/
+3
2021-10-28
doc: split placeholders as individual tokens
Jean-Noël Avila
3
-9
/
+9
2021-10-28
doc: fix git credential synopsis
Jean-Noël Avila
2
-2
/
+2
2021-10-28
pull: honor --no-verify and do not call the commit-msg hook
Alex Riesen
2
-0
/
+30
2021-10-28
color: allow colors to be prefixed with "reset"
Robert Estelle
4
-7
/
+21
2021-10-28
color: support "default" to restore fg/bg color
Robert Estelle
4
-6
/
+51
2021-10-28
color: add missing GIT_COLOR_* white/black constants
Robert Estelle
1
-0
/
+8
2021-10-28
completion: fix incorrect bash/zsh string equality check
Robert Estelle
1
-1
/
+1
2021-10-28
send-email docs: add format-patch options
Thiago Perrotta
2
-3
/
+6
2021-10-28
send-email: programmatically generate bash completions
Thiago Perrotta
3
-19
/
+48
[prev]
[next]