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 2c42fb7653 Merge branch 'js/anonymise-push-url-in-errors' 5 years ago
..
add.c Merge branch 'hw/advice-add-nothing' 5 years ago
am.c am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch 5 years ago
annotate.c
apply.c
archive.c
bisect--helper.c bisect: libify `check_good_are_ancestors_of_bad` and its dependents 5 years ago
blame.c blame: use changed-path Bloom filters 5 years ago
branch.c l10n: minor case fix in 'git branch' '--unset-upstream' description 5 years ago
bundle.c bundle-verify: add --quiet 5 years ago
cat-file.c Merge branch 'jk/oid-array-cleanups' 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
checkout.c builtin/checkout: compute checkout metadata for checkouts 5 years ago
clean.c Merge branch 'en/fill-directory-exponential' 5 years ago
clone.c Merge branch 'jc/log-no-mailmap' 5 years ago
column.c
commit-graph.c Merge branch 'gs/commit-graph-path-filter' 5 years ago
commit-tree.c
commit.c Merge branch 'ds/blame-on-bloom' 5 years ago
config.c config: add '--show-scope' to print the scope of a config value 5 years ago
count-objects.c
credential.c
describe.c Merge branch 'jc/describe-misnamed-annotated-tag' 5 years ago
diff-files.c
diff-index.c
diff-tree.c diff-tree.c: load notes machinery when required 5 years ago
diff.c oid_array: rename source file from sha1-array 5 years ago
difftool.c hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
env--helper.c env--helper: mark a file-local symbol as static 6 years ago
fast-export.c Merge branch 'mt/use-passed-repo-more-in-funcs' 5 years ago
fetch-pack.c oid_array: rename source file from sha1-array 5 years ago
fetch.c Merge branch 'jt/connectivity-check-optim-in-partial-clone' 5 years ago
fmt-merge-msg.c Lib-ify fmt-merge-msg 5 years ago
for-each-ref.c
fsck.c fsck: only provide oid/type in fsck_error callback 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 'en/fill-directory-exponential' 5 years ago
hash-object.c
help.c Merge branch 'es/bugreport' 5 years ago
index-pack.c promisor-remote: accept 0 as oid_nr in function 5 years ago
init-db.c Merge branch 'bc/sha-256-part-1-of-4' 5 years ago
interpret-trailers.c
log.c Merge branch 'ds/log-exclude-decoration-config' 5 years ago
ls-files.c Fix error-prone fill_directory() API; make it only return matches 5 years ago
ls-remote.c
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 Ensure index matches head before invoking merge machinery, round N 6 years ago
merge-tree.c Merge branch 'jk/tree-walk-overflow' 6 years ago
merge.c Merge branch 'ds/blame-on-bloom' 5 years ago
mktag.c sha1-file: allow check_object_signature() to handle any repo 5 years ago
mktree.c
multi-pack-index.c multi-pack-index: add [--[no-]progress] option. 5 years ago
mv.c
name-rev.c name-rev: sort tip names before applying 5 years ago
notes.c strbuf: add and use strbuf_insertstr() 5 years ago
pack-objects.c Merge branch 'jk/oid-array-cleanups' 5 years ago
pack-redundant.c
pack-refs.c
patch-id.c patch-id: use oid_to_hex() to print multiple object IDs 5 years ago
prune-packed.c Lib-ify prune-packed 5 years ago
prune.c Lib-ify prune-packed 5 years ago
pull.c Merge branch 'dl/merge-autostash' 5 years ago
push.c push: anonymize URLs in error messages and warnings 5 years ago
range-diff.c range-diff: clear `other_arg` at end of function 5 years ago
read-tree.c sparse-checkout: update working directory in-process 5 years ago
rebase.c Merge branch 'en/rebase-root-and-fork-point-are-incompatible' 5 years ago
receive-pack.c Merge branch 'tb/reset-shallow' 5 years ago
reflog.c parse_config_key(): return subsection len as size_t 5 years ago
remote-ext.c
remote-fd.c
remote.c remote rename/remove: gently handle remote.pushDefault config 5 years ago
repack.c Lib-ify prune-packed 5 years ago
replace.c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
rerere.c
reset.c builtin/reset: compute checkout metadata for reset 5 years ago
rev-list.c rev-list --count: comment on the use of count_right++ 5 years ago
rev-parse.c get_superproject_working_tree(): return strbuf 5 years ago
revert.c Merge branch 'ra/cherry-pick-revert-skip' 6 years ago
rm.c rm: support the --pathspec-from-file option 5 years ago
send-pack.c oid_array: rename source file from sha1-array 5 years ago
shortlog.c
show-branch.c use strpbrk(3) to search for characters from a given set 5 years ago
show-index.c builtin/show-index: replace sha1_to_hex 6 years ago
show-ref.c
sparse-checkout.c sparse-checkout: provide a new reapply subcommand 5 years ago
stash.c Merge branch 'en/fill-directory-exponential' 5 years ago
stripspace.c
submodule--helper.c submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb' 5 years ago
symbolic-ref.c
tag.c Merge branch 'jk/oid-array-cleanups' 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 Merge branch 'js/update-index-ignore-removal-for-skip-worktree' 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 Merge branch 'jk/no-system-includes-in-dot-c' 6 years ago
verify-pack.c
verify-tag.c
worktree.c real_path: remove unsafe API 5 years ago
write-tree.c