.. |
add.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
am.c
|
…
|
|
annotate.c
|
…
|
|
apply.c
|
…
|
|
archive.c
|
…
|
|
bisect--helper.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
blame.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
branch.c
|
branch: drop unused worktrees variable
|
3 years ago |
bugreport.c
|
…
|
|
bundle.c
|
…
|
|
cat-file.c
|
Merge branch 'sa/cat-file-mailmap'
|
3 years ago |
check-attr.c
|
…
|
|
check-ignore.c
|
…
|
|
check-mailmap.c
|
…
|
|
check-ref-format.c
|
check-ref-format: fix trivial memory leak
|
3 years ago |
checkout--worker.c
|
…
|
|
checkout-index.c
|
…
|
|
checkout.c
|
Merge branch 'mt/checkout-count-fix'
|
3 years ago |
clean.c
|
…
|
|
clone.c
|
Merge branch 'jk/clone-unborn-confusion'
|
3 years ago |
column.c
|
…
|
|
commit-graph.c
|
…
|
|
commit-tree.c
|
…
|
|
commit.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
config.c
|
…
|
|
count-objects.c
|
…
|
|
credential-cache--daemon.c
|
…
|
|
credential-cache.c
|
…
|
|
credential-store.c
|
…
|
|
credential.c
|
…
|
|
describe.c
|
…
|
|
diff-files.c
|
diff-files: move misplaced cleanup label
|
3 years ago |
diff-index.c
|
…
|
|
diff-tree.c
|
…
|
|
diff.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
difftool.c
|
…
|
|
env--helper.c
|
…
|
|
fast-export.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
fast-import.c
|
i18n: fix mismatched camelCase config variables
|
3 years ago |
fetch-pack.c
|
…
|
|
fetch.c
|
Merge branch 'ab/cocci-unused'
|
3 years ago |
fmt-merge-msg.c
|
…
|
|
for-each-ref.c
|
…
|
|
for-each-repo.c
|
…
|
|
fsck.c
|
fsck: do not dereference NULL while checking resolve-undo data
|
3 years ago |
fsmonitor--daemon.c
|
…
|
|
gc.c
|
gc: fix a memory leak
|
3 years ago |
get-tar-commit-id.c
|
…
|
|
grep.c
|
grep: add --max-count command line option
|
3 years ago |
hash-object.c
|
…
|
|
help.c
|
…
|
|
hook.c
|
…
|
|
index-pack.c
|
i18n: fix mismatched camelCase config variables
|
3 years ago |
init-db.c
|
…
|
|
interpret-trailers.c
|
…
|
|
log.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
ls-files.c
|
ls-files: introduce "--format" option
|
3 years ago |
ls-remote.c
|
…
|
|
ls-tree.c
|
…
|
|
mailinfo.c
|
…
|
|
mailsplit.c
|
…
|
|
merge-base.c
|
…
|
|
merge-file.c
|
merge-file: fix memory leaks on error path
|
3 years ago |
merge-index.c
|
…
|
|
merge-ours.c
|
…
|
|
merge-recursive.c
|
…
|
|
merge-tree.c
|
merge-tree: add a --allow-unrelated-histories flag
|
3 years ago |
merge.c
|
merge: do not exit restore_state() prematurely
|
3 years ago |
mktag.c
|
…
|
|
mktree.c
|
mktree: do not check type of remote objects
|
3 years ago |
multi-pack-index.c
|
multi-pack-index: simplify handling of unknown --options
|
3 years ago |
mv.c
|
Merge branch 'jc/builtin-mv-move-array'
|
3 years ago |
name-rev.c
|
name-rev: prefix annotate-stdin with '--' in message
|
3 years ago |
notes.c
|
…
|
|
pack-objects.c
|
i18n: fix mismatched camelCase config variables
|
3 years ago |
pack-redundant.c
|
…
|
|
pack-refs.c
|
…
|
|
patch-id.c
|
…
|
|
prune-packed.c
|
…
|
|
prune.c
|
…
|
|
pull.c
|
pull: fix a "struct oid_array" memory leak
|
3 years ago |
push.c
|
push: fix capitalisation of the option name autoSetupMerge
|
3 years ago |
range-diff.c
|
…
|
|
read-tree.c
|
…
|
|
rebase.c
|
rebase: add rebase.updateRefs config option
|
3 years ago |
receive-pack.c
|
Merge branch 'ab/bug-if-bug'
|
3 years ago |
reflog.c
|
Merge branch 'ab/plug-leak-in-revisions'
|
3 years ago |
remote-ext.c
|
…
|
|
remote-fd.c
|
…
|
|
remote.c
|
Merge branch 'jc/string-list-cleanup'
|
3 years ago |
repack.c
|
cocci: generalize "unused" rule to cover more than "strbuf"
|
3 years ago |
replace.c
|
…
|
|
rerere.c
|
…
|
|
reset.c
|
…
|
|
rev-list.c
|
…
|
|
rev-parse.c
|
…
|
|
revert.c
|
revert: free "struct replay_opts" members
|
3 years ago |
rm.c
|
…
|
|
send-pack.c
|
…
|
|
shortlog.c
|
shortlog: use a stable sort
|
3 years ago |
show-branch.c
|
Merge branch 'jc/show-branch-g-current' into maint
|
3 years ago |
show-index.c
|
…
|
|
show-ref.c
|
builtin/show-ref.c: avoid over-iterating with --heads, --tags
|
3 years ago |
sparse-checkout.c
|
…
|
|
stash.c
|
Merge branch 'ab/env-array'
|
3 years ago |
stripspace.c
|
…
|
|
submodule--helper.c
|
Merge branch 'ab/submodule-cleanup'
|
3 years ago |
symbolic-ref.c
|
…
|
|
tag.c
|
…
|
|
unpack-file.c
|
…
|
|
unpack-objects.c
|
unpack-objects: use stream_loose_object() to unpack large objects
|
3 years ago |
update-index.c
|
Merge branch 'jh/builtin-fsmonitor-part3'
|
3 years ago |
update-ref.c
|
…
|
|
update-server-info.c
|
…
|
|
upload-archive.c
|
…
|
|
upload-pack.c
|
…
|
|
var.c
|
…
|
|
verify-commit.c
|
…
|
|
verify-pack.c
|
…
|
|
verify-tag.c
|
…
|
|
worktree.c
|
…
|
|
write-tree.c
|
…
|
|