summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-19read-cache: speed up add_index_entry during checkoutLibravatar Jeff Hostetler1-1/+10
2017-04-19p0006-read-tree-checkout: perf test to time read-treeLibravatar Jeff Hostetler4-0/+263
2017-04-19gitmodules: clarify the ignore option valuesLibravatar Sebastian Schuberth1-11/+20
2017-04-19gitmodules: clarify what history depth a shallow clone hasLibravatar Sebastian Schuberth1-2/+2
2017-04-19push: document & test --force-with-lease with multiple remotesLibravatar Ævar Arnfjörð Bjarmason2-0/+70
2017-04-19config: correct file reading order in read_early_config()Libravatar Nguyễn Thái Ngọc Duy2-14/+30
2017-04-18rebase: pass --[no-]signoff option to git amLibravatar Giuseppe Bilotta3-1/+53
2017-04-18xgethostname: handle long hostnamesLibravatar David Turner6-4/+19
2017-04-18use HOST_NAME_MAX to size buffers for gethostname(2)Libravatar René Scharfe6-10/+14
2017-04-18p0004: make perf test executableLibravatar Christian Couder1-0/+0
2017-04-18ls-files: fix path used when recursing into submodulesLibravatar Jacob Keller2-1/+15
2017-04-17replace: plug a memory leakLibravatar Junio C Hamano1-0/+1
2017-04-17doc: trivial typo in git-format-patch.txtLibravatar Giuseppe Bilotta1-1/+1
2017-04-17config: handle conditional include when $GIT_DIR is not set upLibravatar Nguyễn Thái Ngọc Duy3-8/+38
2017-04-17config: prepare to pass more info in git_config_with_options()Libravatar Nguyễn Thái Ngọc Duy3-15/+29
2017-04-17ls-files: fix recurse-submodules with nested submodulesLibravatar Jacob Keller2-0/+5
2017-04-17fetch-pack: show clearer error message upon ERRLibravatar Jonathan Tan2-1/+8
2017-04-17submodule: remove a superfluous second check for the "new" variableLibravatar Sebastian Schuberth1-2/+1
2017-04-17server-info: avoid calling fclose(3) twice in update_info_file()Libravatar René Scharfe1-3/+5
2017-04-17files_for_each_reflog_ent_reverse(): close stream and free strbuf on errorLibravatar René Scharfe1-8/+12
2017-04-16t1400: use consistent style for test_expect_success callsLibravatar Kyle Meyer1-168/+167
2017-04-16doc/revisions: remove brackets from rev^-n shorthandLibravatar Kyle Meyer1-2/+2
2017-04-16Twelfth batch for 2.13Libravatar Junio C Hamano1-0/+16
2017-04-16Merge branch 'js/difftool-builtin'Libravatar Junio C Hamano2-18/+39
2017-04-16Merge branch 'sb/unpack-trees-would-lose-submodule-message-update'Libravatar Junio C Hamano1-1/+1
2017-04-16Merge branch 'ab/regen-perl-mak-with-different-perl'Libravatar Junio C Hamano1-0/+1
2017-04-16Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Libravatar Junio C Hamano2-0/+30
2017-04-16Merge branch 'qp/bisect-docfix'Libravatar Junio C Hamano1-1/+1
2017-04-16Merge branch 'mm/ls-files-s-doc'Libravatar Junio C Hamano1-1/+1
2017-04-16Merge branch 'jk/loose-object-info-report-error'Libravatar Junio C Hamano3-1/+27
2017-04-16Merge branch 'jc/bs-t-is-not-a-tab-for-sed'Libravatar Junio C Hamano1-2/+2
2017-04-16Merge branch 'jc/unused-symbols'Libravatar Junio C Hamano2-2/+1
2017-04-16Merge branch 'jk/snprintf-cleanups'Libravatar Junio C Hamano28-224/+239
2017-04-16do_for_each_entry_in_dir(): delete functionLibravatar Michael Haggerty2-32/+0
2017-04-16files_pack_refs(): use reference iterationLibravatar Michael Haggerty1-83/+60
2017-04-16commit_packed_refs(): use reference iterationLibravatar Michael Haggerty1-21/+17
2017-04-16cache_ref_iterator_begin(): make function smarterLibravatar Michael Haggerty3-53/+56
2017-04-16get_loose_ref_cache(): new functionLibravatar Michael Haggerty1-2/+7
2017-04-16get_loose_ref_dir(): function renamed from get_loose_refs()Libravatar Michael Haggerty1-3/+3
2017-04-16do_for_each_entry_in_dir(): eliminate `offset` argumentLibravatar Michael Haggerty3-11/+10
2017-04-16refs: handle "refs/bisect/" in `loose_fill_ref_dir()`Libravatar Michael Haggerty2-16/+15
2017-04-16ref-cache: use a callback function to fill the cacheLibravatar Michael Haggerty3-13/+38
2017-04-16refs: record the ref_store in ref_cache, not ref_dirLibravatar Michael Haggerty3-11/+16
2017-04-16ref-cache: introduce a new type, ref_cacheLibravatar Michael Haggerty3-13/+46
2017-04-16refs: split `ref_cache` code into separate filesLibravatar Michael Haggerty4-733/+767
2017-04-16ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`Libravatar Michael Haggerty1-2/+2
2017-04-16ref-cache: rename `find_ref()` to `find_ref_entry()`Libravatar Michael Haggerty1-3/+3
2017-04-16ref-cache: rename `add_ref()` to `add_ref_entry()`Libravatar Michael Haggerty1-4/+4
2017-04-16refs_verify_refname_available(): use function in more placesLibravatar Michael Haggerty1-160/+11
2017-04-16refs_verify_refname_available(): implement once for all backendsLibravatar Michael Haggerty4-41/+92