summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-16sha1_file: remove an used fd variableLibravatar Sebastian Schuberth1-3/+0
2017-04-16am: close stream on error, but not stdinLibravatar René Scharfe1-2/+6
2017-04-16builtin/am: fold am_signoff() into am_append_signoff()Libravatar Giuseppe Bilotta1-18/+15
2017-04-16builtin/am: honor --signoff also when --rebasingLibravatar Giuseppe Bilotta1-3/+3
2017-04-16git-p4: don't use name-rev to get current branchLibravatar Luke Diamand2-7/+2
2017-04-16git-p4: add read_pipe_text() internal functionLibravatar Luke Diamand1-3/+28
2017-04-16git-p4: add failing test for name-rev rather than symbolic-refLibravatar Luke Diamand1-0/+16
2017-04-16submodule: prevent backslash expantion in submodule namesLibravatar Brandon Williams2-7/+21
2017-04-16test-read-cache: setup git dirLibravatar René Scharfe1-0/+1
2017-04-16refs: reject ref updates while GIT_QUARANTINE_PATH is setLibravatar Jeff King3-1/+19
2017-04-16receive-pack: document user-visible quarantine effectsLibravatar Jeff King2-0/+31
2017-04-16receive-pack: drop tmp_objdir_env from run_update_hookLibravatar Jeff King1-1/+0
2017-04-16t6500: wait for detached auto gc at the end of the test scriptLibravatar SZEDER Gábor1-1/+17
2017-04-16pathspec: fix segfault in clear_pathspecLibravatar Brandon Williams1-1/+1
2017-04-16grep: plug a trivial memory leakLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2017-04-16connect.c: handle errors from split_cmdlineLibravatar Jeff King2-1/+7
2017-04-16travis-ci: add static analysis build job to run coccicheckLibravatar Lars Schneider1-0/+12
2017-04-15unpack-trees: avoid duplicate ODB lookups during checkoutLibravatar Jeff Hostetler1-5/+33
2017-04-15read-cache: add strcmp_offset functionLibravatar Jeff Hostetler6-0/+66
2017-04-15string-list: use ALLOC_GROW macro when reallocing string_listLibravatar Jeff Hostetler2-4/+50
2017-04-15read-cache: force_verify_index_checksumLibravatar Jeff Hostetler4-0/+23
2017-04-14pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixLibravatar Patrick Steinhardt2-1/+23
2017-04-14config: resolve symlinks in conditional include's patternsLibravatar Nguyễn Thái Ngọc Duy2-3/+57
2017-04-14path.c: and an option to call real_path() in expand_user_path()Libravatar Nguyễn Thái Ngọc Duy7-12/+17
2017-04-14t2027: avoid using pipesLibravatar Prathamesh Chavan1-14/+21
2017-04-14refs_ref_iterator_begin(): new functionLibravatar Michael Haggerty2-2/+24
2017-04-14refs_read_raw_ref(): new functionLibravatar Michael Haggerty2-2/+13
2017-04-14get_ref_dir(): don't call read_loose_refs() for "refs/bisect"Libravatar Michael Haggerty1-2/+0
2017-04-14refs.h: add a note about sorting order of for_each_ref_*Libravatar Nguyễn Thái Ngọc Duy3-2/+14