summaryrefslogtreecommitdiffstats
path: root/utf8.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-01refs: pass NULL to refs_resolve_refdup() if hash is not neededRené Scharfe1-2/+1
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe14-38/+19
2017-09-24refs: pass NULL to refs_resolve_ref_unsafe() if hash is not neededRené Scharfe2-4/+2
2017-09-24refs: make sha1 output parameter of refs_resolve_ref_unsafe() optionalRené Scharfe2-4/+8
2017-09-20git-compat-util: make UNLEAK less error-proneJonathan Tan1-2/+2
2017-09-19The eighth batch for 2.15Junio C Hamano1-0/+58
2017-09-10The seventh batch post 2.14Junio C Hamano1-40/+17
2017-09-10RelNotes: further fixes for 2.14.2 from the master frontJunio C Hamano1-0/+59
2017-09-10wt-status: release strbuf after use in wt_longstatus_print_tracking()Rene Scharfe1-0/+1
2017-09-10refs/files-backend: add `refname`, not "HEAD", to listMartin Ågren1-3/+10
2017-09-10refs/files-backend: correct return value in lock_ref_for_updateMartin Ågren1-1/+1
2017-09-10refs/files-backend: fix memory leak in lock_ref_for_updateMartin Ågren1-11/+20
2017-09-10refs/files-backend: add longer-scoped copy of string to listMartin Ågren1-4/+14
2017-09-10commit-tree: do not complete line in -F inputRoss Kabus1-1/+0
2017-09-08files_transaction_finish(): delete reflogs before referencesMichael Haggerty1-14/+21
2017-09-08packed-backend: rip out some now-unused codeMichael Haggerty2-201/+0
2017-09-08files_ref_store: use a transaction to update packed refsMichael Haggerty2-33/+103
2017-09-08t1404: demonstrate two problems with reference transactionsMichael Haggerty1-0/+73
2017-09-08files_initial_transaction_commit(): use a transaction for packed refsMichael Haggerty1-10/+19
2017-09-08prune_refs(): also free the linked listMichael Haggerty1-4/+10
2017-09-08files_pack_refs(): use a reference transaction to write packed refsMichael Haggerty1-7/+17
2017-09-08packed_delete_refs(): implement methodMichael Haggerty2-2/+45
2017-09-08packed_ref_store: implement reference transactionsMichael Haggerty2-3/+319
2017-09-08struct ref_transaction: add a place for backends to store dataMichael Haggerty1-0/+1
2017-09-08packed-backend: don't adjust the reference count on lock/unlockMichael Haggerty1-5/+5
2017-09-08load_subtree(): check that `prefix_len` is in the expected rangeMichael Haggerty1-1/+4
2017-09-08shortlog: skip format/parse roundtrip for internal traversalJeff King1-21/+35
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King9-1/+51
2017-09-08merge-recursive: change current file dir string_lists to hashmapKevin Willford2-13/+46
2017-09-08builtin/merge: honor commit-msg hook for mergesStefan Beller2-4/+68
2017-09-07pull: honor submodule.recurse config optionNicolas Morey-Chaisemartin2-0/+36
2017-09-07pull: fix cli and config option parsing orderNicolas Morey-Chaisemartin1-2/+2
2017-09-07config: remove git_config_maybe_boolMartin Ågren3-10/+0
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler6-40/+88
2017-09-07git_extract_argv0_path: do nothing without RUNTIME_PREFIXJeff King1-14/+19
2017-09-07system_path: move RUNTIME_PREFIX to a sub-functionJeff King1-12/+21
2017-09-07Documentation: mention that `eol` can change the dirty status of pathsBen Boeckel1-1/+4
2017-09-07wt-status: release strbuf after use in read_rebase_todolist()Rene Scharfe1-0/+1
2017-09-07vcs-svn: release strbuf after use in end_revision()Rene Scharfe1-0/+1
2017-09-07utf8: release strbuf on error return in strbuf_utf8_replace()Rene Scharfe1-1/+2
2017-09-07userdiff: release strbuf after use in userdiff_get_textconv()Rene Scharfe1-0/+1
2017-09-07transport-helper: release strbuf after use in process_connect_service()Rene Scharfe1-0/+1
2017-09-07sequencer: release strbuf after use in save_head()Rene Scharfe1-1/+4
2017-09-07shortlog: release strbuf after use in insert_one_record()Rene Scharfe1-0/+1
2017-09-07sha1_file: release strbuf on error return in index_path()Rene Scharfe1-3/+3
2017-09-07send-pack: release strbuf on error return in send_pack()Rene Scharfe1-1/+4
2017-09-07remote: release strbuf after use in set_url()Rene Scharfe1-3/+3
2017-09-07remote: release strbuf after use in migrate_file()Rene Scharfe1-0/+1
2017-09-07remote: release strbuf after use in read_remote_branches()Rene Scharfe1-0/+1
2017-09-07refs: release strbuf on error return in write_pseudoref()Rene Scharfe1-1/+1