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.
 
 
 
 
 
 
Eric Sunshine cbdf60fa18 worktree: add -b/-B options 10 years ago
..
add.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
annotate.c annotate: use argv_array 11 years ago
apply.c Merge branch 'rs/more-uses-of-skip-prefix' 10 years ago
archive.c
bisect--helper.c
blame.c refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
branch.c use new wrapper write_file() for simple file writing 10 years ago
bundle.c
cat-file.c use skip_prefix() to avoid more magic numbers 10 years ago
check-attr.c
check-ignore.c
check-mailmap.c
check-ref-format.c
checkout-index.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
checkout.c checkout: drop 'checkout_opts' dependency from prepare_linked_checkout 10 years ago
clean.c Merge branch 'jn/parse-config-slot' 10 years ago
clone.c path.c: make get_pathname() call sites return const char * 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 commit: use SEQ_DIR instead of hardcoding "sequencer" 10 years ago
config.c Merge branch 'jn/parse-config-slot' 10 years ago
count-objects.c count-objects: report unused files in $GIT_DIR/worktrees/... 10 years ago
credential.c
describe.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
diff-files.c
diff-index.c
diff-tree.c diff-tree: avoid lookup_unknown_object 11 years ago
diff.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
fast-export.c teach fast-export an --anonymize option 11 years ago
fetch-pack.c
fetch.c path.c: make get_pathname() call sites return const char * 10 years ago
fmt-merge-msg.c refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
for-each-ref.c Merge branch 'rs/ref-transaction' 10 years ago
fsck.c path.c: make get_pathname() call sites return const char * 10 years ago
gc.c worktree: new place for "git prune --worktrees" 10 years ago
get-tar-commit-id.c use skip_prefix() to avoid more magic numbers 10 years ago
grep.c make add_object_array_with_context interface more sane 10 years ago
hash-object.c hash-object: add --literally option 10 years ago
help.c doc: add 'everyday' to 'git help' 10 years ago
index-pack.c index-pack: fix compilation with NO_PTHREADS 10 years ago
init-db.c use new wrapper write_file() for simple file writing 10 years ago
interpret-trailers.c trailer: add interpret-trailers command 10 years ago
log.c Merge branch 'rs/ref-transaction' 10 years ago
ls-files.c grammofix in user-facing messages 11 years ago
ls-remote.c builtin/ls-remote.c: rearrange xcalloc arguments 11 years ago
ls-tree.c
mailinfo.c mailinfo: work around -Wstring-plus-int warning 10 years ago
mailsplit.c mailsplit: remove unnecessary unlink(2) call 10 years ago
merge-base.c
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c merge-tree: remove unused df_conflict arguments 11 years ago
merge.c refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
mktag.c
mktree.c
mv.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
name-rev.c use xstrfmt to replace xmalloc + strcpy/strcat 11 years ago
notes.c refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
pack-objects.c Merge branch 'jk/prune-mtime' 10 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-packed: use for_each_loose_file_in_objdir 10 years ago
prune.c worktree: new place for "git prune --worktrees" 10 years ago
push.c push: heed user.signingkey for signed pushes 10 years ago
read-tree.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
receive-pack.c path.c: make get_pathname() call sites return const char * 10 years ago
reflog.c reflog: avoid constructing .lock path with git_path 10 years ago
remote-ext.c use skip_prefix() to avoid more magic numbers 10 years ago
remote-fd.c
remote.c path.c: make get_pathname() call sites return const char * 10 years ago
repack.c path.c: make get_pathname() call sites return const char * 10 years ago
replace.c refs.c: pass the ref log message to _create/delete/update instead of _commit 10 years ago
rerere.c rerere: fix for merge.conflictstyle 11 years ago
reset.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
rev-list.c commit: record buffer length in cache 11 years ago
rev-parse.c setup.c: support multi-checkout repo setup 10 years ago
revert.c
rm.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
send-pack.c Merge branch 'jc/push-cert' 10 years ago
shortlog.c
show-branch.c refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
show-ref.c
stripspace.c
symbolic-ref.c refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
tag.c refs.c: pass the ref log message to _create/delete/update instead of _commit 10 years ago
unpack-file.c
unpack-objects.c fsck_object(): allow passing object data separately from the object itself 11 years ago
update-index.c lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
update-ref.c refs.c: pass the ref log message to _create/delete/update instead of _commit 10 years ago
update-server-info.c
upload-archive.c
var.c
verify-commit.c verify-commit: scriptable commit signature verification 11 years ago
verify-pack.c run-command: introduce CHILD_PROCESS_INIT 11 years ago
verify-tag.c
worktree.c worktree: add -b/-B options 10 years ago
write-tree.c