index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
po
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-21
run-command: block signals between fork and execve
Eric Wong
1
-0
/
+68
2017-04-21
run-command: add note about forking and threading
Brandon Williams
1
-0
/
+9
2017-04-21
run-command: handle dup2 and close errors in child
Brandon Williams
1
-16
/
+42
2017-04-21
run-command: eliminate calls to error handling functions in child
Brandon Williams
1
-32
/
+89
2017-04-21
run-command: don't die in child when duping /dev/null
Brandon Williams
1
-15
/
+13
2017-04-21
run-command: prepare child environment before forking
Brandon Williams
1
-10
/
+56
2017-04-21
string-list: add string_list_remove function
Brandon Williams
2
-0
/
+25
2017-04-21
run-command: use the async-signal-safe execv instead of execvp
Brandon Williams
1
-1
/
+29
2017-04-21
run-command: prepare command before forking
Brandon Williams
1
-20
/
+26
2017-04-21
t0061: run_command executes scripts without a #! line
Brandon Williams
1
-0
/
+11
2017-04-19
t5550: use write_script to generate post-update hook
Brandon Williams
1
-2
/
+3
2017-04-17
Twelfth batch for 2.13
Junio C Hamano
1
-0
/
+16
2017-04-14
difftool: fix use-after-free
Johannes Schindelin
2
-2
/
+24
2017-04-11
Eleventh batch for 2.13
Junio C Hamano
1
-0
/
+14
2017-04-02
diff: submodule inline diff to initialize env array.
Stefan Beller
2
-0
/
+30
2017-04-01
git-bisect.txt: add missing word
Quentin Pradet
1
-1
/
+1
2017-04-01
Documentation: document elements in "ls-files -s" output in order
Mostyn Bramley-Moore
1
-1
/
+1
2017-04-01
index-pack: detect local corruption in collision check
Jeff King
2
-0
/
+19
2017-04-01
sha1_loose_object_info: return error for corrupted objects
Jeff King
2
-1
/
+8
2017-04-01
contrib/git-resurrect.sh: do not write \t for HT in sed scripts
Junio C Hamano
1
-2
/
+2
2017-03-31
remote.[ch]: parse_push_cas_option() can be static
Junio C Hamano
2
-2
/
+1
2017-03-30
daemon: use an argv_array to exec children
Jeff King
1
-21
/
+17
2017-03-30
gc: replace local buffer with git_path
Jeff King
1
-7
/
+1
2017-03-30
transport-helper: replace checked snprintf with xsnprintf
Jeff King
1
-4
/
+1
2017-03-30
convert unchecked snprintf into xsnprintf
Jeff King
5
-11
/
+11
2017-03-30
combine-diff: replace malloc/snprintf with xstrfmt
Jeff King
1
-3
/
+4
2017-03-30
replace unchecked snprintf calls with heap buffers
Jeff King
4
-14
/
+17
2017-03-30
receive-pack: print --pack-header directly into argv array
Jeff King
1
-7
/
+10
2017-03-30
name-rev: replace static buffer with strbuf
Jeff King
1
-9
/
+12
2017-03-30
create_branch: use xstrfmt for reflog message
Jeff King
1
-5
/
+4
2017-03-30
create_branch: move msg setup closer to point of use
Jeff King
1
-8
/
+9
2017-03-30
avoid using mksnpath for refs
Jeff King
1
-18
/
+26
2017-03-30
avoid using fixed PATH_MAX buffers for refs
Jeff King
4
-39
/
+41
2017-03-30
fetch: use heap buffer to format reflog
Jeff King
1
-2
/
+4
2017-03-30
tag: use strbuf to format tag header
Jeff King
1
-15
/
+12
2017-03-30
diff: avoid fixed-size buffer for patch-ids
Jeff King
1
-31
/
+37
2017-03-30
Tenth batch for 2.13
Junio C Hamano
1
-2
/
+64
2017-03-30
difftool: avoid strcpy
Jeff King
1
-16
/
+15
2017-03-30
update-index: fix xgetcwd() related memory leak
Christian Couder
1
-1
/
+5
2017-03-30
unpack-trees.c: align submodule error message to the other error messages
Stefan Beller
1
-1
/
+1
2017-03-29
perl: regenerate perl.mak if perl -V changes
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2017-03-29
Makefile: detect errors in running spatch
Jeff King
1
-2
/
+10
2017-03-29
odb_mkstemp: use git_path_buf
Jeff King
1
-4
/
+2
2017-03-29
odb_mkstemp: write filename into strbuf
Jeff King
6
-27
/
+30
2017-03-29
do not check odb_mkstemp return value for errors
Jeff King
4
-8
/
+10
2017-03-28
Ninth batch for 2.13
Junio C Hamano
1
-30
/
+24
2017-03-28
Prepare for 2.12.3
Junio C Hamano
2
-1
/
+58
2017-03-28
travis-ci: build and test Git on Windows
Lars Schneider
2
-0
/
+85
2017-03-28
builtin/receive-pack: fix incorrect pointer arithmetic
brian m. carlson
1
-1
/
+1
2017-03-28
notes: do not break note_tree structure in note_tree_consolidate()
Mike Hommey
1
-2
/
+4
[next]