You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
..
add.c Merge branch 'tb/add-renormalize' 7 years ago
am.c sq_quote_argv: drop maxlen parameter 7 years ago
annotate.c
apply.c apply: move lockfile into `apply_state` 7 years ago
archive.c
bisect--helper.c bisect: mention "view" as an alternative to "visualize" 7 years ago
blame.c diff: make struct diff_flags members lowercase 7 years ago
branch.c Merge branch 'ks/branch-cleanup' 7 years ago
bundle.c
cat-file.c sha1_file: support lazily fetching missing objects 7 years ago
check-attr.c config: don't include config.h by default 8 years ago
check-ignore.c Merge branch 'bw/config-h' 8 years ago
check-mailmap.c config: don't include config.h by default 8 years ago
check-ref-format.c Merge branch 'jc/check-ref-format-oor' into maint 7 years ago
checkout-index.c checkout-index: simplify locking logic 7 years ago
checkout.c Merge branch 'rs/lose-leak-pending' 7 years ago
clean.c Merge branch 'jk/ref-filter-colors-fix' 7 years ago
clone.c object-store: migrate alternates struct and functions from cache.h 7 years ago
column.c config: don't include config.h by default 8 years ago
commit-tree.c Merge branch 'rk/commit-tree-make-F-verbatim' 7 years ago
commit.c Merge branch 'pw/sequencer-in-process-commit' 7 years ago
config.c config: add --expiry-date 7 years ago
count-objects.c object-store: migrate alternates struct and functions from cache.h 7 years ago
credential.c credential: handle invalid arguments earlier 8 years ago
describe.c Merge branch 'rs/describe-unique-abbrev' 7 years ago
diff-files.c submodule: remove gitmodules_config 8 years ago
diff-index.c Merge branch 'ma/builtin-unleak' 7 years ago
diff-tree.c diff-tree: read the index so attribute checks work in bare repositories 7 years ago
diff.c Switch empty tree and blob lookups to use hash abstraction 7 years ago
difftool.c read-cache: leave lock in right state in `write_locked_index()` 7 years ago
fast-export.c decorate: clean up and document API 7 years ago
fetch-pack.c fetch: inherit filter-spec from partial clone 7 years ago
fetch.c Merge branch 'jh/partial-clone' 7 years ago
fmt-merge-msg.c Merge branch 'rs/fmt-merge-msg-string-leak-fix' 7 years ago
for-each-ref.c provide --color option for all ref-filter users 7 years ago
fsck.c object-store: migrate alternates struct and functions from cache.h 7 years ago
gc.c gc: do not repack promisor packfiles 7 years ago
get-tar-commit-id.c distinguish error versus short read from read_in_full() 7 years ago
grep.c repository: introduce raw object store field 7 years ago
hash-object.c sha1_file: convert hash_sha1_file_literally to struct object_id 8 years ago
help.c Merge branch 'ks/help-alias-label' 7 years ago
index-pack.c Merge branch 'jh/fsck-promisors' 7 years ago
init-db.c add UNLEAK annotation for reducing leak false positives 8 years ago
interpret-trailers.c Merge branch 'jk/trailers-parse' 8 years ago
log.c Merge branch 'sb/diff-blobfind-pickaxe' 7 years ago
ls-files.c Merge branch 'bp/fsmonitor' 7 years ago
ls-remote.c wildmatch: remove unused wildopts parameter 8 years ago
ls-tree.c Merge branch 'bw/config-h' 8 years ago
mailinfo.c
mailsplit.c mailinfo & mailsplit: check for EOF while parsing 8 years ago
merge-base.c Merge branch 'ma/reduce-heads-leakfix' 7 years ago
merge-file.c config: don't include config.h by default 8 years ago
merge-index.c
merge-ours.c Merge branch 'bw/diff-opt-impl-to-bitfields' 7 years ago
merge-recursive.c
merge-tree.c tree-walk: convert fill_tree_descriptor() to object_id 8 years ago
merge.c merge: add config option for verifySignatures 7 years ago
mktag.c
mktree.c mktree: plug memory leaks reported by Coverity 8 years ago
mv.c submodule: convert stage_updated_gitmodules to take a struct index_state 7 years ago
name-rev.c Merge branch 'mg/timestamp-t-fix' into maint 7 years ago
notes.c Merge branch 'ot/pretty' 7 years ago
pack-objects.c Merge branch 'gs/retire-mru' 7 years ago
pack-redundant.c pack: move pack name-related functions 8 years ago
pack-refs.c
patch-id.c config: don't include config.h by default 8 years ago
prune-packed.c Merge branch 'jt/packmigrate' 8 years ago
prune.c Merge branch 'jh/fsck-promisors' 7 years ago
pull.c Merge branch 'bc/hash-algo' 7 years ago
push.c builtin/push.c: add push.pushOption config 7 years ago
read-tree.c submodule: remove gitmodules_config 8 years ago
rebase--helper.c Merge branch 'pw/sequencer-in-process-commit' 7 years ago
receive-pack.c Merge branch 'bw/protocol-v1' 7 years ago
reflog.c config: add --expiry-date 7 years ago
remote-ext.c consistently use "fallthrough" comments in switches 7 years ago
remote-fd.c remote-{ext,fd}: print usage message on invalid arguments 8 years ago
remote.c Merge branch 'mh/tidy-ref-update-flags' 7 years ago
repack.c gc: do not repack promisor packfiles 7 years ago
replace.c refs: convert read_ref and read_ref_full to object_id 7 years ago
rerere.c avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
reset.c Merge branch 'ot/pretty' 7 years ago
rev-list.c Merge branch 'jh/partial-clone' 7 years ago
rev-parse.c sq_quote_argv: drop maxlen parameter 7 years ago
revert.c sequencer: improve config handling 7 years ago
rm.c submodule: convert stage_updated_gitmodules to take a struct index_state 7 years ago
send-pack.c Merge branch 'ma/parse-maybe-bool' 8 years ago
shortlog.c shortlog: skip format/parse roundtrip for internal traversal 8 years ago
show-branch.c Merge branch 'ot/pretty' 7 years ago
show-ref.c refs: convert peel_ref to struct object_id 7 years ago
stripspace.c config: don't include config.h by default 8 years ago
submodule--helper.c object-store: migrate alternates struct and functions from cache.h 7 years ago
symbolic-ref.c refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` 7 years ago
tag.c Merge branch 'bc/object-id' 7 years ago
unpack-file.c Merge branch 'jk/write-in-full-fix' 7 years ago
unpack-objects.c cleanup: fix possible overflow errors in binary search 7 years ago
update-index.c Merge branch 'bp/fsmonitor' 7 years ago
update-ref.c refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` 7 years ago
update-server-info.c config: don't include config.h by default 8 years ago
upload-archive.c upload-archive: handle "-h" option early 8 years ago
var.c config: don't include config.h by default 8 years ago
verify-commit.c Merge branch 'bw/config-h' 8 years ago
verify-pack.c config: don't include config.h by default 8 years ago
verify-tag.c Merge branch 'jk/ref-filter-colors' 8 years ago
worktree.c Merge branch 'es/worktree-checkout-hook' 7 years ago
write-tree.c config: don't include config.h by default 8 years ago