index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDE
Taylor Blau
1
-3
/
+3
2023-10-04
Merge branch 'jk/commit-graph-verify-fix'
Junio C Hamano
1
-7
/
+24
2023-10-03
submodule--helper: return error from set-url when modifying failed
Jan Alexander Steffens (heftig)
1
-5
/
+7
2023-10-03
submodule--helper: use submodule_from_path in set-{url,branch}
Jan Alexander Steffens (heftig)
1
-4
/
+18
2023-10-03
commit-graph: clear oidset after finishing write
Jeff King
1
-0
/
+1
2023-10-03
merge: free result of repo_get_merge_bases()
Jeff King
1
-1
/
+4
2023-10-02
builtin/ls-tree: let the oid determine the output algorithm
Eric W. Biederman
1
-1
/
+4
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
9
-18
/
+24
2023-10-02
builtin/cat-file: let the oid determine the output algorithm
Eric W. Biederman
1
-3
/
+9
2023-10-02
rev-parse: add an --output-object-format parameter
Eric W. Biederman
1
-0
/
+23
2023-10-02
object: factor out parse_mode out of fast-import and tree-walk into in object.h
Eric W. Biederman
1
-16
/
+2
2023-10-02
tag: sign both hashes
Eric W. Biederman
1
-4
/
+41
2023-10-02
object-names: support input of oids in any supported hash
Eric W. Biederman
1
-1
/
+1
2023-10-02
gc: add `gc.repackFilterTo` config option
Christian Couder
1
-0
/
+4
2023-10-02
repack: implement `--filter-to` for storing filtered out objects
Christian Couder
1
-1
/
+9
2023-10-02
gc: add `gc.repackFilter` config option
Christian Couder
1
-0
/
+6
2023-10-02
repack: add `--filter=<filter-spec>` option
Christian Couder
1
-0
/
+70
2023-10-02
repack: refactor finding pack prefix
Christian Couder
1
-6
/
+12
2023-10-02
repack: refactor finishing pack-objects command
Christian Couder
1
-37
/
+33
2023-10-02
pack-objects: allow `--filter` without `--stdout`
Christian Couder
1
-6
/
+2
2023-10-02
Merge branch 'jc/unresolve-removal'
Junio C Hamano
2
-89
/
+22
2023-09-29
diff --stat: set the width defaults in a helper function
Dragan Simic
4
-13
/
+5
2023-09-29
Merge branch 'ob/am-msgfix'
Junio C Hamano
1
-1
/
+2
2023-09-29
Merge branch 'ds/stat-name-width-configuration'
Junio C Hamano
4
-0
/
+4
2023-09-29
Merge branch 'jk/fsmonitor-unused-parameter'
Junio C Hamano
1
-4
/
+6
2023-09-28
commit-graph: report incomplete chains during verification
Jeff King
1
-1
/
+9
2023-09-28
commit-graph: detect read errors when verifying graph chain
Jeff King
1
-7
/
+16
2023-09-25
merge-tree: add -X strategy option
Tang Yuyi
1
-3
/
+15
2023-09-22
Merge branch 'tb/repack-existing-packs-cleanup'
Junio C Hamano
1
-113
/
+180
2023-09-21
am: fix error message in parse_opt_show_current_patch()
Oswald Buddenhagen
1
-1
/
+2
2023-09-20
Merge branch 'jc/update-index-show-index-version'
Junio C Hamano
1
-6
/
+13
2023-09-20
Merge branch 'js/systemd-timers-wsl-fix'
Junio C Hamano
1
-1
/
+1
2023-09-18
run-command: mark unused parameters in start_bg_wait callbacks
Jeff King
1
-1
/
+2
2023-09-18
fsmonitor: mark unused hashmap callback parameters
Jeff King
1
-2
/
+3
2023-09-18
fsmonitor: mark some maybe-unused parameters
Jeff King
1
-1
/
+1
2023-09-18
Merge branch 'rs/grep-no-no-or'
Junio C Hamano
1
-1
/
+1
2023-09-18
diff --stat: add config option to limit filename width
Dragan Simic
4
-0
/
+4
2023-09-14
Merge branch 'rs/name-rev-use-opt-hidden-bool'
Junio C Hamano
1
-6
/
+2
2023-09-14
Merge branch 'rs/grep-parseopt-simplify'
Junio C Hamano
1
-3
/
+2
2023-09-13
builtin/repack.c: extract common cruft pack loop
Taylor Blau
1
-13
/
+18
2023-09-13
builtin/repack.c: avoid directly inspecting "util"
Taylor Blau
1
-4
/
+14
2023-09-13
builtin/repack.c: store existing cruft packs separately
Taylor Blau
1
-16
/
+23
2023-09-13
builtin/repack.c: extract `has_existing_non_kept_packs()`
Taylor Blau
1
-1
/
+7
2023-09-13
builtin/repack.c: extract redundant pack cleanup for existing packs
Taylor Blau
1
-17
/
+28
2023-09-13
builtin/repack.c: extract redundant pack cleanup for --geometric
Taylor Blau
1
-23
/
+29
2023-09-13
builtin/repack.c: extract marking packs for deletion
Taylor Blau
1
-18
/
+32
2023-09-13
builtin/repack.c: extract structure to store existing packs
Taylor Blau
1
-41
/
+49
2023-09-13
Merge branch 'bc/more-git-var'
Junio C Hamano
1
-1
/
+1
2023-09-13
Merge branch 'ew/hash-with-openssl-evp'
Junio C Hamano
3
-2
/
+9
2023-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
12
-105
/
+93
[prev]
[next]