summaryrefslogtreecommitdiffstats
path: root/pack-objects.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty10-91/+109
2015-06-22initial_ref_transaction_commit(): check for ref D/F conflictsMichael Haggerty1-0/+34
2015-06-22initial_ref_transaction_commit(): check for duplicate refsMichael Haggerty1-0/+11
2015-06-22refs: remove some functions from the module's public interfaceMichael Haggerty2-37/+24
2015-06-22initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty3-4/+75
2015-06-22repack_without_refs(): make function privateMichael Haggerty2-12/+8
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(): bail early if the packed-refs file cannot be rewrittenMichael Haggerty1-3/+22
2015-06-22delete_refs(): make error message more genericMichael Haggerty1-1/+1
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty3-20/+27
2015-06-22delete_ref(): handle special case more explicitlyMichael Haggerty1-2/+9
2015-06-22remove_branches(): remove temporaryMichael Haggerty1-2/+1
2015-06-22delete_ref(): move declaration to refs.hMichael Haggerty3-4/+13
2015-06-11Second half of seventh batchJunio C Hamano1-0/+28
2015-06-05Git 2.4.3v2.4.3Junio C Hamano4-3/+80
2015-06-05The first half of the seventh batch for 2.5Junio C Hamano1-0/+14
2015-06-01Sixth batch for 2.5 cycleJunio C Hamano1-1/+50
2015-06-01suppress errors on missing UNINTERESTING linksJeff King1-1/+1
2015-06-01silence broken link warnings with revs->ignore_missing_linksJeff King3-2/+17
2015-06-01add quieter versions of parse_{tree,commit}Jeff King4-6/+16
2015-06-01completion: suggest sequencer commands for revertThomas Braun1-0/+5
2015-05-29glossary: add "remote", "submodule", "superproject"Stefan Beller1-0/+16
2015-05-29t5520: check reflog action in fast-forward mergePaul Tan1-3/+10
2015-05-29t5521: test --dry-run does not make any changesPaul Tan1-0/+13
2015-05-29t5520: test --rebase failure on unborn branch with indexPaul Tan1-0/+15
2015-05-29t5520: test --rebase with multiple branchesPaul Tan1-0/+9
2015-05-29t5520: test work tree fast-forward when fetch updates headPaul Tan1-0/+21
2015-05-29t5520: test for failure if index has unresolved entriesPaul Tan1-0/+19
2015-05-29submodule doc: reorder introductory paragraphsStefan Beller1-28/+22
2015-05-28xmmap(): drop "Out of memory?"Junio C Hamano1-1/+1
2015-05-28config.c: rewrite ENODEV into EISDIR when mmap failsJeff King1-0/+2
2015-05-28config.c: avoid xmmap error messagesJeff King3-6/+21
2015-05-28config.c: fix mmap leak when writing configJeff King1-4/+5
2015-05-28read-cache.c: drop PROT_WRITE from mmap of indexJeff King1-1/+1
2015-05-28p4: retrieve the right revision of the file in UTF-16 codepathMiguel Torroja1-1/+1
2015-05-28ref_transaction_commit(): do not capitalize error messagesMichael Haggerty2-9/+9
2015-05-28verify_lock(): do not capitalize error messagesMichael Haggerty1-2/+2
2015-05-28verify_lock(): report errors via a strbufMichael Haggerty1-7/+12
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King4-20/+20
2015-05-27diff: accept color.diff.context as a synonym for "plain"Jeff King2-2/+3
2015-05-27t7063: hide stderr from setup inside prereqJeff King1-2/+6
2015-05-27verify_lock(): on errors, let the caller unlock the lockMichael Haggerty1-4/+4
2015-05-27verify_lock(): return 0/-1 rather than struct ref_lock *Michael Haggerty1-7/+14
2015-05-27clone: reorder --dissociate and --reference optionsJeff King1-2/+2
2015-05-27clone: use OPT_STRING_LIST for --referenceJeff King1-11/+2
2015-05-27diff.c: --ws-error-highlight=<kind> optionJunio C Hamano4-16/+179
2015-05-27diff.c: add emit_del_line() and emit_context_line()Junio C Hamano1-12/+38
2015-05-26Git 2.4.2v2.4.2Junio C Hamano4-3/+49
2015-05-26Fifth batch for 2.5 cycleJunio C Hamano1-6/+28