summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-06-23fsck: support demoting errors to warningsJohannes Schindelin1-0/+12
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin3-2/+24
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Junio C Hamano1-1/+0
2015-06-22parse-options: move unsigned long option parsing out of pack-objects.cCharles Bailey1-21/+4
2015-06-22cat-file: add --batch-all-objects optionJeff King1-2/+42
2015-06-22cat-file: split batch_one_object into two stagesJeff King1-16/+23
2015-06-22cat-file: stop returning value from batch_one_objectJeff King1-12/+6
2015-06-22cat-file: add --buffer optionJeff King1-7/+19
2015-06-22cat-file: move batch_options definition to top of fileJeff King1-6/+7
2015-06-22cat-file: minor style fix in options listJeff King1-1/+1
2015-06-22verify-tag: add option to print raw gpg status informationbrian m. carlson1-6/+11
2015-06-22verify-commit: add option to print raw gpg status informationbrian m. carlson1-5/+10
2015-06-22gpg: centralize printing signature buffersbrian m. carlson2-10/+6
2015-06-22gpg: centralize signature checkbrian m. carlson2-4/+6
2015-06-22verify-tag: share code with verify-commitbrian m. carlson1-1/+8
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty2-2/+9
2015-06-22cmd_update_ref(): make logic more straightforwardMichael Haggerty1-3/+10
2015-06-22check_branch_commit(): make first parameter constMichael Haggerty1-1/+1
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty5-0/+5
2015-06-22initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty1-4/+14
2015-06-22prune_refs(): use delete_refs()Michael Haggerty1-8/+17
2015-06-22prune_remote(): use delete_refs()Michael Haggerty1-9/+2
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty1-20/+1
2015-06-22remove_branches(): remove temporaryMichael Haggerty1-2/+1
2015-06-22fsck: introduce identifiers for fsck messagesJohannes Schindelin1-18/+8
2015-06-22fsck: introduce fsck optionsJohannes Schindelin3-15/+25
2015-06-18pull: remove redirection to git-pull.shPaul Tan1-7/+0
2015-06-18pull --rebase: error on no merge candidate casesPaul Tan1-3/+12
2015-06-18pull --rebase: exit early when the working directory is dirtyPaul Tan1-1/+76
2015-06-18pull: configure --rebase via branch.<name>.rebase or pull.rebasePaul Tan1-1/+34
2015-06-18pull: teach git pull about --rebasePaul Tan1-2/+245
2015-06-18pull: set reflog messagePaul Tan1-0/+22
2015-06-18pull: implement pulling into an unborn branchPaul Tan1-1/+28
2015-06-18pull: fast-forward working tree if head is updatedPaul Tan1-0/+30
2015-06-18pull: check if in unresolved merge statePaul Tan1-0/+9
2015-06-18pull: support pull.ff configPaul Tan1-0/+29
2015-06-18pull: error on no merge candidatesPaul Tan1-0/+113
2015-06-18pull: pass git-fetch's options to git-fetchPaul Tan1-0/+95
2015-06-16Merge branch 'jk/clone-dissociate' into maintJunio C Hamano1-13/+4
2015-06-16Merge branch 'ah/usage-strings' into maintJunio C Hamano2-2/+2
2015-06-16Merge branch 'rs/janitorial' into maintJunio C Hamano3-16/+4
2015-06-16Merge branch 'dt/clean-pathspec-filter-then-lstat' into maintJunio C Hamano1-3/+3
2015-06-16Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano1-2/+6
2015-06-15clean: improve performance when removing lots of directoriesErik Elfström1-4/+26
2015-06-15pull: pass git-merge's options to git-mergePaul Tan1-0/+75
2015-06-15pull: pass verbosity, --progress flags to fetch and mergePaul Tan1-0/+36
2015-06-15pull: implement fetch + mergePaul Tan1-1/+61
2015-06-15pull: implement skeletal builtin pullPaul Tan1-0/+33
2015-06-15ref-filter: add 'ref-filter.h'Karthik Nayak1-40/+1
2015-06-15for-each-ref: rename variables called sort to sortingKarthik Nayak1-14/+14