summaryrefslogtreecommitdiffstats
path: root/versioncmp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-26cherry-pick: enforce `--keep-redundant-commits` incompatibilityBrian Lyles2-0/+15
2024-03-26sequencer: do not require `allow_empty` for redundant commit optionsBrian Lyles1-16/+7
2024-03-26sequencer: handle unborn branch with `--allow-empty`Brian Lyles2-18/+39
2024-03-26rebase: update `--empty=ask` to `--empty=stop`Brian Lyles3-18/+34
2024-03-26docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)Brian Lyles2-16/+29
2024-03-26docs: address inaccurate `--empty` default with `--exec`Brian Lyles2-5/+43
2024-03-08The fifth batchJunio C Hamano1-0/+34
2024-03-06t0610: remove unused variable assignmentPatrick Steinhardt1-1/+0
2024-03-05The fourth batchJunio C Hamano2-1/+35
2024-03-01The third batchJunio C Hamano1-0/+15
2024-02-29add: use unsigned type for collection of bitsEugenio Gigante1-1/+1
2024-02-29upload-pack: only accept packfile-uris if we advertised itJeff King2-9/+26
2024-02-29upload-pack: use existing config mechanism for advertisementJeff King1-16/+10
2024-02-29upload-pack: centralize setup of sideband-all configJeff King1-2/+3
2024-02-28upload-pack: use repository struct to get configJeff King1-5/+6
2024-02-28upload-pack: free tree buffers after parsingJeff King4-4/+23
2024-02-28upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more placesJeff King1-2/+4
2024-02-28upload-pack: always turn off save_commit_bufferJeff King2-2/+2
2024-02-28upload-pack: disallow object-info capability by defaultTaylor Blau4-3/+40
2024-02-28upload-pack: accept only a single packfile-uri lineJeff King2-1/+5
2024-02-28upload-pack: use a strmap for want-ref linesJeff King2-14/+19
2024-02-28upload-pack: use oidset for deepen_not listJeff King1-10/+11
2024-02-28upload-pack: switch deepen-not list to an oid_arrayJeff King1-7/+7
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-28revision: fix --missing=[print|allow*] for annotated tagsChristian Couder2-7/+25
2024-02-28The second batchJunio C Hamano1-0/+21
2024-02-27refs/reftable: don't fail empty transactions in repo without HEADPatrick Steinhardt2-0/+14
2024-02-27builtin/clone: allow remote helpers to detect repoPatrick Steinhardt3-1/+59
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-27git: document GIT_NO_REPLACE_OBJECTS environment variableJunio C Hamano1-2/+8
2024-02-27Start the 2.45 cycleJunio C Hamano2-1/+41
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
2024-02-26Revert "refs: allow @{n} to work with n-sized reflog"Jeff King3-51/+50
2024-02-26upload-pack: don't send null character in abort message to the clientSZEDER Gábor1-1/+1
2024-02-26submodule: use strvec_pushf() for --submodule-prefixRené Scharfe1-15/+4
2024-02-26userdiff: skip textconv caching when not in a repositoryJeff King2-1/+25
2024-02-26name-rev: use mem_pool_strfmt()René Scharfe1-19/+20
2024-02-26mem-pool: add mem_pool_strfmt()René Scharfe2-0/+44
2024-02-26fetch: convert strncmp() with strlen() to starts_with()René Scharfe1-3/+2
2024-02-24compat: drop inclusion of <git-compat-util.h>Junio C Hamano2-2/+0
2024-02-23Documentation/config/pack.txt: fix broken AsciiDoc mark-upTaylor Blau1-5/+4