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 39177c7f18 Merge branch 'mg/verify-commit' 10 years ago
..
add.c
annotate.c
apply.c Merge branch 'jk/xstrfmt' 10 years ago
archive.c
bisect--helper.c
blame.c Merge branch 'jk/commit-buffer-length' 10 years ago
branch.c refactor skip_prefix to return a boolean 11 years ago
bundle.c
cat-file.c
check-attr.c
check-ignore.c
check-mailmap.c
check-ref-format.c
checkout-index.c
checkout.c use skip_prefix to avoid repeating strings 11 years ago
clean.c Merge branch 'maint-1.8.5' into maint 10 years ago
clone.c Merge branch 'jc/fix-clone-single-starting-at-a-tag' 10 years ago
column.c
commit-tree.c commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
commit.c Merge branch 'jk/skip-prefix' 10 years ago
config.c Merge branch 'jk/daemon-tolower' 11 years ago
count-objects.c
credential.c
describe.c
diff-files.c
diff-index.c
diff-tree.c diff-tree: call free_commit_list() instead of duplicating its code 10 years ago
diff.c
fast-export.c Merge branch 'jk/commit-buffer-length' 10 years ago
fetch-pack.c
fetch.c Merge branch 'jk/xstrfmt' 10 years ago
fmt-merge-msg.c Merge branch 'jk/xstrfmt' 10 years ago
for-each-ref.c Use starts_with() for C strings instead of memcmp() 11 years ago
fsck.c provide a helper to free commit buffer 11 years ago
gc.c Merge branch 'nd/daemonize-gc' into maint 11 years ago
get-tar-commit-id.c
grep.c Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint 11 years ago
hash-object.c
help.c
index-pack.c Merge branch 'jk/commit-buffer-length' 10 years ago
init-db.c i18n: only extract comments marked with "TRANSLATORS:" 11 years ago
log.c Merge branch 'jk/skip-prefix' 10 years ago
ls-files.c
ls-remote.c builtin/ls-remote.c: rearrange xcalloc arguments 11 years ago
ls-tree.c
mailinfo.c Merge branch 'rs/mailinfo-header-cmp' into maint 11 years ago
mailsplit.c
merge-base.c
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c Merge branch 'mg/verify-commit' 10 years ago
mktag.c
mktree.c
mv.c Merge branch 'dt/merge-recursive-case-insensitive' into maint 11 years ago
name-rev.c use xstrfmt to replace xmalloc + strcpy/strcat 11 years ago
notes.c Merge branch 'mh/ref-transaction' 11 years ago
pack-objects.c Merge branch 'jk/repack-pack-writebitmaps-config' 11 years ago
pack-redundant.c
pack-refs.c
patch-id.c patch-id: make it stable against hunk reordering 11 years ago
prune-packed.c
prune.c
push.c refactor skip_prefix to return a boolean 11 years ago
read-tree.c
receive-pack.c use xstrdup instead of xmalloc + strcpy 11 years ago
reflog.c refs.c: add new functions reflog_exists and delete_reflog 11 years ago
remote-ext.c
remote-fd.c
remote.c refactor skip_prefix to return a boolean 11 years ago
repack.c Merge branch 'jk/repack-pack-writebitmaps-config' 11 years ago
replace.c replace: add --edit to usage string 11 years ago
rerere.c rerere: fix for merge.conflictstyle 11 years ago
reset.c Merge branch 'jk/commit-buffer-length' 10 years ago
rev-list.c commit: record buffer length in cache 11 years ago
rev-parse.c
revert.c
rm.c
send-pack.c
shortlog.c
show-branch.c use xstrfmt to replace xmalloc + sprintf 11 years ago
show-ref.c
stripspace.c
symbolic-ref.c
tag.c enums: remove trailing ',' after last item in enum 10 years ago
unpack-file.c
unpack-objects.c
update-index.c update-index: fix segfault with missing --cacheinfo argument 11 years ago
update-ref.c
update-server-info.c
upload-archive.c
var.c
verify-commit.c verify-commit: scriptable commit signature verification 11 years ago
verify-pack.c
verify-tag.c
write-tree.c