summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Merge branch 'md/url-parse-harden'Libravatar Junio C Hamano1-2/+2
2019-06-21Merge branch 'an/ignore-doc-update'Libravatar Junio C Hamano1-22/+44
2019-06-21Merge branch 'ab/hash-object-doc'Libravatar Junio C Hamano1-3/+1
2019-06-21Merge branch 'cm/send-email-document-req-modules'Libravatar Junio C Hamano1-2/+6
2019-06-21Merge branch 'md/list-objects-filter-parse-msgfix'Libravatar Junio C Hamano1-1/+1
2019-06-21Merge branch 'md/list-objects-filter-memfix'Libravatar Junio C Hamano1-8/+8
2019-06-21Merge branch 'jt/partial-clone-missing-ref-delta-base'Libravatar Junio C Hamano2-15/+123
2019-06-21Merge branch 'ml/userdiff-rust'Libravatar Junio C Hamano7-0/+29
2019-06-21pull: add --[no-]show-forced-updates passthroughLibravatar Derrick Stolee1-0/+7
2019-06-21fetch: warn about forced updates in branch listingLibravatar Derrick Stolee4-1/+31
2019-06-21fetch: add --[no-]show-forced-updates argumentLibravatar Derrick Stolee4-1/+51
2019-06-21status: ignore status.aheadbehind in porcelain formatsLibravatar Jeff Hostetler2-8/+14
2019-06-21status: warn when a/b calculation takes too longLibravatar Jeff Hostetler4-0/+26
2019-06-21status: add status.aheadbehind settingLibravatar Jeff Hostetler4-1/+56
2019-06-20msvc: update Makefile to allow for spaces in the compiler pathLibravatar Jeff Hostetler1-1/+1
2019-06-20msvc: fix detect_msys_tty()Libravatar Jeff Hostetler1-0/+13
2019-06-20msvc: define ftello()Libravatar Jeff Hostetler1-0/+2
2019-06-20msvc: do not re-declare the timespec structLibravatar Jeff Hostetler1-0/+2
2019-06-20msvc: mark a variable as non-constLibravatar Jeff Hostetler1-1/+4
2019-06-20msvc: define O_ACCMODELibravatar Philip Oakley1-0/+2
2019-06-20msvc: include sigset_t definitionLibravatar Philip Oakley1-0/+2
2019-06-20msvc: fix dependencies of compat/msvc.cLibravatar Johannes Schindelin1-0/+2
2019-06-20mingw: replace mingw_startup() hackLibravatar Johannes Schindelin3-31/+47
2019-06-20obstack: fix compiler warningLibravatar Johannes Schindelin1-1/+1
2019-06-20cache-tree/blame: avoid reusing the DEBUG constantLibravatar Jeff Hostetler2-10/+10
2019-06-20t0001 (mingw): do not expect a specific order of stdout/stderrLibravatar Johannes Schindelin1-2/+2
2019-06-20Mark .bat files as requiring CR/LF endingsLibravatar Johannes Schindelin1-0/+1
2019-06-20mingw: fix a typo in the msysGit-specific sectionLibravatar Johannes Schindelin1-1/+1
2019-06-20fetch-pack: print server version at the top in -v -vLibravatar Nguyễn Thái Ngọc Duy1-6/+7
2019-06-20fetch-pack: print all relevant supported capabilities with -v -vLibravatar Nguyễn Thái Ngọc Duy1-9/+21
2019-06-20fetch-pack: move capability names out of i18n stringsLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2019-06-20completion: disable dwim on "git switch -d"Libravatar Nguyễn Thái Ngọc Duy1-0/+4
2019-06-20switch: allow to switch in the middle of bisectLibravatar Nguyễn Thái Ngọc Duy1-3/+1
2019-06-20t2027: use test_must_be_emptyLibravatar Nguyễn Thái Ngọc Duy1-3/+2
2019-06-20delta-islands: respect progress flagLibravatar Jeff King3-4/+5
2019-06-20rev-list: teach --no-object-names to enable pipingLibravatar Emily Shaffer4-1/+49
2019-06-20hashmap: convert sha1hash() to oidhash()Libravatar Jeff King8-11/+13
2019-06-20hash.h: move object_id definition from cache.hLibravatar Jeff King2-24/+24
2019-06-20khash: rename oid helper functionsLibravatar Jeff King1-5/+5
2019-06-20khash: drop sha1-specific map typesLibravatar Jeff King1-8/+0
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapLibravatar Jeff King3-12/+12
2019-06-20delta-islands: convert island_marks khash to use oidsLibravatar Jeff King1-11/+11
2019-06-20khash: rename kh_oid_t to kh_oid_setLibravatar Jeff King3-9/+9
2019-06-20khash: drop broken oid_map typedefLibravatar Jeff King2-3/+1
2019-06-20object: convert create_object() to use object_idLibravatar Jeff King7-13/+9
2019-06-20object: convert internal hash_obj() to object_idLibravatar Jeff King1-4/+4
2019-06-20object: convert lookup_object() to use object_idLibravatar Jeff King16-31/+30
2019-06-20object: convert lookup_unknown_object() to use object_idLibravatar Jeff King10-14/+14
2019-06-20pack-objects: convert locate_object_entry_hash() to object_idLibravatar Jeff King1-5/+5
2019-06-20pack-objects: convert packlist_find() to use object_idLibravatar Jeff King5-16/+17