summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-12-12expire_reflog(): move verbose to flags argumentLibravatar Michael Haggerty1-8/+8
2014-12-12expire_reflog(): pass flags through to expire_reflog_ent()Libravatar Michael Haggerty1-0/+2
2014-12-12struct expire_reflog_cb: a new callback data typeLibravatar Michael Haggerty1-17/+26
2014-12-12Rename expire_reflog_cb to expire_reflog_policy_cbLibravatar Michael Haggerty1-9/+10
2014-12-12expire_reflog(): move updateref to flags argumentLibravatar Michael Haggerty1-6/+6
2014-12-12expire_reflog(): move dry_run to flags argumentLibravatar Michael Haggerty1-5/+8
2014-12-12expire_reflog(): add a "flags" argumentLibravatar Michael Haggerty1-4/+6
2014-12-12expire_reflog(): extract two policy-related functionsLibravatar Michael Haggerty1-42/+52
2014-12-12Extract function should_expire_reflog_ent()Libravatar Michael Haggerty1-28/+42
2014-12-12expire_reflog(): use a lock_file for rewriting the reflog fileLibravatar Michael Haggerty1-19/+41
2014-12-12expire_reflog(): return early if the reference has no reflogLibravatar Michael Haggerty1-3/+5
2014-12-12expire_reflog(): rename "ref" parameter to "refname"Libravatar Michael Haggerty1-8/+8
2014-12-12expire_reflog(): it's not an each_ref_fn anymoreLibravatar Michael Haggerty1-5/+5
2014-12-12use strbuf_complete_line() for adding a newline if neededLibravatar René Scharfe1-2/+1
2014-12-11commit: always populate GIT_AUTHOR_* variablesLibravatar Jeff King1-21/+5
2014-12-11commit: loosen ident checks when generating templateLibravatar Jeff King1-9/+14
2014-12-11update-ref: fix "verify" command with missing <oldvalue>Libravatar Michael Haggerty1-9/+5
2014-12-09branch: allow -f with -m and -dLibravatar Michael J Gruber1-4/+9
2014-12-09index-pack: terminate object buffers with NULLibravatar Duy Nguyen2-3/+3
2014-12-05Merge branch 'mh/config-flip-xbit-back-after-checking'Libravatar Junio C Hamano1-1/+2
2014-12-05Merge branch 'rs/receive-pack-use-labs'Libravatar Junio C Hamano1-1/+1
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-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