..
add.c
Merge branch 'fr/add-interactive-argv-array'
11 years ago
annotate.c
…
apply.c
Merge branch 'jc/apply-ignore-whitespace'
11 years ago
archive.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
bisect--helper.c
Replace deprecated OPT_BOOLEAN by OPT_BOOL
12 years ago
blame.c
blame: dynamic blame_date_width for different locales
11 years ago
branch.c
use wildmatch() directly without fnmatch() wrapper
11 years ago
bundle.c
…
cat-file.c
Merge branch 'jk/warn-on-object-refname-ambiguity'
11 years ago
check-attr.c
Merge branch 'jc/check-attr-honor-working-tree' into maint
11 years ago
check-ignore.c
Merge branch 'dw/check-ignore-sans-index'
11 years ago
check-mailmap.c
builtin: add git-check-mailmap command
12 years ago
check-ref-format.c
…
checkout-index.c
Merge branch 'nd/lift-path-max'
11 years ago
checkout.c
Merge branch 'mh/ref-transaction'
11 years ago
clean.c
Merge branch 'jl/nor-or-nand-and'
11 years ago
clone.c
refs.h: rename the action_on_err constants
11 years ago
column.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
commit-tree.c
commit-tree: add and document --no-gpg-sign
11 years ago
commit.c
Merge branch 'jk/commit-C-pick-empty'
11 years ago
config.c
config: teach "git config --file -" to read from the standard input
11 years ago
count-objects.c
…
credential.c
…
describe.c
Merge branch 'nd/no-more-fnmatch'
11 years ago
diff-files.c
convert read_cache_preload() to take struct pathspec
12 years ago
diff-index.c
convert read_cache_preload() to take struct pathspec
12 years ago
diff-tree.c
…
diff.c
Merge branch 'tg/diff-no-index-refactor'
11 years ago
fast-export.c
Merge branch 'cc/starts-n-ends-with'
11 years ago
fetch-pack.c
Merge branch 'nd/shallow-clone'
11 years ago
fetch.c
Merge branch 'ep/varscope'
11 years ago
fmt-merge-msg.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
for-each-ref.c
use wildmatch() directly without fnmatch() wrapper
11 years ago
fsck.c
Merge branch 'mh/replace-refs-variable-rename'
11 years ago
gc.c
Merge branch 'nd/gc-aggressive'
11 years ago
get-tar-commit-id.c
stop installing git-tar-tree link
11 years ago
grep.c
pathspec: convert some match_pathspec_depth() to dir_path_match()
11 years ago
hash-object.c
hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP
12 years ago
help.c
builtin/help.c: speed up is_git_command() by checking for builtin commands first
11 years ago
index-pack.c
Merge branch 'nd/index-pack-one-fd-per-thread'
11 years ago
init-db.c
i18n: only extract comments marked with "TRANSLATORS:"
11 years ago
log.c
comments: fix misuses of "nor"
11 years ago
ls-files.c
pathspec: pass directory indicator to match_pathspec_item()
11 years ago
ls-remote.c
use wildmatch() directly without fnmatch() wrapper
11 years ago
ls-tree.c
pathspec: rename match_pathspec_depth() to match_pathspec()
11 years ago
mailinfo.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
mailsplit.c
…
merge-base.c
Merge branch 'bm/merge-base-octopus-dedup' into maint
11 years ago
merge-file.c
Replace deprecated OPT_BOOLEAN by OPT_BOOL
12 years ago
merge-index.c
Convert "struct cache_entry *" to "const ..." wherever possible
12 years ago
merge-ours.c
…
merge-recursive.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
merge-tree.c
…
merge.c
Merge branch 'fc/merge-default-to-upstream'
11 years ago
mktag.c
…
mktree.c
builtin/mktree.c: use ALLOC_GROW() in append_to_tree()
11 years ago
mv.c
Merge branch 'jk/mv-submodules-fix'
11 years ago
name-rev.c
use wildmatch() directly without fnmatch() wrapper
11 years ago
notes.c
Merge branch 'mh/ref-transaction'
11 years ago
pack-objects.c
Merge branch 'jk/pack-bitmap'
11 years ago
pack-redundant.c
…
pack-refs.c
…
patch-id.c
…
prune-packed.c
i18n: mark all progress lines for translation
11 years ago
prune.c
Merge branch 'mh/replace-refs-variable-rename'
11 years ago
push.c
Merge branch 'cc/starts-n-ends-with-endgame'
11 years ago
read-tree.c
C: have space around && and || operators
11 years ago
receive-pack.c
shallow: automatically clean up shallow tempfiles
11 years ago
reflog.c
use wildmatch() directly without fnmatch() wrapper
11 years ago
remote-ext.c
…
remote-fd.c
…
remote.c
Merge branch 'cc/starts-n-ends-with'
11 years ago
repack.c
Merge branch 'jk/repack-pack-keep-objects'
11 years ago
replace.c
Merge branch 'mh/replace-refs-variable-rename'
11 years ago
rerere.c
rerere: fix for merge.conflictstyle
11 years ago
reset.c
refs.h: rename the action_on_err constants
11 years ago
rev-list.c
Merge branch 'jk/pack-bitmap'
11 years ago
rev-parse.c
rev-parse --parseopt: option argument name hints
11 years ago
revert.c
parse-options: multi-word argh should use dash to separate words
11 years ago
rm.c
Merge branch 'nd/submodule-pathspec-ending-with-slash'
11 years ago
send-pack.c
Merge branch 'nd/shallow-clone'
11 years ago
shortlog.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
show-branch.c
use wildmatch() directly without fnmatch() wrapper
11 years ago
show-ref.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
stripspace.c
builtin/stripspace.c: fix broken indentation
12 years ago
symbolic-ref.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
tag.c
git tag --contains: avoid stack overflow
11 years ago
unpack-file.c
…
unpack-objects.c
Merge branch 'mh/replace-refs-variable-rename'
11 years ago
update-index.c
update-index: teach --cacheinfo a new syntax "mode,sha1,path"
11 years ago
update-ref.c
update-ref --stdin: reimplement using reference transactions
11 years ago
update-server-info.c
…
upload-archive.c
replace {pre,suf}fixcmp() with {starts,ends}_with()
11 years ago
var.c
…
verify-pack.c
…
verify-tag.c
…
write-tree.c
…