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 dcaf17c75d Merge branch 'ab/fetch-set-upstream-while-detached' 3 years ago
..
add.c run-command API users: use strvec_pushl(), not argv construction 3 years ago
am.c Merge branch 'ab/config-based-hooks-1' 3 years ago
annotate.c
apply.c
archive.c use xopen() to handle fatal open(2) failures 4 years ago
bisect--helper.c bisect--helper: add space between colon and following sentence 3 years ago
blame.c Merge branch 'ld/sparse-diff-blame' 3 years ago
branch.c worktree: simplify find_shared_symref() memory ownership model 3 years ago
bugreport.c hook-list.h: add a generated list of hooks, like config-list.h 3 years ago
bundle.c Merge branch 'ab/bundle-remove-verbose-option' 3 years ago
cat-file.c cat-file: use packed_object_info() for --batch-all-objects 3 years ago
check-attr.c
check-ignore.c
check-mailmap.c
check-ref-format.c
checkout--worker.c pkt-line.[ch]: remove unused packet_read_line_buf() 3 years ago
checkout-index.c
checkout.c Merge branch 'en/zdiff3' 3 years ago
clean.c
clone.c clone: fix a memory leak of the "git_dir" variable 3 years ago
column.c column: fix parsing of the '--nl' option 4 years ago
commit-graph.c Merge branch 'ab/ignore-replace-while-working-on-commit-graph' 3 years ago
commit-tree.c use xopen() to handle fatal open(2) failures 4 years ago
commit.c hook.c users: use "hook_exists()" instead of "find_hook()" 3 years ago
config.c urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT 3 years ago
count-objects.c
credential-cache--daemon.c
credential-cache.c credential-cache: check for windows specific errors 3 years ago
credential-store.c
credential.c doc: fix git credential synopsis 3 years ago
describe.c
diff-files.c
diff-index.c diff-index: restore -c/--cc options handling 3 years ago
diff-tree.c
diff.c diff: enable and test the sparse index 3 years ago
difftool.c difftool: use "env_array" to simplify memory management 3 years ago
env--helper.c
fast-export.c Merge branch 'ab/fsck-unexpected-type' 3 years ago
fast-import.c
fetch-pack.c
fetch.c Merge branch 'ab/fetch-set-upstream-while-detached' 3 years ago
fmt-merge-msg.c
for-each-ref.c for-each-ref: delay parsing of --sort=<atom> options 3 years ago
for-each-repo.c
fsck.c run-command API users: use strvec_pushl(), not argv construction 3 years ago
gc.c Merge branch 'ds/no-usable-cron-on-macos' 3 years ago
get-tar-commit-id.c
grep.c grep: fix a "path_list" memory leak 3 years ago
hash-object.c Merge branch 'jc/prefix-filename-allocates' into maint 3 years ago
help.c run-command API users: use strvec_pushl(), not argv construction 3 years ago
index-pack.c i18n: fix typos found during l10n for git 2.34.0 3 years ago
init-db.c
interpret-trailers.c
log.c log: load decorations with --simplify-by-decoration 3 years ago
ls-files.c ls-files: add missing string_list_clear() 3 years ago
ls-remote.c for-each-ref: delay parsing of --sort=<atom> options 3 years ago
ls-tree.c
mailinfo.c
mailsplit.c use xopen() to handle fatal open(2) failures 4 years ago
merge-base.c
merge-file.c xdiff: implement a zealous diff3, or "zdiff3" 3 years ago
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c run-command API users: use strvec_pushl(), not argv construction 3 years ago
mktag.c fsck: report invalid object type-path combinations 3 years ago
mktree.c
multi-pack-index.c builtin/multi-pack-index.c: don't leak concatenated options 3 years ago
mv.c mv: refuse to move sparse paths 3 years ago
name-rev.c name-rev: prefer shorter names over following merges 3 years ago
notes.c Merge branch 'ak/protect-any-current-branch' 3 years ago
pack-objects.c Merge branch 'ab/die-with-bug' 3 years ago
pack-redundant.c
pack-refs.c
patch-id.c
prune-packed.c
prune.c repack, prune: drop GIT_REF_PARANOIA settings 3 years ago
pull.c Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge' 3 years ago
push.c advice: remove read uses of most global `advice_` variables 4 years ago
range-diff.c
read-tree.c Change unpack_trees' 'reset' flag into an enum 3 years ago
rebase.c Merge branch 'js/retire-preserve-merges' 3 years ago
receive-pack.c Merge branch 'ak/protect-any-current-branch' 3 years ago
reflog.c reflog: free() ref given to us by dwim_log() 3 years ago
remote-ext.c
remote-fd.c
remote.c Merge branch 'ab/designated-initializers-more' 3 years ago
repack.c Merge branch 'po/size-t-for-vs' 3 years ago
replace.c run-command API users: use strvec_pushl(), not argv construction 3 years ago
rerere.c
reset.c Merge branch 'vd/sparse-reset' 3 years ago
rev-list.c
rev-parse.c refs: drop "broken" flag from for_each_fullref_in() 3 years ago
revert.c Merge branch 'ds/mergies-with-sparse-index' 3 years ago
rm.c Merge branch 'ds/add-rm-with-sparse-index' 3 years ago
send-pack.c Merge branch 'jk/http-push-status-fix' 3 years ago
shortlog.c parse-options.[ch]: consistently use "enum parse_opt_result" 3 years ago
show-branch.c show-branch: show reflog message 3 years ago
show-index.c
show-ref.c
sparse-checkout.c sparse-checkout: clear tracked sparse dirs 3 years ago
stash.c stash: get rid of unused argument in stash_staged() 3 years ago
stripspace.c
submodule--helper.c Merge branch 'mp/absorb-submodule-git-dir-upon-deinit' 3 years ago
symbolic-ref.c
tag.c for-each-ref: delay parsing of --sort=<atom> options 3 years ago
unpack-file.c
unpack-objects.c
update-index.c use xopen() to handle fatal open(2) failures 4 years ago
update-ref.c update-ref: fix streaming of status updates 3 years ago
update-server-info.c
upload-archive.c upload-archive: use regular "struct child_process" pattern 3 years ago
upload-pack.c upload-pack: document and rename --advertise-refs 4 years ago
var.c var: add GIT_DEFAULT_BRANCH variable 3 years ago
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c Merge branch 'es/worktree-chatty-to-stderr' 3 years ago
write-tree.c