index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
connected.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
builtin/reflog: convert remaining unsigned char uses to object_id
brian m. carlson
1
-9
/
+9
2017-10-16
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
15
-24
/
+25
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
19
-47
/
+46
2017-10-16
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
12
-20
/
+20
2017-10-16
Convert check_connected to use struct object_id
brian m. carlson
5
-20
/
+20
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
15
-71
/
+69
2017-10-16
refs: prevent accidental NULL dereference in write_pseudoref
brian m. carlson
1
-0
/
+3
2017-10-16
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
17
-74
/
+65
2017-10-16
refs: convert delete_ref and refs_delete_ref to struct object_id
brian m. carlson
9
-25
/
+26
2017-10-16
refs/files-backend: convert struct ref_to_prune to object_id
brian m. carlson
1
-3
/
+3
2017-10-16
walker: convert to struct object_id
brian m. carlson
1
-12
/
+12
2017-10-11
Git 2.15-rc1
v2.15.0-rc1
Junio C Hamano
2
-1
/
+18
2017-10-10
write_entry: untangle symlink and regular-file cases
Jeff King
1
-31
/
+40
2017-10-10
write_entry: avoid reading blobs in CE_RETRY case
Jeff King
1
-11
/
+14
2017-10-10
write_entry: fix leak when retrying delayed filter
Jeff King
1
-0
/
+1
2017-10-10
cleanup: fix possible overflow errors in binary search
Derrick Stolee
12
-15
/
+15
2017-10-09
i18n: add a missing space in message
Jean-Noel Avila
1
-1
/
+1
2017-10-07
Prepare for -rc1
Junio C Hamano
1
-3
/
+38
2017-10-07
completion: add --broken and --dirty to describe
Thomas Braun
1
-1
/
+1
2017-10-07
tests: fix diff order arguments in test_cmp
Stefan Beller
15
-42
/
+42
2017-10-07
refs_resolve_ref_unsafe: handle d/f conflicts for writes
Jeff King
3
-2
/
+49
2017-10-07
t3308: create a real ref directory/file conflict
Jeff King
1
-1
/
+1
2017-10-06
api-argv-array.txt: remove broken link to string-list API
Todd Zullinger
1
-1
/
+1
2017-10-06
entry.c: check if file exists after checkout
Lars Schneider
1
-1
/
+3
2017-10-06
sha1_loose_object_info: handle errors from unpack_sha1_rest
Jeff King
1
-2
/
+6
2017-10-06
.mailmap: normalize name for René Scharfe
René Scharfe
1
-0
/
+1
2017-10-06
fsck: handle NULL return of lookup_blob() and lookup_tree()
René Scharfe
2
-4
/
+26
2017-10-05
entry.c: update cache entry only for existing files
Lars Schneider
1
-1
/
+2
2017-10-05
Git 2.15-rc0
v2.15.0-rc0
Junio C Hamano
2
-1
/
+17
2017-10-05
ref-filter.c: pass empty-string as NULL to atom parsers
Taylor Blau
2
-1
/
+10
2017-10-04
strbuf doc: reuse after strbuf_release is fine
Jonathan Nieder
1
-2
/
+9
2017-10-04
branch: reset instead of release a strbuf
Stefan Beller
1
-2
/
+3
2017-10-04
sub-process: use child_process.args instead of child_process.argv
Johannes Sixt
1
-2
/
+1
2017-10-04
http-push: fix construction of hex value from path
Thomas Gummerer
1
-1
/
+1
2017-10-04
path.c: fix uninitialized memory access
Jeff King
1
-5
/
+4
2017-10-04
test-stringlist: avoid buffer underrun when sorting nothing
René Scharfe
1
-1
/
+1
2017-10-04
setup: update error message to be more meaningful
Kaartic Sivaraam
1
-1
/
+1
2017-10-04
branch: change the error messages to be more meaningful
Kaartic Sivaraam
1
-3
/
+3
2017-10-04
t7301: use test_terminal to check color
Jeff King
1
-2
/
+3
2017-10-04
t4015: use --color with --color-moved
Jeff King
1
-13
/
+12
2017-10-04
color: make "always" the same as "auto" in config
Jeff King
3
-19
/
+28
2017-10-04
provide --color option for all ref-filter users
Jeff King
6
-4
/
+16
2017-10-04
t3205: use --color instead of color.branch=always
Jeff King
1
-3
/
+2
2017-10-04
t3203: drop "always" color test
Jeff King
1
-6
/
+0
2017-10-04
t6006: drop "always" color config tests
Jeff King
1
-15
/
+5
2017-10-04
t7502: use diff.noprefix for --verbose test
Jeff King
1
-2
/
+2
2017-10-04
t7508: use test_terminal for color output
Jeff King
1
-20
/
+21
2017-10-04
t3701: use test-terminal to collect color output
Jeff King
1
-5
/
+3
2017-10-04
t4015: prefer --color to -c color.diff=always
Jeff King
1
-14
/
+14
2017-10-04
test-terminal: set TERM=vt100
Jeff King
7
-10
/
+9
[next]