summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Merge branch 'jh/empty-notes'Libravatar Junio C Hamano1-123/+135
2014-12-05Merge branch 'jk/checkout-from-tree'Libravatar Junio C Hamano1-0/+18
2014-12-01receive-pack: refactor updateInstead codepathLibravatar Junio C Hamano1-25/+28
2014-12-01ls-tree: disable negative pathspec because it's not supportedLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2014-12-01ls-tree: remove path filtering logic in show_treeLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseLibravatar Nguyễn Thái Ngọc Duy3-9/+10
2014-12-01checkout: do not fail if target is an empty directoryLibravatar Max Kirillov1-1/+1
2014-12-01checkout: don't require a work tree when checking out into a new oneLibravatar Dennis Kaarsemaker1-0/+3
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Libravatar Nguyễn Thái Ngọc Duy1-1/+3
2014-12-01gc: support prune --worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+10
2014-12-01gc: factor out gc.pruneexpire parsing codeLibravatar Nguyễn Thái Ngọc Duy1-10/+12
2014-12-01gc: style change -- no SP before closing parenthesisLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01checkout: clean up half-prepared directories in --to modeLibravatar Nguyễn Thái Ngọc Duy1-0/+48
2014-12-01checkout: reject if the branch is already checked out elsewhereLibravatar Nguyễn Thái Ngọc Duy1-2/+84
2014-12-01prune: strategies for linked checkoutsLibravatar Nguyễn Thái Ngọc Duy2-2/+112
2014-12-01checkout: support checking out into a new working directoryLibravatar Nguyễn Thái Ngọc Duy1-2/+93
2014-12-01use new wrapper write_file() for simple file writingLibravatar Nguyễn Thái Ngọc Duy2-9/+2
2014-12-01setup.c: support multi-checkout repo setupLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01reflog: avoid constructing .lock path with git_pathLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01git_path(): be aware of file relocation in $GIT_DIRLibravatar Nguyễn Thái Ngọc Duy1-0/+7
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Libravatar Nguyễn Thái Ngọc Duy1-5/+8
2014-12-01path.c: make get_pathname() call sites return const char *Libravatar Nguyễn Thái Ngọc Duy7-14/+18
2014-11-30for-each-ref: correct spelling of Tcl in option descriptionLibravatar Ralf Thielow1-1/+1
2014-11-30push: truly use "simple" as default, not "upstream"Libravatar Jeff King1-4/+4
2014-11-30receive-pack: add another option for receive.denyCurrentBranchLibravatar Johannes Schindelin1-2/+91
2014-11-30system_path(): always return free'able memory to the callerLibravatar Junio C Hamano2-7/+17
2014-11-25git-mailinfo: add --message-idLibravatar Paolo Bonzini1-1/+21
2014-11-25sort_string_list(): rename to string_list_sort()Libravatar Michael Haggerty4-9/+9
2014-11-25prune_remote(): iterate using for_each_string_list_item()Libravatar Michael Haggerty1-8/+6
2014-11-25prune_remote(): rename local variableLibravatar Michael Haggerty1-6/+6
2014-11-25repack_without_refs(): make the refnames argument a string_listLibravatar Michael Haggerty1-12/+2
2014-11-25prune_remote(): sort delete_refs_list references en masseLibravatar Michael Haggerty1-1/+2
2014-11-25prune_remote(): initialize both delete_refs lists in a single loopLibravatar Michael Haggerty1-6/+9
2014-11-25prune_remote(): exit early if there are no stale referencesLibravatar Michael Haggerty1-18/+21
2014-11-21init-db: improve the filemode trustability checkLibravatar Torsten Bögershausen1-0/+2
2014-11-21add: ignore only ignored filesLibravatar Michael J Gruber1-1/+1
2014-11-20config: fix parsing of "git config --get-color some.key -1"Libravatar Jeff King1-14/+13
2014-11-18builtin/push.c: fix description of --recurse-submodules optionLibravatar Ralf Thielow1-1/+1
2014-11-18create_default_files(): don't set u+x bit on $GIT_DIR/configLibravatar Michael Haggerty1-1/+2
2014-11-17apply: fix typo in an error messageLibravatar Slavomir Vlcek1-1/+1
2014-11-17cmd_config(): make a copy of path obtained from git_path()Libravatar Michael Haggerty1-2/+5
2014-11-17use labs() for variables of type long instead of abs()Libravatar René Scharfe1-1/+1
2014-11-13checkout $tree: do not throw away unchanged index entriesLibravatar Jeff King1-0/+18
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesLibravatar Johan Herland1-6/+11
2014-11-12builtin/notes: split create_note() to clarify add vs. remove logicLibravatar Johan Herland1-49/+54
2014-11-12builtin/notes: simplify early exit code in add()Libravatar Johan Herland1-18/+17
2014-11-11Merge branch 'rs/clean-menu-item-defn' into maintLibravatar Junio C Hamano1-1/+1
2014-11-10builtin/notes: refactor note file path into struct note_dataLibravatar Johan Herland1-17/+21
2014-11-10builtin/notes: improve namingLibravatar Johan Herland1-55/+54