index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cherry-pick: add `--empty` for more robust redundant commit handling
Brian Lyles
2024-03-26
5
-9
/
+133
*
cherry-pick: enforce `--keep-redundant-commits` incompatibility
Brian Lyles
2024-03-26
2
-0
/
+15
*
sequencer: do not require `allow_empty` for redundant commit options
Brian Lyles
2024-03-26
1
-16
/
+7
*
sequencer: handle unborn branch with `--allow-empty`
Brian Lyles
2024-03-26
2
-18
/
+39
*
rebase: update `--empty=ask` to `--empty=stop`
Brian Lyles
2024-03-26
3
-18
/
+34
*
docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)
Brian Lyles
2024-03-26
2
-16
/
+29
*
docs: address inaccurate `--empty` default with `--exec`
Brian Lyles
2024-03-26
2
-5
/
+43
*
The fifth batch
Junio C Hamano
2024-03-08
1
-0
/
+34
*
Merge branch 'jk/upload-pack-v2-capability-cleanup'
Junio C Hamano
2024-03-08
2
-32
/
+45
|
\
|
*
upload-pack: only accept packfile-uris if we advertised it
Jeff King
2024-02-29
2
-9
/
+26
|
*
upload-pack: use existing config mechanism for advertisement
Jeff King
2024-02-29
1
-16
/
+10
|
*
upload-pack: centralize setup of sideband-all config
Jeff King
2024-02-29
1
-2
/
+3
|
*
upload-pack: use repository struct to get config
Jeff King
2024-02-28
1
-5
/
+6
*
|
Merge branch 'jk/upload-pack-bounded-resources'
Junio C Hamano
2024-03-08
10
-73
/
+113
|
\
\
|
*
|
upload-pack: free tree buffers after parsing
Jeff King
2024-02-28
4
-4
/
+23
|
*
|
upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places
Jeff King
2024-02-28
1
-2
/
+4
|
*
|
upload-pack: always turn off save_commit_buffer
Jeff King
2024-02-28
2
-2
/
+2
|
*
|
upload-pack: disallow object-info capability by default
Taylor Blau
2024-02-28
4
-3
/
+40
|
*
|
upload-pack: accept only a single packfile-uri line
Jeff King
2024-02-28
2
-1
/
+5
|
*
|
upload-pack: use a strmap for want-ref lines
Jeff King
2024-02-28
2
-14
/
+19
|
*
|
upload-pack: use oidset for deepen_not list
Jeff King
2024-02-28
1
-10
/
+11
|
*
|
upload-pack: switch deepen-not list to an oid_array
Jeff King
2024-02-28
1
-7
/
+7
|
*
|
upload-pack: drop separate v2 "haves" array
Jeff King
2024-02-28
1
-38
/
+10
|
|
/
*
|
Merge branch 'ps/reftable-repo-init-fix'
Junio C Hamano
2024-03-08
2
-0
/
+13
|
\
\
|
*
|
t0610: remove unused variable assignment
Patrick Steinhardt
2024-03-06
1
-1
/
+0
|
*
|
refs/reftable: don't fail empty transactions in repo without HEAD
Patrick Steinhardt
2024-02-27
2
-0
/
+14
|
*
|
Merge branch 'ps/remote-helper-repo-initialization-fix' into ps/reftable-repo...
Junio C Hamano
2024-02-27
3
-1
/
+59
|
|
\
\
*
|
\
\
Merge branch 'ps/remote-helper-repo-initialization-fix'
Junio C Hamano
2024-03-08
3
-1
/
+59
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
builtin/clone: allow remote helpers to detect repo
Patrick Steinhardt
2024-02-27
3
-1
/
+59
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ml/log-merge-with-cherry-pick-and-other-pseudo-heads'
Junio C Hamano
2024-03-08
2
-6
/
+28
|
\
\
\
|
*
|
|
revision: implement `git log --merge` also for rebase/cherry-pick/revert
Michael Lohmann
2024-02-28
2
-10
/
+28
|
*
|
|
revision: ensure MERGE_HEAD is a ref in prepare_show_merge
Michael Lohmann
2024-02-28
1
-1
/
+5
*
|
|
|
Merge branch 'eg/add-uflags'
Junio C Hamano
2024-03-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
add: use unsigned type for collection of bits
Eugenio Gigante
2024-02-29
1
-1
/
+1
*
|
|
|
|
Merge branch 'jt/commit-redundant-scissors-fix'
Junio C Hamano
2024-03-08
4
-12
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
commit: unify logic to avoid multiple scissors lines when merging
Josh Triplett
2024-02-27
1
-5
/
+3
|
*
|
|
|
|
commit: avoid redundant scissor line with --cleanup=scissors -v
Josh Triplett
2024-02-27
4
-7
/
+17
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-03-08
16
-35
/
+124
|
\
\
\
\
\
|
*
|
|
|
|
fill_tree_descriptor(): mark error message for translation
Johannes Schindelin
2024-02-23
2
-2
/
+2
|
*
|
|
|
|
cache-tree: avoid an unnecessary check
Johannes Schindelin
2024-02-23
1
-1
/
+1
|
*
|
|
|
|
Always check `parse_tree*()`'s return value
Johannes Schindelin
2024-02-23
12
-10
/
+52
|
*
|
|
|
|
t4301: verify that merge-tree fails on missing blob objects
Johannes Schindelin
2024-02-23
1
-0
/
+16
|
*
|
|
|
|
merge-ort: do check `parse_tree()`'s return value
Johannes Schindelin
2024-02-23
1
-2
/
+4
|
*
|
|
|
|
merge-tree: fail with a non-zero exit code on missing tree objects
Johannes Schindelin
2024-02-23
2
-3
/
+15
|
*
|
|
|
|
merge-tree: accept 3 trees as arguments
Johannes Schindelin
2024-01-29
3
-18
/
+35
*
|
|
|
|
|
Merge branch 'cc/rev-list-allow-missing-tips'
Junio C Hamano
2024-03-08
7
-19
/
+129
|
\
\
\
\
\
\
|
*
|
|
|
|
|
revision: fix --missing=[print|allow*] for annotated tags
Christian Couder
2024-02-28
2
-7
/
+25
|
*
|
|
|
|
|
rev-list: allow missing tips with --missing=[print|allow*]
Christian Couder
2024-02-14
4
-4
/
+88
|
*
|
|
|
|
|
t6022: fix 'test' style and 'even though' typo
Christian Couder
2024-02-14
1
-2
/
+3
|
*
|
|
|
|
|
oidset: refactor oidset_insert_from_set()
Christian Couder
2024-02-14
3
-10
/
+17
[next]