summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-12t3008: skip lazy-init test on a single-core boxLibravatar Kevin Willford1-3/+11
2017-04-12test-online-cpus: helper to return cpu countLibravatar Jeff Hostetler3-0/+10
2017-04-11mailinfo: fix in-body header continuationsLibravatar Linus Torvalds2-3/+10
2017-04-11push: propagate remote and refspec with --recurse-submodulesLibravatar Brandon Williams4-5/+117
2017-04-11submodule--helper: add push-check subcommandLibravatar Brandon Williams1-0/+45
2017-04-11remote: expose parse_push_refspec functionLibravatar Brandon Williams2-1/+2
2017-04-11push: propagate push-options with --recurse-submodulesLibravatar Brandon Williams4-2/+53
2017-04-11Eleventh batch for 2.13Libravatar Junio C Hamano1-0/+14
2017-04-11Merge branch 'ls/travis-relays-for-windows-ci'Libravatar Junio C Hamano2-0/+85
2017-04-11Merge branch 'cc/untracked'Libravatar Junio C Hamano1-1/+5
2017-04-11Merge branch 'ah/log-decorate-default-to-auto'Libravatar Junio C Hamano2-2/+17
2017-04-11Merge branch 'ab/ref-filter-no-contains'Libravatar Junio C Hamano14-72/+440
2017-04-02diff: submodule inline diff to initialize env array.Libravatar Stefan Beller2-0/+30
2017-04-02push: unmark a local variable as staticLibravatar Brandon Williams1-2/+3
2017-04-01git-bisect.txt: add missing wordLibravatar Quentin Pradet1-1/+1
2017-04-01Documentation: document elements in "ls-files -s" output in orderLibravatar Mostyn Bramley-Moore1-1/+1
2017-04-01index-pack: detect local corruption in collision checkLibravatar Jeff King2-0/+19
2017-04-01sha1_loose_object_info: return error for corrupted objectsLibravatar Jeff King2-1/+8
2017-03-31contrib/git-resurrect.sh: do not write \t for HT in sed scriptsLibravatar Junio C Hamano1-2/+2
2017-03-31name-hash: fix buffer overrunLibravatar Kevin Willford2-1/+22
2017-03-31remote.[ch]: parse_push_cas_option() can be staticLibravatar Junio C Hamano2-2/+1
2017-03-31Documentation: update and rename api-sha1-array.txtLibravatar brian m. carlson1-22/+22
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson31-155/+155
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idLibravatar brian m. carlson9-37/+35
2017-03-31Convert sha1_array_lookup to take struct object_idLibravatar brian m. carlson7-12/+11
2017-03-31Convert remaining callers of sha1_array_lookup to object_idLibravatar brian m. carlson3-26/+26
2017-03-31Make sha1_array_append take a struct object_id *Libravatar brian m. carlson17-30/+32
2017-03-30daemon: use an argv_array to exec childrenLibravatar Jeff King1-21/+17
2017-03-30gc: replace local buffer with git_pathLibravatar Jeff King1-7/+1
2017-03-30transport-helper: replace checked snprintf with xsnprintfLibravatar Jeff King1-4/+1
2017-03-30convert unchecked snprintf into xsnprintfLibravatar Jeff King5-11/+11