index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
split-index.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-10
cmd_merge(): remove unneeded flag variable
Michael Haggerty
1
-2
/
+2
2016-04-10
fsck_head_link(): remove unneeded flag variable
Michael Haggerty
1
-2
/
+1
2016-04-10
read_raw_ref(): change flags parameter to unsigned int
Michael Haggerty
1
-3
/
+3
2016-04-10
files-backend: inline resolve_ref_1() into resolve_ref_unsafe()
Michael Haggerty
1
-22
/
+9
2016-04-10
read_raw_ref(): manage own scratch space
Michael Haggerty
1
-35
/
+41
2016-04-10
files-backend: break out ref reading
David Turner
1
-99
/
+145
2016-04-10
resolve_ref_1(): eliminate local variable "bad_name"
Michael Haggerty
1
-8
/
+5
2016-04-10
resolve_ref_1(): reorder code
Michael Haggerty
1
-2
/
+2
2016-04-10
resolve_ref_1(): eliminate local variable
Michael Haggerty
1
-7
/
+6
2016-04-10
resolve_ref_unsafe(): ensure flags is always set
Michael Haggerty
1
-18
/
+13
2016-04-10
resolve_ref_unsafe(): use for loop to count up to MAXDEPTH
Michael Haggerty
1
-7
/
+6
2016-04-10
resolve_missing_loose_ref(): simplify semantics
Michael Haggerty
1
-14
/
+10
2016-04-10
t1430: improve test coverage of deletion of badly-named refs
Michael Haggerty
1
-8
/
+96
2016-04-10
t1430: test for-each-ref in the presence of badly-named refs
Michael Haggerty
1
-0
/
+16
2016-04-10
t1430: don't rely on symbolic-ref for creating broken symrefs
Michael Haggerty
1
-2
/
+2
2016-04-10
t1430: clean up broken refs/tags/shadow
Michael Haggerty
1
-1
/
+1
2016-04-10
t1430: test the output and error of some commands more carefully
Michael Haggerty
1
-6
/
+12
2016-04-10
refs: move for_each_*ref* functions into common code
David Turner
3
-57
/
+66
2016-04-10
refs: move head_ref{,_submodule} to the common code
David Turner
2
-28
/
+23
2016-03-12
verify_repository_format: mark messages for translation
Jeff King
1
-2
/
+2
2016-03-12
setup: drop repository_format_version global
Jeff King
3
-3
/
+0
2016-03-12
setup: unify repository version callbacks
Jeff King
2
-43
/
+23
2016-03-12
init: use setup.c's repo version verification
Jeff King
1
-9
/
+12
2016-03-12
setup: refactor repo format reading and verification
Jeff King
2
-39
/
+103
2016-03-12
config: drop git_config_early
Jeff King
3
-16
/
+4
2016-03-12
check_repository_format_gently: stop using git_config_early
Jeff King
1
-8
/
+3
2016-03-12
lazily load core.sharedrepository
Jeff King
2
-2
/
+9
2016-03-12
wrap shared_repository global in get/set accessors
Jeff King
5
-20
/
+33
2016-03-12
setup: document check_repository_format()
Jeff King
2
-3
/
+10
2016-03-04
Git 2.8-rc1
v2.8.0-rc1
Junio C Hamano
2
-1
/
+13
2016-03-04
t9700: fix test for perl older than 5.14
Jeff King
1
-1
/
+7
2016-03-03
documentation: fix some typos
Thomas Ackermann
2
-2
/
+2
2016-03-03
t0001: fix GIT_* environment variable check under --valgrind
Johannes Sixt
1
-11
/
+9
2016-03-02
Mark win32's pthread_exit() as NORETURN
Johannes Schindelin
1
-1
/
+1
2016-03-01
run-command: do not pass child process data into callbacks
Stefan Beller
4
-32
/
+9
2016-02-29
trailer.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-02-29
ref-filter.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-14
/
+14
2016-02-29
builtin/clone.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2016-02-29
builtin/checkout.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-02-29
compat/mingw: brown paper bag fix for 50a6c8e
Jeff King
1
-1
/
+1
2016-02-29
config.mak.uname: use clang for Mac OS X 10.6
Torsten Bögershausen
1
-0
/
+3
2016-02-27
sha1_file.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2016-02-26
Git 2.8-rc0
v2.8.0-rc0
Junio C Hamano
2
-1
/
+96
2016-02-26
t/lib-httpd: load mod_unixd
Michael J Gruber
1
-0
/
+3
2016-02-25
t5504: handle expected output from SIGPIPE death
Jeff King
1
-1
/
+4
2016-02-25
test_must_fail: report number of unexpected signal
Jeff King
1
-1
/
+1
2016-02-25
fetch-pack: ignore SIGPIPE in sideband demuxer
Jeff King
1
-1
/
+5
2016-02-25
write_or_die: handle EPIPE in async threads
Jeff King
3
-0
/
+15
2016-02-25
add DEVELOPER makefile knob to check for acknowledged warnings
Lars Schneider
3
-1
/
+18
2016-02-25
refs: document transaction semantics
David Turner
1
-0
/
+12
[next]