index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
versioncmp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-26
cherry-pick: enforce `--keep-redundant-commits` incompatibility
Brian Lyles
2
-0
/
+15
2024-03-26
sequencer: do not require `allow_empty` for redundant commit options
Brian Lyles
1
-16
/
+7
2024-03-26
sequencer: handle unborn branch with `--allow-empty`
Brian Lyles
2
-18
/
+39
2024-03-26
rebase: update `--empty=ask` to `--empty=stop`
Brian Lyles
3
-18
/
+34
2024-03-26
docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)
Brian Lyles
2
-16
/
+29
2024-03-26
docs: address inaccurate `--empty` default with `--exec`
Brian Lyles
2
-5
/
+43
2024-03-08
The fifth batch
Junio C Hamano
1
-0
/
+34
2024-03-06
t0610: remove unused variable assignment
Patrick Steinhardt
1
-1
/
+0
2024-03-05
The fourth batch
Junio C Hamano
2
-1
/
+35
2024-03-01
The third batch
Junio C Hamano
1
-0
/
+15
2024-02-29
add: use unsigned type for collection of bits
Eugenio Gigante
1
-1
/
+1
2024-02-29
upload-pack: only accept packfile-uris if we advertised it
Jeff King
2
-9
/
+26
2024-02-29
upload-pack: use existing config mechanism for advertisement
Jeff King
1
-16
/
+10
2024-02-29
upload-pack: centralize setup of sideband-all config
Jeff King
1
-2
/
+3
2024-02-28
upload-pack: use repository struct to get config
Jeff King
1
-5
/
+6
2024-02-28
upload-pack: free tree buffers after parsing
Jeff King
4
-4
/
+23
2024-02-28
upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places
Jeff King
1
-2
/
+4
2024-02-28
upload-pack: always turn off save_commit_buffer
Jeff King
2
-2
/
+2
2024-02-28
upload-pack: disallow object-info capability by default
Taylor Blau
4
-3
/
+40
2024-02-28
upload-pack: accept only a single packfile-uri line
Jeff King
2
-1
/
+5
2024-02-28
upload-pack: use a strmap for want-ref lines
Jeff King
2
-14
/
+19
2024-02-28
upload-pack: use oidset for deepen_not list
Jeff King
1
-10
/
+11
2024-02-28
upload-pack: switch deepen-not list to an oid_array
Jeff King
1
-7
/
+7
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
revision: fix --missing=[print|allow*] for annotated tags
Christian Couder
2
-7
/
+25
2024-02-28
The second batch
Junio C Hamano
1
-0
/
+21
2024-02-27
refs/reftable: don't fail empty transactions in repo without HEAD
Patrick Steinhardt
2
-0
/
+14
2024-02-27
builtin/clone: allow remote helpers to detect repo
Patrick Steinhardt
3
-1
/
+59
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-27
git: document GIT_NO_REPLACE_OBJECTS environment variable
Junio C Hamano
1
-2
/
+8
2024-02-27
Start the 2.45 cycle
Junio C Hamano
2
-1
/
+41
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
2024-02-26
Revert "refs: allow @{n} to work with n-sized reflog"
Jeff King
3
-51
/
+50
2024-02-26
upload-pack: don't send null character in abort message to the client
SZEDER Gábor
1
-1
/
+1
2024-02-26
submodule: use strvec_pushf() for --submodule-prefix
René Scharfe
1
-15
/
+4
2024-02-26
userdiff: skip textconv caching when not in a repository
Jeff King
2
-1
/
+25
2024-02-26
name-rev: use mem_pool_strfmt()
René Scharfe
1
-19
/
+20
2024-02-26
mem-pool: add mem_pool_strfmt()
René Scharfe
2
-0
/
+44
2024-02-26
fetch: convert strncmp() with strlen() to starts_with()
René Scharfe
1
-3
/
+2
2024-02-24
compat: drop inclusion of <git-compat-util.h>
Junio C Hamano
2
-2
/
+0
2024-02-23
Documentation/config/pack.txt: fix broken AsciiDoc mark-up
Taylor Blau
1
-5
/
+4
[next]