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
2024-02-28
upload-pack: free tree buffers after parsing
Jeff King
-4
/
+23
2024-02-28
upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places
Jeff King
-2
/
+4
2024-02-28
upload-pack: always turn off save_commit_buffer
Jeff King
-2
/
+2
2024-02-28
upload-pack: disallow object-info capability by default
Taylor Blau
-3
/
+40
2024-02-28
upload-pack: accept only a single packfile-uri line
Jeff King
-1
/
+5
2024-02-28
upload-pack: use a strmap for want-ref lines
Jeff King
-14
/
+19
2024-02-28
upload-pack: use oidset for deepen_not list
Jeff King
-10
/
+11
2024-02-28
upload-pack: switch deepen-not list to an oid_array
Jeff King
-7
/
+7
2024-02-28
upload-pack: drop separate v2 "haves" array
Jeff King
-38
/
+10
2024-02-28
revision: implement `git log --merge` also for rebase/cherry-pick/revert
Michael Lohmann
-10
/
+28
2024-02-28
revision: ensure MERGE_HEAD is a ref in prepare_show_merge
Michael Lohmann
-1
/
+5
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
-36
/
+173
2024-02-28
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
-9
/
+12
2024-02-28
commit-reach(paint_down_to_common): plug two memory leaks
Johannes Schindelin
-1
/
+4
2024-02-28
revision: fix --missing=[print|allow*] for annotated tags
Christian Couder
-7
/
+25
2024-02-27
The second batch
Junio C Hamano
-0
/
+21
2024-02-27
Merge branch 'jb/doc-interactive-singlekey-do-not-need-perl'
Junio C Hamano
-3
/
+1
2024-02-27
Merge branch 'jk/t0303-clean'
Junio C Hamano
-2
/
+24
2024-02-27
Merge branch 'mh/libsecret-empty-password-fix'
Junio C Hamano
-0
/
+3
2024-02-27
Merge branch 'bb/completion-no-grep-into-awk'
Junio C Hamano
-2
/
+4
2024-02-27
Merge branch 'km/mergetool-vimdiff-layout-fallback'
Junio C Hamano
-9
/
+25
2024-02-27
Merge branch 'ba/credential-test-clean-fix'
Junio C Hamano
-0
/
+1
2024-02-27
Merge branch 'rj/tag-column-fix'
Junio C Hamano
-1
/
+2
2024-02-27
Merge branch 'jc/am-whitespace-doc'
Junio C Hamano
-1
/
+5
2024-02-27
refs/reftable: don't fail empty transactions in repo without HEAD
Patrick Steinhardt
-0
/
+14
2024-02-27
Merge branch 'ps/remote-helper-repo-initialization-fix' into ps/reftable-repo...
Junio C Hamano
-1
/
+59
2024-02-27
completion: fix __git_complete_worktree_paths
Rubén Justo
-1
/
+24
2024-02-27
builtin/clone: allow remote helpers to detect repo
Patrick Steinhardt
-1
/
+59
2024-02-27
rebase -i: stop setting GIT_CHERRY_PICK_HELP
Phillip Wood
-12
/
+18
2024-02-27
git: extend --no-lazy-fetch to work across subprocesses
Junio C Hamano
-0
/
+29
2024-02-27
commit: unify logic to avoid multiple scissors lines when merging
Josh Triplett
-5
/
+3
2024-02-27
commit: avoid redundant scissor line with --cleanup=scissors -v
Josh Triplett
-7
/
+17
2024-02-27
doc: clarify the wording on <git-compat-util.h> requirement
Junio C Hamano
-6
/
+35
2024-02-27
rebase: fix typo in autosquash documentation
Richard Macklin
-1
/
+1
2024-02-26
git: document GIT_NO_REPLACE_OBJECTS environment variable
Junio C Hamano
-2
/
+8
2024-02-26
Start the 2.45 cycle
Junio C Hamano
-1
/
+41
2024-02-26
Merge branch 'ps/ref-tests-update-even-more'
Junio C Hamano
-140
/
+125
2024-02-26
Merge branch 'gt/at-is-synonym-for-head-in-add-patch'
Junio C Hamano
-82
/
+92
2024-02-26
Merge branch 'kh/column-reject-negative-padding'
Junio C Hamano
-0
/
+17
2024-02-26
Merge branch 'jc/t9210-lazy-fix'
Junio C Hamano
-1
/
+8
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
-37
/
+100
2024-02-26
Merge branch 'rs/use-xstrncmpz'
Junio C Hamano
-16
/
+38
2024-02-26
Merge branch 'cp/apply-core-filemode'
Junio C Hamano
-3
/
+40
2024-02-26
Merge branch 'ps/reftable-backend'
Junio C Hamano
-7
/
+3248
2024-02-26
fsmonitor: remove custom loop from non-directory path handler
Jeff Hostetler
-24
/
+31
2024-02-26
fsmonitor: return invalidated cache-entry count on directory event
Jeff Hostetler
-1
/
+13
2024-02-26
fsmonitor: move untracked-cache invalidation into helper functions
Jeff Hostetler
-7
/
+19
2024-02-26
fsmonitor: refactor untracked-cache invalidation
Jeff Hostetler
-8
/
+3
2024-02-26
dir: create untracked_cache_invalidate_trimmed_path()
Jeff Hostetler
-0
/
+27
2024-02-26
fsmonitor: refactor refresh callback for non-directory events
Jeff Hostetler
-28
/
+39
[prev]
[next]