..
add.c
add: remove support for `git-legacy-stash`
3 years ago
am.c
Merge branch 'ab/config-based-hooks-2'
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
Merge branch 'js/branch-track-inherit'
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: s/_/-/ in typo'd usage_msg_optf() message
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/remerge-diff'
3 years ago
clean.c
clean: do not attempt to remove startup_info->original_cwd
3 years ago
clone.c
Merge branch 'jt/clone-not-quite-empty'
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
i18n: turn even more messages into "cannot be used together" ones
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
i18n: turn even more messages into "cannot be used together" ones
3 years ago
diff-files.c
…
diff-index.c
diff-index: restore -c/--cc options handling
3 years ago
diff-tree.c
i18n: refactor "foo and bar are mutually exclusive"
3 years ago
diff.c
builtin/diff.c: fix "git-diff" usage string typo
3 years ago
difftool.c
i18n: turn "options are incompatible" into "cannot be used together"
3 years ago
env--helper.c
…
fast-export.c
Merge branch 'ja/i18n-similar-messages'
3 years ago
fast-import.c
usage.c API users: use die_message() for "fatal :" + exit 128
3 years ago
fetch-pack.c
…
fetch.c
Merge branch 'tg/fetch-prune-exit-code-fix'
3 years ago
fmt-merge-msg.c
merge: allow to pretend a merge is made into a different branch
3 years ago
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 'ab/config-based-hooks-2'
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
hook.c
git hook run: add an --ignore-missing flag
3 years ago
index-pack.c
i18n: factorize "--foo requires --bar" and the like
3 years ago
init-db.c
i18n: refactor "foo and bar are mutually exclusive"
3 years ago
interpret-trailers.c
…
log.c
Merge branch 'en/remerge-diff'
3 years ago
ls-files.c
Merge branch 'ja/i18n-similar-messages'
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
Merge branch 'en/plug-leaks-in-merge'
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.c: use strbuf_getline instead of limited size buffer
3 years ago
notes.c
Merge branch 'ab/usage-die-message'
3 years ago
pack-objects.c
i18n: turn "options are incompatible" into "cannot be used together"
3 years ago
pack-redundant.c
…
pack-refs.c
…
patch-id.c
…
prune-packed.c
…
prune.c
Merge branch 'ns/tmp-objdir'
3 years ago
pull.c
Merge branch 'pb/pull-rebase-autostash-fix'
3 years ago
push.c
i18n: turn "options are incompatible" into "cannot be used together"
3 years ago
range-diff.c
…
read-tree.c
Change unpack_trees' 'reset' flag into an enum
3 years ago
rebase.c
Merge branch 'ab/config-based-hooks-2'
3 years ago
receive-pack.c
Merge branch 'ab/config-based-hooks-2'
3 years ago
reflog.c
builtin/reflog.c: use parse-options api for expire, delete subcommands
3 years ago
remote-ext.c
…
remote-fd.c
…
remote.c
Merge branch 'ab/designated-initializers-more'
3 years ago
repack.c
Merge branch 'ja/i18n-similar-messages'
3 years ago
replace.c
run-command API users: use strvec_pushl(), not argv construction
3 years ago
rerere.c
…
reset.c
i18n: turn even more messages into "cannot be used together" ones
3 years ago
rev-list.c
i18n: turn even more messages into "cannot be used together" ones
3 years ago
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 'ja/i18n-similar-messages'
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
i18n: turn "options are incompatible" into "cannot be used together"
3 years ago
show-index.c
…
show-ref.c
…
sparse-checkout.c
Merge branch 'en/sparse-checkout-leakfix'
3 years ago
stash.c
Merge branch 'js/no-more-legacy-stash'
3 years ago
stripspace.c
…
submodule--helper.c
i18n: refactor "foo and bar are mutually exclusive"
3 years ago
symbolic-ref.c
…
tag.c
i18n: tag.c factorize i18n strings
3 years ago
unpack-file.c
…
unpack-objects.c
…
update-index.c
update-index: refresh should rewrite index in case of racy timestamps
3 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 'ab/config-based-hooks-2'
3 years ago
write-tree.c
…