index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
t/helper: don't depend on implicit wraparound
Patrick Steinhardt
2
-7
/
+2
2024-12-06
scalar: address -Wsign-compare warnings
Patrick Steinhardt
1
-4
/
+3
2024-12-06
builtin/patch-id: fix type of `get_one_patchid()`
Patrick Steinhardt
1
-8
/
+8
2024-12-06
builtin/blame: fix type of `length` variable when emitting object ID
Patrick Steinhardt
1
-3
/
+7
2024-12-06
gpg-interface: address -Wsign-comparison warnings
Patrick Steinhardt
1
-9
/
+6
2024-12-06
daemon: fix type of `max_connections`
Patrick Steinhardt
1
-6
/
+5
2024-12-06
daemon: fix loops that have mismatching integer types
Patrick Steinhardt
1
-13
/
+8
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
55
-238
/
+105
2024-12-06
pkt-line: fix -Wsign-compare warning on 32 bit platform
Patrick Steinhardt
1
-9
/
+11
2024-12-06
csum-file: fix -Wsign-compare warning on 32-bit platform
Junio C Hamano
1
-2
/
+1
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
18
-23
/
+1
2024-12-06
config.mak.dev: drop `-Wno-sign-compare`
Patrick Steinhardt
1
-1
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
265
-2
/
+439
2024-12-06
compat/win32: fix -Wsign-compare warning in "wWinMain()"
Patrick Steinhardt
1
-8
/
+9
2024-12-06
compat/regex: explicitly ignore "-Wsign-compare" warnings
Patrick Steinhardt
1
-0
/
+2
2024-12-06
git-compat-util: introduce macros to disable "-Wsign-compare" warnings
Patrick Steinhardt
1
-0
/
+10
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-06
remote set-head: set followRemoteHEAD to "warn" if "always"
Bence Ferdinandy
2
-1
/
+22
2024-12-06
fetch set_head: add warn-if-not-$branch option
Bence Ferdinandy
5
-10
/
+66
2024-12-06
fetch set_head: move warn advice into advise_if_enabled
Bence Ferdinandy
4
-6
/
+15
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
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
6
-14
/
+14
2024-12-04
packfile: pass `repository` to static function in the file
Karthik Nayak
1
-7
/
+8
2024-12-04
packfile: use `repository` from `packed_git` directly
Karthik Nayak
1
-23
/
+27
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
10
-16
/
+30
2024-12-03
tag: "git tag" refuses to use HEAD as a tagname
Junio C Hamano
2
-1
/
+13
2024-12-03
t5604: do not expect that HEAD can be a valid tagname
Junio C Hamano
1
-3
/
+3
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
10
-23
/
+23
2024-12-03
refs: move ref name helpers around
Junio C Hamano
5
-69
/
+76
2024-12-02
Documentation/git-update-ref.txt: add missing word
Kristoffer Haugsbakk
1
-4
/
+4
2024-12-02
Documentation/git-bundle.txt: fix word join typo
Kristoffer Haugsbakk
1
-1
/
+1
2024-12-02
fast-import: disallow more path components
Elijah Newren
3
-7
/
+91
[prev]
[next]