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.
 
 
 
 
 
 
Junio C Hamano a0ab573bb1 Merge branch 'jk/unused-fixes' 3 years ago
..
add.c Merge branch 'ab/plug-leak-in-revisions' 3 years ago
am.c revisions API users: add straightforward release_revisions() 3 years ago
annotate.c
apply.c apply.c: remove unnecessary include 3 years ago
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 builtin/bugreport.c: create '--diagnose' option 3 years ago
bundle.c bundle: call strvec_clear() on allocated strvec 3 years ago
cat-file.c Merge branch 'tb/cat-file-z' 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 'vd/sparse-reset-checkout-fixes' 3 years ago
clean.c
clone.c Merge branch 'jk/clone-unborn-confusion' 3 years ago
column.c
commit-graph.c commit-graph: fix memory leak in misused string_list API 3 years ago
commit-tree.c
commit.c Merge branch 'ab/plug-leak-in-revisions' 3 years ago
config.c Merge branch 'mf/fix-type-in-config-h' 3 years ago
count-objects.c
credential-cache--daemon.c
credential-cache.c
credential-store.c
credential.c
describe.c revisions API users: add straightforward release_revisions() 3 years ago
diagnose.c builtin/diagnose.c: add '--mode' option 3 years ago
diff-files.c diff-files: move misplaced cleanup label 3 years ago
diff-index.c revisions API: call diff_free(&revs->pruning) in revisions_release() 3 years ago
diff-tree.c 2.36 gitk/diff-tree --stdin regression fix 3 years ago
diff.c Merge branch 'ab/plug-leak-in-revisions' 3 years ago
difftool.c run-command API: rename "env_array" to "env" 3 years ago
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 Merge branch 'rc/fetch-refetch' 3 years ago
fetch.c Merge branch 'ds/decorate-filter-tweak' 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 fsmonitor--daemon: stub in health thread 3 years ago
gc.c Merge branch 'ds/decorate-filter-tweak' 3 years ago
get-tar-commit-id.c
grep.c grep: add --max-count command line option 3 years ago
hash-object.c Merge branch 'ab/object-file-api-updates' 3 years ago
help.c git docs: add a category for file formats, protocols and interfaces 3 years ago
hook.c
index-pack.c i18n: fix mismatched camelCase config variables 3 years ago
init-db.c
interpret-trailers.c
log.c Merge branch 'ds/decorate-filter-tweak' 3 years ago
ls-files.c ls-files: introduce "--format" option 3 years ago
ls-remote.c Merge branch 'ep/maint-equals-null-cocci' 3 years ago
ls-tree.c Merge branch 'tl/ls-tree-oid-only' 3 years ago
mailinfo.c
mailsplit.c Merge branch 'ep/maint-equals-null-cocci' 3 years ago
merge-base.c merge-base: free() allocated "struct commit **" list 3 years ago
merge-file.c merge-file: fix memory leaks on error path 3 years ago
merge-index.c
merge-ours.c
merge-recursive.c gettext API users: don't explicitly cast ngettext()'s "n" 3 years ago
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 Merge branch 'ab/object-file-api-updates' 3 years ago
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 Merge branch 'ab/object-file-api-updates' 3 years ago
pack-objects.c i18n: fix mismatched camelCase config variables 3 years ago
pack-redundant.c tree-wide: apply equals-null.cocci 3 years ago
pack-refs.c
patch-id.c
prune-packed.c
prune.c revisions API users: add straightforward release_revisions() 3 years ago
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 read-tree: make three-way merge sparse-aware 3 years ago
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 reflog: assert PARSE_OPT_NONEG in parse-options callbacks 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 refs: use ref_namespaces for replace refs base 3 years ago
rerere.c
reset.c pathspec.h: move pathspec_needs_expanded_index() from reset.c to here 3 years ago
rev-list.c rev-list: support human-readable output for `--disk-usage` 3 years ago
rev-parse.c Merge branch 'ep/maint-equals-null-cocci' 3 years ago
revert.c revert: free "struct replay_opts" members 3 years ago
rm.c rm: integrate with sparse-index 3 years ago
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 Merge branch 'ds/sparse-sparse-checkout' 3 years ago
stash.c Merge branch 'ab/env-array' 3 years ago
stripspace.c
submodule--helper.c revisions API: don't leak memory on argv elements that need free()-ing 3 years ago
symbolic-ref.c symbolic-ref: refuse to set syntactically invalid target 3 years ago
tag.c Merge branch 'ep/maint-equals-null-cocci' 3 years ago
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 run-command API: rename "env_array" to "env" 3 years ago
write-tree.c