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
2022-04-06
git-compat-util: really support openssl as a source of entropy
Carlo Marcelo Arenas Belón
3
-1
/
+6
2022-04-06
submodule.h: use a named enum for RECURSE_SUBMODULES_*
Philippe Blain
2
-2
/
+2
2022-04-06
ls-tree: `-l` should not imply recursive listing
Josh Steadmon
1
-1
/
+1
2022-04-06
t3501: remove test -f and stop ignoring git <cmd> exit code
Khalid Masum
1
-5
/
+4
2022-04-06
commit, sequencer: turn off break_opt for commit summary
René Scharfe
2
-1
/
+31
2022-04-06
l10n: tr: v2.36.0 round 1
Emir SARI
1
-3958
/
+4479
2022-04-06
l10n: git.pot: v2.36.0 round 1 (192 new, 106 removed)
Jiang Xin
1
-3828
/
+4320
2022-04-06
Merge branch 'master' of github.com:git-l10n/git-po
Jiang Xin
2
-4268
/
+4152
2022-04-04
Git 2.36-rc0
v2.36.0-rc0
Junio C Hamano
2
-1
/
+33
2022-04-04
Merge branch 'pw/worktree-list-with-z'
Junio C Hamano
3
-20
/
+55
2022-04-04
Merge branch 'jc/coding-guidelines-decl-in-for-loop'
Junio C Hamano
1
-1
/
+4
2022-04-04
Merge branch 'vd/mv-refresh-stat'
Junio C Hamano
2
-2
/
+34
2022-04-04
Merge branch 'jh/builtin-fsmonitor-part2'
Junio C Hamano
38
-106
/
+4326
2022-04-04
Merge branch 'tk/ambiguous-fetch-refspec'
Junio C Hamano
5
-9
/
+78
2022-04-04
Merge branch 'rc/fetch-refetch'
Junio C Hamano
15
-22
/
+197
2022-04-04
Merge branch 'jc/mailsplit-warn-on-tty'
Junio C Hamano
1
-0
/
+3
2022-04-04
Merge branch 'ns/trace2-fsync-stat'
Junio C Hamano
4
-0
/
+22
2022-04-04
Merge branch 'gc/branch-recurse-submodules-fix'
Junio C Hamano
3
-16
/
+76
2022-04-04
Merge branch 'ns/fsync-or-die-message-fix'
Junio C Hamano
1
-4
/
+4
2022-04-04
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
2
-3
/
+3
2022-04-04
Merge branch 'dp/worktree-repair-in-usage'
Junio C Hamano
1
-0
/
+1
2022-04-04
Merge branch 'ab/reftable-aix-xlc-12'
Junio C Hamano
3
-6
/
+18
2022-04-04
Merge branch 'gc/submodule-update-part2'
Junio C Hamano
2
-435
/
+361
2022-04-04
Merge branch 'ds/t7700-kept-pack-test'
Junio C Hamano
2
-37
/
+54
2022-04-04
Merge branch 'ds/partial-bundle-more'
Junio C Hamano
8
-47
/
+94
2022-04-04
Merge branch 'tl/ls-tree-oid-only'
Junio C Hamano
6
-92
/
+490
2022-04-04
Merge branch 'ab/reflog-parse-options'
Junio C Hamano
6
-67
/
+165
2022-04-03
mergetools: add description to all diff/merge tools
Fernando Ramos
20
-0
/
+160
2022-04-03
vimdiff: add tool documentation
Fernando Ramos
6
-5
/
+277
2022-04-03
Merge branch 'ds/partial-bundle-more' into ab/plug-leak-in-revisions
Junio C Hamano
8
-47
/
+94
2022-04-01
git-p4: sort imports
Joel Holdsworth
1
-8
/
+10
2022-04-01
git-p4: seperate multiple statements onto seperate lines
Joel Holdsworth
1
-2
/
+5
2022-04-01
git-p4: move inline comments to line above
Joel Holdsworth
1
-3
/
+7
2022-04-01
git-p4: only seperate code blocks by a single empty line
Joel Holdsworth
1
-3
/
+0
2022-04-01
git-p4: compare to singletons with "is" and "is not"
Joel Holdsworth
1
-3
/
+3
2022-04-01
git-p4: normalize indentation of lines in conditionals
Joel Holdsworth
1
-9
/
+7
2022-04-01
git-p4: ensure there is a single space around all operators
Joel Holdsworth
1
-5
/
+5
2022-04-01
git-p4: ensure every comment has a single #
Joel Holdsworth
1
-6
/
+6
2022-04-01
git-p4: remove spaces between dictionary keys and colons
Joel Holdsworth
1
-7
/
+7
2022-04-01
git-p4: remove redundant backslash-continuations inside brackets
Joel Holdsworth
1
-9
/
+9
2022-04-01
git-p4: remove extraneous spaces before function arguments
Joel Holdsworth
1
-11
/
+11
2022-04-01
git-p4: place a single space after every comma
Joel Holdsworth
1
-9
/
+9
2022-04-01
git-p4: removed brackets when assigning multiple return values
Joel Holdsworth
1
-19
/
+19
2022-04-01
git-p4: remove spaces around default arguments
Joel Holdsworth
1
-6
/
+6
2022-04-01
git-p4: remove padding from lists, tuples and function arguments
Joel Holdsworth
1
-18
/
+18
2022-04-01
git-p4: sort and de-duplcate pylint disable list
Joel Holdsworth
1
-7
/
+22
2022-04-01
git-p4: remove commented code
Joel Holdsworth
1
-7
/
+0
2022-04-01
git-p4: convert descriptive class and function comments into docstrings
Joel Holdsworth
1
-70
/
+94
2022-04-01
git-p4: improve consistency of docstring formatting
Joel Holdsworth
1
-129
/
+154
2022-04-01
git-p4: indent with 4-spaces
Joel Holdsworth
1
-9
/
+9
[prev]
[next]