summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-23fsck: report the ID of the error/warningLibravatar Johannes Schindelin2-2/+22
2015-06-23fsck (receive-pack): allow demoting errors to warningsLibravatar Johannes Schindelin5-2/+33
2015-06-23fsck: offer a function to demote fsck errors to warningsLibravatar Johannes Schindelin2-5/+80
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Libravatar Junio C Hamano4-38/+8
2015-06-22contrib/subtree: small tidy-up to testLibravatar Charles Bailey1-3/+1
2015-06-22contrib/subtree: fix broken &&-chains and revealed test errorLibravatar Charles Bailey1-4/+4
2015-06-22contrib/subtree: use tabs consitently for indentation in testsLibravatar Charles Bailey1-147/+147
2015-06-22parse-options: move unsigned long option parsing out of pack-objects.cLibravatar Charles Bailey6-26/+73
2015-06-22test-parse-options: update to handle negative intsLibravatar Charles Bailey2-1/+3
2015-06-22cat-file: add --batch-all-objects optionLibravatar Jeff King3-2/+77
2015-06-22cat-file: split batch_one_object into two stagesLibravatar Jeff King1-16/+23
2015-06-22cat-file: stop returning value from batch_one_objectLibravatar Jeff King1-12/+6
2015-06-22cat-file: add --buffer optionLibravatar Jeff King2-7/+26
2015-06-22cat-file: move batch_options definition to top of fileLibravatar Jeff King1-6/+7
2015-06-22cat-file: minor style fix in options listLibravatar Jeff King1-1/+1
2015-06-22Merge branch 'jk/maint-for-each-packed-object' into jk/cat-file-batch-allLibravatar Junio C Hamano2-1/+7
2015-06-22for_each_packed_object: automatically open pack indexLibravatar Jeff King2-1/+7
2015-06-22verify-tag: add option to print raw gpg status informationLibravatar brian m. carlson3-6/+46
2015-06-22verify-commit: add option to print raw gpg status informationLibravatar brian m. carlson5-7/+51
2015-06-22gpg: centralize printing signature buffersLibravatar brian m. carlson4-10/+18
2015-06-22gpg: centralize signature checkLibravatar brian m. carlson7-10/+18
2015-06-22verify-commit: add test for exit status on untrusted signatureLibravatar brian m. carlson1-0/+7
2015-06-22verify-tag: share code with verify-commitLibravatar brian m. carlson4-15/+34
2015-06-22verify-tag: add testsLibravatar brian m. carlson1-0/+84
2015-06-22delete_ref(): use the usual convention for old_sha1Libravatar Michael Haggerty4-15/+14
2015-06-22cmd_update_ref(): make logic more straightforwardLibravatar Michael Haggerty1-3/+10
2015-06-22update_ref(): don't read old reference value before deleteLibravatar Michael Haggerty1-3/+3
2015-06-22check_branch_commit(): make first parameter constLibravatar Michael Haggerty1-1/+1
2015-06-22refs.h: add some parameter names to function declarationsLibravatar Michael Haggerty1-11/+11
2015-06-22refs: move the remaining ref module declarations to refs.hLibravatar Michael Haggerty10-91/+109
2015-06-22initial_ref_transaction_commit(): check for ref D/F conflictsLibravatar Michael Haggerty1-0/+34
2015-06-22initial_ref_transaction_commit(): check for duplicate refsLibravatar Michael Haggerty1-0/+11
2015-06-22refs: remove some functions from the module's public interfaceLibravatar Michael Haggerty2-37/+24
2015-06-22initial_ref_transaction_commit(): function for initial ref creationLibravatar Michael Haggerty3-4/+75
2015-06-22repack_without_refs(): make function privateLibravatar Michael Haggerty2-12/+8
2015-06-22prune_refs(): use delete_refs()Libravatar Michael Haggerty1-8/+17
2015-06-22prune_remote(): use delete_refs()Libravatar Michael Haggerty1-9/+2
2015-06-22delete_refs(): bail early if the packed-refs file cannot be rewrittenLibravatar Michael Haggerty1-3/+22
2015-06-22delete_refs(): make error message more genericLibravatar Michael Haggerty1-1/+1
2015-06-22delete_refs(): new function for the refs APILibravatar Michael Haggerty3-20/+27
2015-06-22delete_ref(): handle special case more explicitlyLibravatar Michael Haggerty1-2/+9
2015-06-22remove_branches(): remove temporaryLibravatar Michael Haggerty1-2/+1
2015-06-22delete_ref(): move declaration to refs.hLibravatar Michael Haggerty3-4/+13
2015-06-22fsck: provide a function to parse fsck message IDsLibravatar Johannes Schindelin1-2/+33
2015-06-22fsck: introduce identifiers for fsck messagesLibravatar Johannes Schindelin3-78/+154
2015-06-22fsck: introduce fsck optionsLibravatar Johannes Schindelin5-93/+114
2015-06-19mergetool-lib: fix default tool selectionLibravatar Michael J Gruber1-0/+1
2015-06-18pull: remove redirection to git-pull.shLibravatar Paul Tan3-8/+0
2015-06-18pull --rebase: error on no merge candidate casesLibravatar Paul Tan1-3/+12
2015-06-18pull --rebase: exit early when the working directory is dirtyLibravatar Paul Tan1-1/+76