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
2024-02-28
upload-pack: drop separate v2 "haves" array
Jeff King
1
-38
/
+10
2024-02-28
revision: implement `git log --merge` also for rebase/cherry-pick/revert
Michael Lohmann
2
-10
/
+28
2024-02-28
revision: ensure MERGE_HEAD is a ref in prepare_show_merge
Michael Lohmann
1
-1
/
+5
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
12
-36
/
+173
2024-02-28
commit-reach(repo_in_merge_bases_many): optionally expect missing commits
Johannes Schindelin
5
-9
/
+12
2024-02-28
commit-reach(paint_down_to_common): plug two memory leaks
Johannes Schindelin
1
-1
/
+4
2024-02-28
revision: fix --missing=[print|allow*] for annotated tags
Christian Couder
2
-7
/
+25
2024-02-27
The second batch
Junio C Hamano
1
-0
/
+21
2024-02-27
Merge branch 'jb/doc-interactive-singlekey-do-not-need-perl'
Junio C Hamano
1
-3
/
+1
2024-02-27
Merge branch 'jk/t0303-clean'
Junio C Hamano
1
-2
/
+24
2024-02-27
Merge branch 'mh/libsecret-empty-password-fix'
Junio C Hamano
1
-0
/
+3
2024-02-27
Merge branch 'bb/completion-no-grep-into-awk'
Junio C Hamano
1
-2
/
+4
2024-02-27
Merge branch 'km/mergetool-vimdiff-layout-fallback'
Junio C Hamano
3
-9
/
+25
2024-02-27
Merge branch 'ba/credential-test-clean-fix'
Junio C Hamano
1
-0
/
+1
2024-02-27
Merge branch 'rj/tag-column-fix'
Junio C Hamano
1
-1
/
+2
2024-02-27
Merge branch 'jc/am-whitespace-doc'
Junio C Hamano
2
-1
/
+5
2024-02-27
refs/reftable: don't fail empty transactions in repo without HEAD
Patrick Steinhardt
2
-0
/
+14
2024-02-27
Merge branch 'ps/remote-helper-repo-initialization-fix' into ps/reftable-repo...
Junio C Hamano
3
-1
/
+59
2024-02-27
completion: fix __git_complete_worktree_paths
Rubén Justo
2
-1
/
+24
2024-02-27
builtin/clone: allow remote helpers to detect repo
Patrick Steinhardt
3
-1
/
+59
2024-02-27
rebase -i: stop setting GIT_CHERRY_PICK_HELP
Phillip Wood
3
-12
/
+18
2024-02-27
git: extend --no-lazy-fetch to work across subprocesses
Junio C Hamano
5
-0
/
+29
2024-02-27
commit: unify logic to avoid multiple scissors lines when merging
Josh Triplett
1
-5
/
+3
2024-02-27
commit: avoid redundant scissor line with --cleanup=scissors -v
Josh Triplett
4
-7
/
+17
2024-02-27
doc: clarify the wording on <git-compat-util.h> requirement
Junio C Hamano
1
-6
/
+35
2024-02-27
rebase: fix typo in autosquash documentation
Richard Macklin
1
-1
/
+1
2024-02-26
git: document GIT_NO_REPLACE_OBJECTS environment variable
Junio C Hamano
1
-2
/
+8
2024-02-26
Start the 2.45 cycle
Junio C Hamano
2
-1
/
+41
2024-02-26
Merge branch 'ps/ref-tests-update-even-more'
Junio C Hamano
10
-140
/
+125
2024-02-26
Merge branch 'gt/at-is-synonym-for-head-in-add-patch'
Junio C Hamano
11
-78
/
+88
2024-02-26
Merge branch 'kh/column-reject-negative-padding'
Junio C Hamano
3
-0
/
+17
2024-02-26
Merge branch 'jc/t9210-lazy-fix'
Junio C Hamano
1
-1
/
+8
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
7
-36
/
+99
2024-02-26
Merge branch 'rs/use-xstrncmpz'
Junio C Hamano
10
-16
/
+38
2024-02-26
Merge branch 'cp/apply-core-filemode'
Junio C Hamano
2
-3
/
+40
2024-02-26
Merge branch 'ps/reftable-backend'
Junio C Hamano
17
-7
/
+3248
2024-02-26
fsmonitor: remove custom loop from non-directory path handler
Jeff Hostetler
1
-24
/
+31
2024-02-26
fsmonitor: return invalidated cache-entry count on directory event
Jeff Hostetler
1
-1
/
+13
2024-02-26
fsmonitor: move untracked-cache invalidation into helper functions
Jeff Hostetler
1
-7
/
+19
2024-02-26
fsmonitor: refactor untracked-cache invalidation
Jeff Hostetler
1
-8
/
+3
2024-02-26
dir: create untracked_cache_invalidate_trimmed_path()
Jeff Hostetler
2
-0
/
+27
2024-02-26
fsmonitor: refactor refresh callback for non-directory events
Jeff Hostetler
1
-28
/
+39
2024-02-26
fsmonitor: clarify handling of directory events in callback helper
Jeff Hostetler
1
-13
/
+24
2024-02-26
fsmonitor: refactor refresh callback on directory events
Jeff Hostetler
1
-22
/
+30
2024-02-26
t7527: add case-insensitve test for FSMonitor
Jeff Hostetler
1
-0
/
+217
2024-02-26
name-hash: add index_dir_find()
Jeff Hostetler
2
-2
/
+14
2024-02-26
neue: remove a bogus empty file
Johannes Schindelin
1
-0
/
+0
2024-02-26
merge-ort: turn submodule conflict suggestions into an advice
Philippe Blain
6
-9
/
+15
2024-02-26
read_ref_at(): special-case ref@{0} for an empty reflog
Jeff King
4
-4
/
+32
2024-02-26
get_oid_basic(): special-case ref@{n} for oldest reflog entry
Jeff King
3
-2
/
+11
[prev]
[next]