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 414784d016 Merge branch 'jk/no-system-includes-in-dot-c' into maint 6 years ago
..
add.c add: error appropriately on repository with no commits 6 years ago
am.c Merge branch 'ds/close-object-store' into maint 6 years ago
annotate.c
apply.c
archive.c pack-protocol.txt: accept error packets in any context 6 years ago
bisect--helper.c bisect--helper: verify HEAD could be parsed before continuing 6 years ago
blame.c Merge branch 'sg/blame-in-bare-start-at-head' 6 years ago
branch.c Merge branch 'po/doc-branch' into maint 6 years ago
bundle.c create_bundle(): drop unused "header" parameter 6 years ago
cat-file.c Merge branch 'jk/loose-object-cache-oid' 6 years ago
check-attr.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
check-ignore.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
check-mailmap.c
check-ref-format.c
checkout-index.c Merge branch 'nd/the-index-final' 6 years ago
checkout.c Merge branch 'nd/checkout-m' 6 years ago
clean.c clean: show an error message when the path is too long 6 years ago
clone.c Merge branch 'ds/close-object-store' into maint 6 years ago
column.c
commit-graph.c commit-graph: collapse parameters into flags 6 years ago
commit-tree.c commit-tree: utilize parse-options api 6 years ago
commit.c Merge branch 'ds/close-object-store' into maint 6 years ago
config.c Merge branch 'jk/save-getenv-result' 6 years ago
count-objects.c rename "alternate_object_database" to "object_directory" 6 years ago
credential.c
describe.c Merge branch 'ss/describe-dirty-in-the-right-directory' 6 years ago
diff-files.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
diff-index.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
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 Merge branch 'js/difftool-no-index' 6 years ago
fast-export.c Merge branch 'en/fast-export-import' 6 years ago
fetch-pack.c fetch_pack(): drop unused parameters 6 years ago
fetch.c Merge branch 'fc/fetch-with-import-fix' into maint 6 years ago
fmt-merge-msg.c Merge branch 'nd/the-index' 6 years ago
for-each-ref.c parse_opt_ref_sorting: always use with NONEG flag 6 years ago
fsck.c Merge branch 'jk/fsck-doc' 6 years ago
gc.c Merge branch 'ds/close-object-store' into maint 6 years ago
get-tar-commit-id.c builtin/get-tar-commit-id: make hash size independent 6 years ago
grep.c Merge branch 'nd/the-index-final' 6 years ago
hash-object.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
help.c completion: add more parameter value completion 6 years ago
index-pack.c index-pack: prefetch missing REF_DELTA bases 6 years ago
init-db.c Merge branch 'nd/init-relative-template-fix' into maint 6 years ago
interpret-trailers.c interpret-trailers: load default config 6 years ago
log.c Merge branch 'jk/unused-params-even-more' 6 years ago
ls-files.c cleanup: fix possible overflow errors in binary search, part 2 6 years ago
ls-remote.c parse_opt_ref_sorting: always use with NONEG flag 6 years ago
ls-tree.c Merge branch 'nd/attr-pathspec-in-tree-walk' 6 years ago
mailinfo.c
mailsplit.c
merge-base.c Merge branch 'pk/rebase-in-c-4-opts' 6 years ago
merge-file.c assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
merge-index.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
merge-ours.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
merge-recursive.c Merge branch 'nd/the-index-final' 6 years ago
merge-tree.c Merge branch 'nd/the-index-final' 6 years ago
merge.c Merge branch 'ds/close-object-store' into maint 6 years ago
mktag.c
mktree.c builtin/mktree: remove hard-coded constant 6 years ago
multi-pack-index.c midx: pass a repository pointer 6 years ago
mv.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
name-rev.c builtin/name-rev: make hash-size independent 6 years ago
notes.c Merge branch 'nd/the-index' into md/list-objects-filter-by-depth 6 years ago
pack-objects.c Merge branch 'jk/delta-islands-progress-fix' into maint 6 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
prune-packed.c Merge branch 'rj/prune-packed-excess-args' 6 years ago
prune.c prune: check SEEN flag for reachability 6 years ago
pull.c Merge branch 'dl/merge-cleanup-scissors-fix' 6 years ago
push.c Merge branch 'nd/style-opening-brace' 6 years ago
range-diff.c range-diff: use parse_options() instead of diff_opt_parse() 6 years ago
read-tree.c read-tree: add --quiet 6 years ago
rebase.c Merge branch 'ds/close-object-store' into maint 6 years ago
receive-pack.c Merge branch 'ds/close-object-store' into maint 6 years ago
reflog.c Merge branch 'jk/loose-object-cache-oid' 6 years ago
remote-ext.c
remote-fd.c
remote.c
repack.c Merge branch 'ds/close-object-store' into maint 6 years ago
replace.c Merge branch 'cc/replace-graft-peel-tags' 6 years ago
rerere.c Merge branch 'nd/the-index' into md/list-objects-filter-by-depth 6 years ago
reset.c Merge branch 'bp/post-index-change-hook' 6 years ago
rev-list.c Merge branch 'tb/unexpected' 6 years ago
rev-parse.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
revert.c cherry-pick/revert: add scissors line on merge conflict 6 years ago
rm.c Merge branch 'jc/denoise-rm-to-resolve' into maint 6 years ago
send-pack.c pack-protocol.txt: accept error packets in any context 6 years ago
shortlog.c Merge branch 'nd/show-gitcomp-compilation-fix' into maint 6 years ago
show-branch.c refs.c: remove the_repo from read_ref_at() 6 years ago
show-index.c
show-ref.c Merge branch 'en/unicode-in-refnames' 6 years ago
stash.c stash: fix show referencing stash index 6 years ago
stripspace.c stripspace: allow -s/-c outside git repository 6 years ago
submodule--helper.c Merge branch 'ms/submodule-foreach-fix' into maint 6 years ago
symbolic-ref.c
tag.c Merge branch 'dl/warn-tagging-a-tag' 6 years ago
unpack-file.c
unpack-objects.c
update-index.c fill_stat_cache_info(): prepare for an fsmonitor fix 6 years ago
update-ref.c
update-server-info.c
upload-archive.c archive: initialize archivers earlier 6 years ago
upload-pack.c
var.c
verify-commit.c verify-tag: drop signal.h include 6 years ago
verify-pack.c
verify-tag.c verify-tag: drop signal.h include 6 years ago
worktree.c Merge branch 'ms/worktree-add-atomic-mkdir' 6 years ago
write-tree.c cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago