summaryrefslogtreecommitdiffstats
path: root/bundle.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-24config: simplify parsing of unit factorsRené Scharfe1-18/+12
2019-06-24config: don't multiply in parse_unit_factor()René Scharfe1-7/+9
2019-06-24config: use unsigned_mult_overflows to check for overflowsRené Scharfe1-6/+7
2019-06-21The third batchJunio C Hamano1-0/+29
2019-06-20fetch-pack: print server version at the top in -v -vNguyễn Thái Ngọc Duy1-6/+7
2019-06-20fetch-pack: print all relevant supported capabilities with -v -vNguyễn Thái Ngọc Duy1-9/+21
2019-06-20fetch-pack: move capability names out of i18n stringsNguyễn Thái Ngọc Duy1-9/+9
2019-06-20completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy1-0/+4
2019-06-20switch: allow to switch in the middle of bisectNguyễn Thái Ngọc Duy1-3/+1
2019-06-20t2027: use test_must_be_emptyNguyễn Thái Ngọc Duy1-3/+2
2019-06-20delta-islands: respect progress flagJeff King3-4/+5
2019-06-20rev-list: teach --no-object-names to enable pipingEmily Shaffer4-1/+49
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King8-11/+13
2019-06-20hash.h: move object_id definition from cache.hJeff King2-24/+24
2019-06-20khash: rename oid helper functionsJeff King1-5/+5
2019-06-20khash: drop sha1-specific map typesJeff King1-8/+0
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King3-12/+12
2019-06-20delta-islands: convert island_marks khash to use oidsJeff King1-11/+11
2019-06-20khash: rename kh_oid_t to kh_oid_setJeff King3-9/+9
2019-06-20khash: drop broken oid_map typedefJeff King2-3/+1
2019-06-20object: convert create_object() to use object_idJeff King7-13/+9
2019-06-20object: convert internal hash_obj() to object_idJeff King1-4/+4
2019-06-20object: convert lookup_object() to use object_idJeff King16-31/+30
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King10-14/+14
2019-06-20pack-objects: convert locate_object_entry_hash() to object_idJeff King1-5/+5
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King5-16/+17
2019-06-20pack-bitmap-write: convert some helpers to use object_idJeff King1-9/+9
2019-06-20upload-pack: rename a "sha1" variable to "oid"Jeff King1-3/+3
2019-06-20describe: fix accidental oid/hash type-punningJeff King1-1/+1
2019-06-20fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy3-8/+20
2019-06-19stash: fix show referencing stash indexThomas Gummerer2-4/+23
2019-06-19ref-filter: sort detached HEAD lines firstlyMatthew DeVore3-18/+21
2019-06-19wrapper: avoid undefined behaviour in macOSCarlo Marcelo Arenas Belón1-1/+1
2019-06-19interpret-trailers: load default configJeff King2-27/+47
2019-06-18show --continue/skip etc. consistently in synopsisPhillip Wood2-3/+2
2019-06-18use COPY_ARRAY for copying arraysRené Scharfe4-7/+7
2019-06-18coccinelle: use COPY_ARRAY for copying arraysRené Scharfe1-15/+46
2019-06-18fsmonitor: avoid signed integer overflow / infinite loopCarlo Marcelo Arenas Belón1-4/+4
2019-06-17The second batchJunio C Hamano1-0/+77
2019-06-14t3404: fix a typoJohannes Schindelin1-1/+1
2019-06-13The first batch after 2.22Junio C Hamano3-2/+79
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe6-7/+8
2019-06-13add -p: fix checkout -p with pathological contextPhillip Wood2-1/+13
2019-06-13config: avoid calling `labs()` on too-large data typeJohannes Schindelin1-2/+2
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin1-9/+5
2019-06-13kwset: allow building with GCC 8Johannes Schindelin1-1/+7
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin1-1/+1
2019-06-12mergetool: use shell variable magic instead of `awk`Johannes Sixt1-5/+20
2019-06-12mergetool: dissect strings with shell variable magic instead of `expr`Johannes Sixt1-9/+11
2019-06-12t7610-mergetool: use test_cmp instead of test $(cat file) = $txtJohannes Sixt1-45/+90