summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-12-12expire_reflog(): move verbose to flags argumentMichael Haggerty1-8/+8
2014-12-12expire_reflog(): pass flags through to expire_reflog_ent()Michael Haggerty1-0/+2
2014-12-12struct expire_reflog_cb: a new callback data typeMichael Haggerty1-17/+26
2014-12-12Rename expire_reflog_cb to expire_reflog_policy_cbMichael Haggerty1-9/+10
2014-12-12expire_reflog(): move updateref to flags argumentMichael Haggerty1-6/+6
2014-12-12expire_reflog(): move dry_run to flags argumentMichael Haggerty1-5/+8
2014-12-12expire_reflog(): add a "flags" argumentMichael Haggerty1-4/+6
2014-12-12expire_reflog(): extract two policy-related functionsMichael Haggerty1-42/+52
2014-12-12Extract function should_expire_reflog_ent()Michael Haggerty1-27/+41
2014-12-12expire_reflog(): use a lock_file for rewriting the reflog fileMichael Haggerty1-19/+41
2014-12-12expire_reflog(): return early if the reference has no reflogMichael Haggerty1-3/+5
2014-12-12expire_reflog(): rename "ref" parameter to "refname"Michael Haggerty1-8/+8
2014-12-12expire_reflog(): it's not an each_ref_fn anymoreMichael Haggerty1-5/+5
2014-12-12use strbuf_complete_line() for adding a newline if neededRené Scharfe1-2/+1
2014-12-11commit: always populate GIT_AUTHOR_* variablesJeff King1-21/+5
2014-12-11commit: loosen ident checks when generating templateJeff King1-9/+14
2014-12-11update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty1-9/+5
2014-12-09branch: allow -f with -m and -dMichael J Gruber1-4/+9
2014-12-09index-pack: terminate object buffers with NULDuy Nguyen2-3/+3
2014-12-05Merge branch 'mh/config-flip-xbit-back-after-checking'Junio C Hamano1-1/+2
2014-12-05Merge branch 'rs/receive-pack-use-labs'Junio C Hamano1-1/+1
2014-12-05Merge branch 'jh/empty-notes'Junio C Hamano1-123/+135
2014-12-05Merge branch 'jk/checkout-from-tree'Junio C Hamano1-0/+18
2014-12-01receive-pack: refactor updateInstead codepathJunio C Hamano1-25/+28
2014-12-01ls-tree: disable negative pathspec because it's not supportedNguyễn Thái Ngọc Duy1-1/+2
2014-12-01ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy1-7/+7
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy3-9/+10
2014-12-01checkout: do not fail if target is an empty directoryMax Kirillov1-1/+1
2014-12-01checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker1-0/+3
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy1-1/+3
2014-12-01gc: support prune --worktreesNguyễn Thái Ngọc Duy1-0/+10
2014-12-01gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy1-10/+12
2014-12-01gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy1-1/+1
2014-12-01checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy1-0/+48
2014-12-01checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy1-2/+84
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2-2/+112
2014-12-01checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy1-2/+93
2014-12-01use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2-9/+2
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy1-0/+4
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy1-1/+1
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy1-0/+7
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy1-5/+8
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy7-14/+18
2014-11-30for-each-ref: correct spelling of Tcl in option descriptionRalf Thielow1-1/+1
2014-11-30push: truly use "simple" as default, not "upstream"Jeff King1-4/+4
2014-11-30receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin1-2/+91
2014-11-30system_path(): always return free'able memory to the callerJunio C Hamano2-7/+17
2014-11-25git-mailinfo: add --message-idPaolo Bonzini1-1/+21
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty4-9/+9