summaryrefslogtreecommitdiffstats
path: root/kwset.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-24pack: move has_pack_index()Jonathan Tan4-10/+10
2017-08-24pack: move has_sha1_pack()Jonathan Tan7-8/+11
2017-08-24pack: move find_pack_entry() and make it globalJonathan Tan3-53/+55
2017-08-24pack: move find_sha1_pack()Jonathan Tan6-16/+18
2017-08-24pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan4-84/+82
2017-08-24pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan4-49/+49
2017-08-24pack: move nth_packed_object_{sha1,oid}Jonathan Tan4-46/+46
2017-08-24pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan4-670/+685
2017-08-24pack: move unpack_object_header()Jonathan Tan4-27/+27
2017-08-24pack: move get_size_from_delta()Jonathan Tan4-40/+41
2017-08-24pack: move unpack_object_header_buffer()Jonathan Tan4-26/+27
2017-08-24pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan11-232/+238
2017-08-24pack: move install_packed_git()Jonathan Tan4-11/+12
2017-08-24pack: move add_packed_git()Jonathan Tan5-62/+55
2017-08-24pack: move unuse_pack()Jonathan Tan4-10/+10
2017-08-24pack: move use_pack()Jonathan Tan5-306/+298
2017-08-24pack: move pack-closing functionsJonathan Tan9-63/+70
2017-08-24pack: move release_pack_memory()Jonathan Tan4-51/+53
2017-08-24pack: move open_pack_index(), parse_pack_index()Jonathan Tan10-148/+163
2017-08-24pack: move pack_report()Jonathan Tan4-26/+26
2017-08-24pack: move static state variablesJonathan Tan3-13/+23
2017-08-24pack: move pack name-related functionsJonathan Tan10-45/+56
2017-08-23Prepare for 2.14.2Junio C Hamano3-2/+37
2017-08-23The third batch post 2.14Junio C Hamano1-0/+30
2017-08-22The second batch post 2.14Junio C Hamano1-0/+57
2017-08-18Documentation/git-for-each-ref: clarify peeling of tags for --formatMichael J Gruber1-2/+3
2017-08-18Documentation: use proper wording for ref format stringsMichael J Gruber3-6/+6
2017-08-18git-grep: correct exit code with --quiet and -LAnthony Sottile2-1/+6
2017-08-17diff: retire sane_truncate_fnJunio C Hamano1-5/+0
2017-08-17files-backend: cheapen refname_available check when locking refsMichael Haggerty1-4/+4
2017-08-17t5526: fix some broken && chainsHeiko Voigt1-4/+4
2017-08-17submodule.sh: remove unused variableStefan Beller1-1/+0
2017-08-16commit: skip discarding the index if there is no pre-commit hookKevin Willford1-6/+9
2017-08-15sha1_file: make read_info_alternates staticStefan Beller2-2/+2
2017-08-15t1002: stop using sum(1)René Scharfe2-35/+35
2017-08-15doc: clarify "config --bool" behaviour with empty stringAndreas Heiduk2-6/+7
2017-08-15stash: prevent warning about null bytes in inputKevin Daudt1-2/+9
2017-08-14rebase: turn on progress option by default for format-patchKevin Willford2-0/+7
2017-08-14format-patch: have progress option while generating patchesKevin Willford2-0/+14
2017-08-14hook: use correct logical variableKaartic Sivaraam1-1/+1
2017-08-12stash: clean untracked files before resetNicolas Morey-Chaisemartin2-5/+23
2017-08-12sha1_file: remove read_packed_sha1()Jonathan Tan1-25/+1
2017-08-11sha1_file: set whence in storage-specific info fnJonathan Tan1-7/+6
2017-08-11The first batch of topics after the 2.14 cycleJunio C Hamano2-1/+134
2017-08-11sha1_file: release delta_stack on error in unpack_entry()René Scharfe1-2/+3
2017-08-11fsck: free buffers on error in fsck_obj()René Scharfe1-11/+11
2017-08-10strbuf: clear errno before calling getdelim(3)René Scharfe1-0/+1
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe1-0/+2
2017-08-10merge: use skip_prefix()René Scharfe1-2/+2
2017-08-10t1200: remove t1200-tutorial.shStefan Beller1-268/+0