summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-28upload-pack: drop separate v2 "haves" arrayJeff King1-38/+10
2024-02-28revision: implement `git log --merge` also for rebase/cherry-pick/revertMichael Lohmann2-10/+28
2024-02-28revision: ensure MERGE_HEAD is a ref in prepare_show_mergeMichael Lohmann1-1/+5
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin12-36/+173
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin5-9/+12
2024-02-28commit-reach(paint_down_to_common): plug two memory leaksJohannes Schindelin1-1/+4
2024-02-28revision: fix --missing=[print|allow*] for annotated tagsChristian Couder2-7/+25
2024-02-27The second batchJunio C Hamano1-0/+21
2024-02-27Merge branch 'jb/doc-interactive-singlekey-do-not-need-perl'Junio C Hamano1-3/+1
2024-02-27Merge branch 'jk/t0303-clean'Junio C Hamano1-2/+24
2024-02-27Merge branch 'mh/libsecret-empty-password-fix'Junio C Hamano1-0/+3
2024-02-27Merge branch 'bb/completion-no-grep-into-awk'Junio C Hamano1-2/+4
2024-02-27Merge branch 'km/mergetool-vimdiff-layout-fallback'Junio C Hamano3-9/+25
2024-02-27Merge branch 'ba/credential-test-clean-fix'Junio C Hamano1-0/+1
2024-02-27Merge branch 'rj/tag-column-fix'Junio C Hamano1-1/+2
2024-02-27Merge branch 'jc/am-whitespace-doc'Junio C Hamano2-1/+5
2024-02-27refs/reftable: don't fail empty transactions in repo without HEADPatrick Steinhardt2-0/+14
2024-02-27Merge branch 'ps/remote-helper-repo-initialization-fix' into ps/reftable-repo...Junio C Hamano3-1/+59
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo2-1/+24
2024-02-27builtin/clone: allow remote helpers to detect repoPatrick Steinhardt3-1/+59
2024-02-27rebase -i: stop setting GIT_CHERRY_PICK_HELPPhillip Wood3-12/+18
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano5-0/+29
2024-02-27commit: unify logic to avoid multiple scissors lines when mergingJosh Triplett1-5/+3
2024-02-27commit: avoid redundant scissor line with --cleanup=scissors -vJosh Triplett4-7/+17
2024-02-27doc: clarify the wording on <git-compat-util.h> requirementJunio C Hamano1-6/+35
2024-02-27rebase: fix typo in autosquash documentationRichard Macklin1-1/+1
2024-02-26git: document GIT_NO_REPLACE_OBJECTS environment variableJunio C Hamano1-2/+8
2024-02-26Start the 2.45 cycleJunio C Hamano2-1/+41
2024-02-26Merge branch 'ps/ref-tests-update-even-more'Junio C Hamano10-140/+125
2024-02-26Merge branch 'gt/at-is-synonym-for-head-in-add-patch'Junio C Hamano11-78/+88
2024-02-26Merge branch 'kh/column-reject-negative-padding'Junio C Hamano3-0/+17
2024-02-26Merge branch 'jc/t9210-lazy-fix'Junio C Hamano1-1/+8
2024-02-26Merge branch 'ps/reftable-iteration-perf'Junio C Hamano7-36/+99
2024-02-26Merge branch 'rs/use-xstrncmpz'Junio C Hamano10-16/+38
2024-02-26Merge branch 'cp/apply-core-filemode'Junio C Hamano2-3/+40
2024-02-26Merge branch 'ps/reftable-backend'Junio C Hamano17-7/+3248
2024-02-26fsmonitor: remove custom loop from non-directory path handlerJeff Hostetler1-24/+31
2024-02-26fsmonitor: return invalidated cache-entry count on directory eventJeff Hostetler1-1/+13
2024-02-26fsmonitor: move untracked-cache invalidation into helper functionsJeff Hostetler1-7/+19
2024-02-26fsmonitor: refactor untracked-cache invalidationJeff Hostetler1-8/+3
2024-02-26dir: create untracked_cache_invalidate_trimmed_path()Jeff Hostetler2-0/+27
2024-02-26fsmonitor: refactor refresh callback for non-directory eventsJeff Hostetler1-28/+39
2024-02-26fsmonitor: clarify handling of directory events in callback helperJeff Hostetler1-13/+24
2024-02-26fsmonitor: refactor refresh callback on directory eventsJeff Hostetler1-22/+30
2024-02-26t7527: add case-insensitve test for FSMonitorJeff Hostetler1-0/+217
2024-02-26name-hash: add index_dir_find()Jeff Hostetler2-2/+14
2024-02-26neue: remove a bogus empty fileJohannes Schindelin1-0/+0
2024-02-26merge-ort: turn submodule conflict suggestions into an advicePhilippe Blain6-9/+15
2024-02-26read_ref_at(): special-case ref@{0} for an empty reflogJeff King4-4/+32
2024-02-26get_oid_basic(): special-case ref@{n} for oldest reflog entryJeff King3-2/+11