index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
line-range.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
The fifteenth batch
Junio C Hamano
1
-0
/
+20
2024-12-10
strvec: `strvec_splice()` to a statically initialized vector
Rubén Justo
2
-4
/
+17
2024-12-10
index-pack --promisor: also check commits' trees
Jonathan Tan
1
-0
/
+1
2024-12-10
index-pack --promisor: don't check blobs
Jonathan Tan
1
-1
/
+30
2024-12-10
index-pack --promisor: dedup before checking links
Jonathan Tan
1
-33
/
+42
2024-12-08
object-name: fix reversed ordering with ":/<text>" revisions
Patrick Steinhardt
2
-2
/
+17
2024-12-06
Introduce support for the Meson build system
Patrick Steinhardt
27
-0
/
+3880
2024-12-06
Documentation: add comparison of build systems
Patrick Steinhardt
2
-0
/
+225
2024-12-06
t: allow overriding build dir
Patrick Steinhardt
1
-1
/
+2
2024-12-06
t: better support for out-of-tree builds
Patrick Steinhardt
7
-11
/
+34
2024-12-06
Documentation: extract script to generate a list of mergetools
Patrick Steinhardt
2
-14
/
+25
2024-12-06
Documentation: teach "cmd-list.perl" about out-of-tree builds
Patrick Steinhardt
2
-12
/
+13
2024-12-06
Documentation: allow sourcing generated includes from separate dir
Patrick Steinhardt
5
-15
/
+18
2024-12-06
Makefile: simplify building of templates
Patrick Steinhardt
19
-37
/
+37
2024-12-06
Makefile: write absolute program path into bin-wrappers
Patrick Steinhardt
3
-7
/
+7
2024-12-06
Makefile: allow "bin-wrappers/" directory to exist
Patrick Steinhardt
6
-8
/
+16
2024-12-06
Makefile: refactor generators to be PWD-independent
Patrick Steinhardt
5
-34
/
+68
2024-12-06
Makefile: extract script to generate gitweb.js
Patrick Steinhardt
2
-1
/
+14
2024-12-06
Makefile: extract script to generate gitweb.cgi
Patrick Steinhardt
4
-31
/
+101
2024-12-06
Makefile: extract script to massage Python scripts
Patrick Steinhardt
3
-10
/
+33
2024-12-06
Makefile: extract script to massage Shell scripts
Patrick Steinhardt
4
-35
/
+68
2024-12-06
Makefile: use "generate-perl.sh" to massage Perl library
Patrick Steinhardt
4
-22
/
+27
2024-12-06
Makefile: extract script to massage Perl scripts
Patrick Steinhardt
3
-15
/
+56
2024-12-06
Makefile: consistently use PERL_PATH
Patrick Steinhardt
4
-5
/
+5
2024-12-06
Makefile: generate doc versions via GIT-VERSION-GEN
Patrick Steinhardt
5
-15
/
+25
2024-12-06
Makefile: generate "git.rc" via GIT-VERSION-GEN
Patrick Steinhardt
5
-17
/
+30
2024-12-06
Makefile: propagate Git version via generated header
Patrick Steinhardt
6
-11
/
+35
2024-12-06
Makefile: refactor GIT-VERSION-GEN to be reusable
Patrick Steinhardt
6
-34
/
+59
2024-12-06
Makefile: consistently use @PLACEHOLDER@ to substitute
Patrick Steinhardt
18
-119
/
+119
2024-12-06
Makefile: use common template for GIT-BUILD-OPTIONS
Patrick Steinhardt
4
-95
/
+136
2024-12-06
describe: split "found all tags" and max_candidates logic
Jeff King
2
-3
/
+12
2024-12-06
The fourteenth batch
Junio C Hamano
1
-0
/
+6
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
19
-27
/
+27
2024-12-04
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
1
-5
/
+1
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
5
-29
/
+37
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
3
-10
/
+13
2024-12-04
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
1
-22
/
+27
2024-12-04
midx-write: pass down repository to `write_midx_file[_only]`
Karthik Nayak
4
-23
/
+17
2024-12-04
write-midx: add repository field to `write_midx_context`
Karthik Nayak
1
-18
/
+20
2024-12-04
midx-write: use `revs->repo` inside `read_refs_snapshot`
Karthik Nayak
1
-1
/
+2
2024-12-04
midx-write: pass down repository to static functions
Karthik Nayak
1
-26
/
+31
2024-12-04
The thirteenth batch
Junio C Hamano
1
-12
/
+22
2024-12-04
t9300: test verification of renamed paths
Jeff King
1
-2
/
+9
2024-12-04
doc: mention rev-list --ancestry-path restrictions
Kai Koponen
1
-1
/
+2
2024-12-04
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
1
-1
/
+0
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
3
-35
/
+59
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
7
-30
/
+35
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
11
-14
/
+39
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
15
-35
/
+44
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
11
-17
/
+21
[next]