index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2022-02-09
Merge branch 'en/plug-leaks-in-merge'
Junio C Hamano
-6
/
+10
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
-158
/
+522
2022-02-09
Merge branch 'fs/ssh-signing-crlf'
Junio C Hamano
-10
/
+24
2022-02-09
Merge branch 'jc/name-rev-stdin'
Junio C Hamano
-32
/
+72
2022-02-09
Merge branch 'gc/fetch-negotiate-only-early-return'
Junio C Hamano
-3
/
+63
2022-02-09
Merge branch 'pw/add-p-hunk-split-fix'
Junio C Hamano
-12
/
+56
2022-02-09
Merge branch 'tl/doc-cli-options-first'
Junio C Hamano
-5
/
+14
2022-02-09
Merge branch 'po/readme-mention-contributor-hints'
Junio C Hamano
-3
/
+11
2022-02-09
Merge branch 'jt/conditional-config-on-remote-url'
Junio C Hamano
-41
/
+290
2022-02-09
Merge branch 'en/merge-ort-restart-optim-fix'
Junio C Hamano
-0
/
+71
2022-02-09
Merge branch 'js/test-unset-trace2-parents'
Junio C Hamano
-0
/
+2
2022-02-09
midx: prevent writing a .bitmap without any objects
Taylor Blau
-0
/
+31
2022-02-08
completion: handle unusual characters for sparse-checkout
Lessley Dennington
-13
/
+60
2022-02-08
completion: improve sparse-checkout cone mode directory completion
Lessley Dennington
-17
/
+53
2022-02-08
completion: address sparse-checkout issues
Lessley Dennington
-8
/
+91
2022-02-08
t0012: verify that built-ins handle `-h` even without gitdir
Johannes Schindelin
-1
/
+6
2022-02-08
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
-10
/
+17
2022-02-08
config: make git_configset_get_string_tmp() private
Derrick Stolee
-3
/
+2
2022-02-08
worktree: copy sparse-checkout patterns and config on add
Derrick Stolee
-10
/
+142
2022-02-08
sparse-checkout: set worktree-config correctly
Derrick Stolee
-28
/
+30
2022-02-08
config: add repo_config_set_worktree_gently()
Derrick Stolee
-3
/
+40
2022-02-08
worktree: create init_worktree_config()
Derrick Stolee
-0
/
+94
2022-02-08
Documentation: add extensions.worktreeConfig details
Derrick Stolee
-5
/
+45
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
-15
/
+26
2022-02-06
hash-object: fix a trivial leak in --path
Ævar Arnfjörð Bjarmason
-2
/
+8
2022-02-05
The first batch
Junio C Hamano
-3
/
+23
2022-02-05
Merge branch 'ms/update-index-racy'
Junio C Hamano
-6
/
+135
2022-02-05
Merge branch 'jc/reflog-parse-options'
Junio C Hamano
-79
/
+97
2022-02-05
Merge branch 'ab/cat-file'
Junio C Hamano
-80
/
+282
2022-02-05
Merge branch 'jc/qsort-s-alignment-fix'
Junio C Hamano
-21
/
+9
2022-02-05
Merge branch 'rs/apply-symlinks-use-strset'
Junio C Hamano
-49
/
+19
2022-02-05
Merge branch 'rs/grep-expr-cleanup'
Junio C Hamano
-34
/
+36
2022-02-05
Merge branch 'jh/p4-spawning-external-commands-cleanup'
Junio C Hamano
-97
/
+79
2022-02-05
Merge branch 'jh/p4-fix-use-of-process-error-exception'
Junio C Hamano
-3
/
+3
2022-02-05
Merge branch 'jc/find-header'
Junio C Hamano
-25
/
+29
2022-02-05
Merge branch 'pb/pull-rebase-autostash-fix'
Junio C Hamano
-4
/
+16
2022-02-05
l10n: pt_PT: update TEAMS file
Daniel Santos
-2
/
+2
2022-02-05
l10n: pt_PT: update Portuguese translation
Daniel Santos
-4266
/
+4150
2022-02-04
i18n: fix some misformated placeholders in command synopsis
Jean-Noël Avila
-4
/
+4
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
-26
/
+26
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
-25
/
+30
2022-02-04
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
-32
/
+79
2022-02-04
t0051: use "skip_all" under !MINGW in single-test file
Ævar Arnfjörð Bjarmason
-1
/
+6
2022-02-04
branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaks
Glen Choo
-3
/
+4
2022-02-04
branch: add --recurse-submodules option for branch creation
Glen Choo
-20
/
+694
2022-02-03
pack-bitmap-write.c: don't return without stop_progress()
Ævar Arnfjörð Bjarmason
-3
/
+3
2022-02-03
progress API: unify stop_progress{,_msg}(), fix trace2 bug
Ævar Arnfjörð Bjarmason
-20
/
+13
2022-02-03
progress.c: refactor stop_progress{,_msg}() to use helpers
Ævar Arnfjörð Bjarmason
-28
/
+36
2022-02-03
progress.c: use dereferenced "progress" variable, not "(*p_progress)"
Ævar Arnfjörð Bjarmason
-6
/
+9
2022-02-03
progress.h: format and be consistent with progress.c naming
Ævar Arnfjörð Bjarmason
-3
/
+2
[prev]
[next]