summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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-15unpack-trees: avoid duplicate ODB lookups during checkoutLibravatar Jeff Hostetler1-5/+33
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-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-14refs.h: add a note about sorting order of for_each_ref_*Libravatar Nguyễn Thái Ngọc Duy3-2/+14
2017-04-14t1406: new tests for submodule ref storeLibravatar Nguyễn Thái Ngọc Duy1-0/+95
2017-04-14t1405: some basic tests on main ref storeLibravatar Nguyễn Thái Ngọc Duy1-0/+123
2017-04-14t/helper: add test-ref-store to test ref-store functionsLibravatar Nguyễn Thái Ngọc Duy3-0/+279
2017-04-14refs: delete pack_refs() in favor of refs_pack_refs()Libravatar Nguyễn Thái Ngọc Duy3-7/+1
2017-04-14files-backend: avoid ref api targeting main ref storeLibravatar Nguyễn Thái Ngọc Duy1-35/+49
2017-04-14refs: new transaction related ref-store apiLibravatar Nguyễn Thái Ngọc Duy3-12/+53
2017-04-14refs: add new ref-store apiLibravatar Nguyễn Thái Ngọc Duy4-99/+270
2017-04-14refs: rename get_ref_store() to get_submodule_ref_store() and make it publicLibravatar Nguyễn Thái Ngọc Duy3-16/+19
2017-04-14files-backend: replace submodule_allowed check in files_downcast()Libravatar Nguyễn Thái Ngọc Duy3-37/+73
2017-04-13has_sha1_file: don't bother if we are not in a repositoryLibravatar Jonathan Nieder1-0/+2
2017-04-13http.postbuffer: allow full range of ssize_t valuesLibravatar David Turner5-6/+32
2017-04-13submodule--helper: fix typo in is_active error messageLibravatar Stefan Beller1-1/+1
2017-04-13git-add--interactive.perl: add missing dot in a messageLibravatar Ralf Thielow1-1/+1
2017-04-13submodule.c: add missing ' in error messagesLibravatar Ralf Thielow1-2/+2
2017-04-13difftool: fix use-after-freeLibravatar Johannes Schindelin2-2/+24
2017-04-13diff-files: document --ours etc.Libravatar Andreas Heiduk1-0/+14
2017-04-13gitattributes.txt: document how to normalize the line endingsLibravatar Torsten Bögershausen2-4/+28
2017-04-13http: fix the silent ignoring of proxy misconfiguraionLibravatar Sergey Ryazanov1-0/+3
2017-04-13http: honor empty http.proxy option to bypass proxyLibravatar Sergey Ryazanov1-2/+8