index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
urlmatch.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-24
config: simplify parsing of unit factors
René Scharfe
1
-18
/
+12
2019-06-24
config: don't multiply in parse_unit_factor()
René Scharfe
1
-7
/
+9
2019-06-24
config: use unsigned_mult_overflows to check for overflows
René Scharfe
1
-6
/
+7
2019-06-21
The third batch
Junio C Hamano
1
-0
/
+29
2019-06-20
fetch-pack: print server version at the top in -v -v
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2019-06-20
fetch-pack: print all relevant supported capabilities with -v -v
Nguyễn Thái Ngọc Duy
1
-9
/
+21
2019-06-20
fetch-pack: move capability names out of i18n strings
Nguyễn Thái Ngọc Duy
1
-9
/
+9
2019-06-20
completion: disable dwim on "git switch -d"
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2019-06-20
switch: allow to switch in the middle of bisect
Nguyễn Thái Ngọc Duy
1
-3
/
+1
2019-06-20
t2027: use test_must_be_empty
Nguyễn Thái Ngọc Duy
1
-3
/
+2
2019-06-20
delta-islands: respect progress flag
Jeff King
3
-4
/
+5
2019-06-20
rev-list: teach --no-object-names to enable piping
Emily Shaffer
4
-1
/
+49
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
8
-11
/
+13
2019-06-20
hash.h: move object_id definition from cache.h
Jeff King
2
-24
/
+24
2019-06-20
khash: rename oid helper functions
Jeff King
1
-5
/
+5
2019-06-20
khash: drop sha1-specific map types
Jeff King
1
-8
/
+0
2019-06-20
pack-bitmap: convert khash_sha1 maps into kh_oid_map
Jeff King
3
-12
/
+12
2019-06-20
delta-islands: convert island_marks khash to use oids
Jeff King
1
-11
/
+11
2019-06-20
khash: rename kh_oid_t to kh_oid_set
Jeff King
3
-9
/
+9
2019-06-20
khash: drop broken oid_map typedef
Jeff King
2
-3
/
+1
2019-06-20
object: convert create_object() to use object_id
Jeff King
7
-13
/
+9
2019-06-20
object: convert internal hash_obj() to object_id
Jeff King
1
-4
/
+4
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
16
-31
/
+30
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
10
-14
/
+14
2019-06-20
pack-objects: convert locate_object_entry_hash() to object_id
Jeff King
1
-5
/
+5
2019-06-20
pack-objects: convert packlist_find() to use object_id
Jeff King
5
-16
/
+17
2019-06-20
pack-bitmap-write: convert some helpers to use object_id
Jeff King
1
-9
/
+9
2019-06-20
upload-pack: rename a "sha1" variable to "oid"
Jeff King
1
-3
/
+3
2019-06-20
describe: fix accidental oid/hash type-punning
Jeff King
1
-1
/
+1
2019-06-20
fetch: only run 'gc' once when fetching multiple remotes
Nguyễn Thái Ngọc Duy
3
-8
/
+20
2019-06-19
stash: fix show referencing stash index
Thomas Gummerer
2
-4
/
+23
2019-06-19
ref-filter: sort detached HEAD lines firstly
Matthew DeVore
3
-18
/
+21
2019-06-19
wrapper: avoid undefined behaviour in macOS
Carlo Marcelo Arenas Belón
1
-1
/
+1
2019-06-19
interpret-trailers: load default config
Jeff King
2
-27
/
+47
2019-06-18
show --continue/skip etc. consistently in synopsis
Phillip Wood
2
-3
/
+2
2019-06-18
use COPY_ARRAY for copying arrays
René Scharfe
4
-7
/
+7
2019-06-18
coccinelle: use COPY_ARRAY for copying arrays
René Scharfe
1
-15
/
+46
2019-06-18
fsmonitor: avoid signed integer overflow / infinite loop
Carlo Marcelo Arenas Belón
1
-4
/
+4
2019-06-17
The second batch
Junio C Hamano
1
-0
/
+77
2019-06-14
t3404: fix a typo
Johannes Schindelin
1
-1
/
+1
2019-06-13
The first batch after 2.22
Junio C Hamano
3
-2
/
+79
2019-06-13
cleanup: fix possible overflow errors in binary search, part 2
René Scharfe
6
-7
/
+8
2019-06-13
add -p: fix checkout -p with pathological context
Phillip Wood
2
-1
/
+13
2019-06-13
config: avoid calling `labs()` on too-large data type
Johannes Schindelin
1
-2
/
+2
2019-06-13
winansi: simplify loading the GetCurrentConsoleFontEx() function
Johannes Schindelin
1
-9
/
+5
2019-06-13
kwset: allow building with GCC 8
Johannes Schindelin
1
-1
/
+7
2019-06-13
poll (mingw): allow compiling with GCC 8 and DEVELOPER=1
Johannes Schindelin
1
-1
/
+1
2019-06-12
mergetool: use shell variable magic instead of `awk`
Johannes Sixt
1
-5
/
+20
2019-06-12
mergetool: dissect strings with shell variable magic instead of `expr`
Johannes Sixt
1
-9
/
+11
2019-06-12
t7610-mergetool: use test_cmp instead of test $(cat file) = $txt
Johannes Sixt
1
-45
/
+90
[next]