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.
 
 
 
 
 
 
Nguyễn Thái Ngọc Duy d3b9ac07eb worktree.c: make find_shared_symref() return struct worktree * 9 years ago
..
add.c Merge branch 'jc/add-u-A-default-to-top' into maint 9 years ago
am.c Merge branch 'jc/am-i-v-fix' into maint 9 years ago
annotate.c
apply.c Merge branch 'cc/apply' 9 years ago
archive.c
bisect--helper.c
blame.c Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' 9 years ago
branch.c worktree.c: make find_shared_symref() return struct worktree * 9 years ago
bundle.c
cat-file.c cat-file: read batch stream with strbuf_getline() 9 years ago
check-attr.c give "nbuf" strbuf a more meaningful name 9 years ago
check-ignore.c give "nbuf" strbuf a more meaningful name 9 years ago
check-mailmap.c strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
check-ref-format.c use xmallocz to avoid size arithmetic 9 years ago
checkout-index.c checkout-index: disallow "--no-stage" option 9 years ago
checkout.c Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint 9 years ago
clean.c Merge branch 'jk/tighten-alloc' 9 years ago
clone.c Merge branch 'sb/submodule-parallel-update' 9 years ago
column.c column: read lines with strbuf_getline() 9 years ago
commit-tree.c Convert struct object to object_id 9 years ago
commit.c Merge branch 'ss/commit-squash-msg' 9 years ago
config.c Merge branch 'jk/config-get-urlmatch' 9 years ago
count-objects.c
credential.c
describe.c Remove get_object_hash. 9 years ago
diff-files.c
diff-index.c
diff-tree.c Remove get_object_hash. 9 years ago
diff.c diff: activate diff.renames by default 9 years ago
fast-export.c convert trivial cases to ALLOC_ARRAY 9 years ago
fetch-pack.c fetch-pack: fix object_id of exact sha1 9 years ago
fetch.c Merge branch 'sb/submodule-parallel-update' 9 years ago
fmt-merge-msg.c Merge branch 'rs/pop-commit' into maint 9 years ago
for-each-ref.c ref-filter: add option to match literal pattern 9 years ago
fsck.c Remove get_object_hash. 9 years ago
gc.c Merge branch 'dk/gc-idx-wo-pack' into maint 9 years ago
get-tar-commit-id.c usage: do not insist that standard input must come from a file 9 years ago
grep.c Merge branch 'jk/tighten-alloc' into maint 9 years ago
hash-object.c Merge branch 'jk/options-cleanup' 9 years ago
help.c convert trivial cases to FLEX_ARRAY macros 9 years ago
index-pack.c Merge branch 'jc/index-pack' 9 years ago
init-db.c Merge branch 'jk/check-repository-format' 9 years ago
interpret-trailers.c interpret-trailers: add option for in-place editing 9 years ago
log.c Merge branch 'lt/pretty-expand-tabs' 9 years ago
ls-files.c Merge branch 'jk/options-cleanup' 9 years ago
ls-remote.c ls-remote: add support for showing symrefs 9 years ago
ls-tree.c convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
mailinfo.c mailinfo: libify 9 years ago
mailsplit.c mailsplit: make PATH_MAX buffers dynamic 9 years ago
merge-base.c convert trivial cases to ALLOC_ARRAY 9 years ago
merge-file.c Merge branch 'jk/merge-file-exit-code' into maint 9 years ago
merge-index.c use sha1_to_hex_r() instead of strcpy 9 years ago
merge-ours.c
merge-recursive.c convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
merge-tree.c use xmallocz to avoid size arithmetic 9 years ago
merge.c Merge branch 'jc/merge-refuse-new-root' 9 years ago
mktag.c usage: do not insist that standard input must come from a file 9 years ago
mktree.c Merge branch 'jk/tighten-alloc' 9 years ago
mv.c use st_add and st_mult for allocation size computation 9 years ago
name-rev.c Remove get_object_hash. 9 years ago
notes.c worktree.c: make find_shared_symref() return struct worktree * 9 years ago
pack-objects.c Merge branch 'jk/path-name-safety-2.6' into jk/path-name-safety-2.7 9 years ago
pack-redundant.c convert trivial cases to ALLOC_ARRAY 9 years ago
pack-refs.c
patch-id.c usage: do not insist that standard input must come from a file 9 years ago
prune-packed.c
prune.c Merge branch 'jk/repository-extension' into maint 9 years ago
pull.c pull --rebase: add --[no-]autostash flag 9 years ago
push.c Merge branch 'mm/push-default-warning' 9 years ago
read-tree.c convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
receive-pack.c builtin/receive-pack.c: use parse_options API 9 years ago
reflog.c convert trivial cases to FLEX_ARRAY macros 9 years ago
remote-ext.c convert manual allocations to argv_array 9 years ago
remote-fd.c
remote.c Merge branch 'ps/config-error' 9 years ago
repack.c strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
replace.c Convert struct object to object_id 9 years ago
rerere.c Sync with 2.6.1 9 years ago
reset.c Remove get_object_hash. 9 years ago
rev-list.c Merge branch 'jk/path-name-safety-2.6' into jk/path-name-safety-2.7 9 years ago
rev-parse.c Merge branch 'jk/rev-parse-local-env-vars' 9 years ago
revert.c
rm.c Merge branch 'nd/ita-cleanup' into maint 9 years ago
send-pack.c Merge branch 'sk/send-pack-all-fix' 9 years ago
shortlog.c Merge branch 'jk/shortlog' 9 years ago
show-branch.c Merge branch 'rs/show-branch-argv-array' into maint 9 years ago
show-ref.c show-ref: stop using PARSE_OPT_NO_INTERNAL_HELP 9 years ago
stripspace.c stripspace: call U+0020 a "space" instead of a "blank" 9 years ago
submodule--helper.c Merge branch 'jk/submodule-c-credential' 9 years ago
symbolic-ref.c symbolic-ref: propagate error code from create_symref() 9 years ago
tag.c tag: add the option to force signing of annotated tags 9 years ago
unpack-file.c convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
unpack-objects.c Remove get_object_hash. 9 years ago
update-index.c Merge branch 'jk/options-cleanup' 9 years ago
update-ref.c
update-server-info.c
upload-archive.c upload-archive: convert sprintf to strbuf 9 years ago
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c worktree: add: introduce --checkout option 9 years ago
write-tree.c