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 9fadedd637 Merge branch 'ds/default-pack-use-sparse-to-true' 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 Merge branch 'sg/blame-indent-heuristics-is-now-the-default' 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 convert: provide additional metadata to filters 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 Merge branch 'nd/the-index-final' 6 years ago
checkout.c builtin/checkout: compute checkout metadata for checkouts 5 years ago
clean.c Merge branch 'en/clean-nested-with-ignored' 5 years ago
clone.c Merge branch 'bc/filter-process' 5 years ago
column.c builtin: consistently pass cmd_* prefix to parse_options 6 years ago
commit-graph.c real_path: remove unsafe API 5 years ago
commit-tree.c commit-tree: utilize parse-options api 6 years ago
commit.c Merge branch 'bc/sha-256-part-1-of-4' 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 Merge branch 'en/combined-all-paths' 6 years ago
diff.c Merge branch 'nd/diff-parseopt-4' 6 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 fetch_pack(): drop unused parameters 6 years ago
fetch.c Merge branch 'ds/partial-clone-fixes' 5 years ago
fmt-merge-msg.c gpg-interface: prefer check_signature() for GPG verification 5 years ago
for-each-ref.c parse_opt_ref_sorting: always use with NONEG flag 6 years ago
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 builtin/get-tar-commit-id: make hash size independent 6 years ago
grep.c Merge branch 'mt/threaded-grep-in-object-store' 5 years ago
hash-object.c builtin: consistently pass cmd_* prefix to parse_options 6 years ago
help.c completion: add more parameter value completion 6 years ago
index-pack.c Merge branch 'jk/index-pack-dupfix' 5 years ago
init-db.c Merge branch 'bc/sha-256-part-1-of-4' 5 years ago
interpret-trailers.c interpret-trailers: load default config 6 years ago
log.c Merge branch 'dl/format-patch-notes-config-fixup' 5 years ago
ls-files.c Merge branch 'ds/include-exclude' 6 years ago
ls-remote.c parse_opt_ref_sorting: always use with NONEG flag 6 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 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 gpg-interface: add minTrustLevel as a configuration option 5 years ago
mktag.c sha1-file: allow check_object_signature() to handle any repo 5 years ago
mktree.c mktree: drop unused length parameter 6 years ago
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 'ds/default-pack-use-sparse-to-true' 5 years ago
pack-redundant.c object-store: rename and expand packed_git's sha1 member 6 years ago
pack-refs.c Honor core.precomposeUnicode in more places 6 years ago
patch-id.c patch-id: use oid_to_hex() to print multiple object IDs 5 years ago
prune-packed.c Merge branch 'rj/prune-packed-excess-args' 6 years ago
prune.c object: convert lookup_object() to use object_id 6 years ago
pull.c pull: warn if the user didn't say whether to rebase or to merge 5 years ago
push.c push: use skip_prefix() instead of starts_with() 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 'bc/filter-process' 5 years ago
receive-pack.c receive.denyCurrentBranch: respect all worktrees 5 years ago
reflog.c C: use skip_prefix() to avoid hardcoded string length 5 years ago
remote-ext.c
remote-fd.c
remote.c remote rename/remove: gently handle remote.pushDefault config 5 years ago
repack.c Merge branch 'wb/midx-progress' 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
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 Merge branch 'en/unicode-in-refnames' 6 years ago
sparse-checkout.c Merge branch 'ds/sparse-add' 5 years ago
stash.c Merge branch 'tg/retire-scripted-stash' 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 tag: use new advice API to check visibility 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-server-info.c
upload-archive.c
upload-pack.c builtin: consistently pass cmd_* prefix to parse_options 6 years ago
var.c
verify-commit.c Merge branch 'jk/no-system-includes-in-dot-c' 6 years ago
verify-pack.c
verify-tag.c verify-tag: drop signal.h include 6 years ago
worktree.c real_path: remove unsafe API 5 years ago
write-tree.c cmd_{read,write}_tree: rename "unused" variable that is used 6 years ago