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 d1ae8ba096 Merge branch 'tb/commit-graph-no-check-oids' into master 5 years ago
..
add.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
am.c auto-gc: pass --quiet down from am, commit, merge and rebase 5 years ago
annotate.c
apply.c
archive.c
bisect--helper.c Merge branch 'cb/bisect-helper-parser-fix' 5 years ago
blame.c Merge branch 'dl/opt-callback-cleanup' 5 years ago
branch.c Merge branch 'es/get-worktrees-unsort' 5 years ago
bundle.c
cat-file.c Merge branch 'cc/cat-file-usage-update' into master 5 years ago
check-attr.c
check-ignore.c check-ignore: fix documentation and implementation to match 5 years ago
check-mailmap.c
check-ref-format.c
checkout-index.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
checkout.c Merge branch 'bc/filter-process' 5 years ago
clean.c clean: optimize and document cases where we recurse into subdirectories 5 years ago
clone.c Merge branch 'js/default-branch-name' 5 years ago
column.c
commit-graph.c Merge branch 'tb/commit-graph-no-check-oids' into master 5 years ago
commit-tree.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
commit.c Merge branch 'jc/auto-gc-quiet' 5 years ago
config.c worktree: drop get_worktrees() unused 'flags' argument 5 years ago
count-objects.c
credential.c
describe.c Merge branch 'jc/describe-misnamed-annotated-tag' 5 years ago
diff-files.c diff-files: treat "i-t-a" files as "not-in-index" 5 years ago
diff-index.c
diff-tree.c diff-tree.c: load notes machinery when required 5 years ago
diff.c Merge branch 'ct/diff-with-merge-base-clarification' into master 5 years ago
difftool.c
env--helper.c
fast-export.c fast-export: use local array to store anonymized oid 5 years ago
fetch-pack.c Merge branch 'jt/cdn-offload' 5 years ago
fetch.c Merge branch 'xl/upgrade-repo-format' 5 years ago
fmt-merge-msg.c Lib-ify fmt-merge-msg 5 years ago
for-each-ref.c Merge branch 'jk/for-each-ref-multi-key-sort-fix' 5 years ago
fsck.c Merge branch 'es/get-worktrees-unsort' 5 years ago
gc.c commit-graph.h: store an odb in 'struct write_commit_graph_context' 5 years ago
get-tar-commit-id.c
grep.c Merge branch 'dl/opt-callback-cleanup' 5 years ago
hash-object.c
help.c Merge branch 'es/bugreport' 5 years ago
index-pack.c builtin/index-pack: add option to specify hash algorithm 5 years ago
init-db.c init: allow setting the default for the initial branch name via the config 5 years ago
interpret-trailers.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
log.c Merge branch 'dl/opt-callback-cleanup' 5 years ago
ls-files.c Merge branch 'dl/opt-callback-cleanup' 5 years ago
ls-remote.c builtin/ls-remote: initialize repository based on fetch 5 years ago
ls-tree.c
mailinfo.c
mailsplit.c
merge-base.c rebase: --fork-point regression fix 5 years ago
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c Merge branch 'an/merge-single-strategy-optim' 5 years ago
mktag.c sha1-file: allow check_object_signature() to handle any repo 5 years ago
mktree.c
multi-pack-index.c
mv.c
name-rev.c name-rev: sort tip names before applying 5 years ago
notes.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
pack-objects.c upload-pack: send part of packfile response as uri 5 years ago
pack-redundant.c
pack-refs.c
patch-id.c
prune-packed.c Lib-ify prune-packed 5 years ago
prune.c Merge branch 'tb/shallow-cleanup' 5 years ago
pull.c Merge branch 'cb/is-descendant-of' 5 years ago
push.c Merge branch 'dl/push-recurse-submodules-fix' 5 years ago
range-diff.c
read-tree.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
rebase.c Merge branch 'jc/auto-gc-quiet' 5 years ago
receive-pack.c Merge branch 'bc/sha-256-part-2' 5 years ago
reflog.c Merge branch 'es/get-worktrees-unsort' 5 years ago
remote-ext.c
remote-fd.c
remote.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
repack.c Merge branch 'tb/shallow-cleanup' 5 years ago
replace.c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
rerere.c
reset.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
rev-list.c rev-list --count: comment on the use of count_right++ 5 years ago
rev-parse.c Merge branch 'tb/shallow-cleanup' 5 years ago
revert.c
rm.c rm: support the --pathspec-from-file option 5 years ago
send-pack.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
shortlog.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
show-branch.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
show-index.c builtin/show-index: provide options to determine hash algo 5 years ago
show-ref.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
sparse-checkout.c Merge branch 'xl/upgrade-repo-format' 5 years ago
stash.c Merge branch 'en/fill-directory-exponential' 5 years ago
stripspace.c
submodule--helper.c Merge branch 'js/default-branch-name' 5 years ago
symbolic-ref.c
tag.c Merge branch 'jk/for-each-ref-multi-key-sort-fix' 5 years ago
unpack-file.c
unpack-objects.c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
update-index.c Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
update-ref.c update-ref: implement interactive transaction handling 5 years ago
update-server-info.c
upload-archive.c
upload-pack.c
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c Merge branch 'es/get-worktrees-unsort' 5 years ago
write-tree.c