summaryrefslogtreecommitdiffstats
path: root/po (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-21run-command: block signals between fork and execveEric Wong1-0/+68
2017-04-21run-command: add note about forking and threadingBrandon Williams1-0/+9
2017-04-21run-command: handle dup2 and close errors in childBrandon Williams1-16/+42
2017-04-21run-command: eliminate calls to error handling functions in childBrandon Williams1-32/+89
2017-04-21run-command: don't die in child when duping /dev/nullBrandon Williams1-15/+13
2017-04-21run-command: prepare child environment before forkingBrandon Williams1-10/+56
2017-04-21string-list: add string_list_remove functionBrandon Williams2-0/+25
2017-04-21run-command: use the async-signal-safe execv instead of execvpBrandon Williams1-1/+29
2017-04-21run-command: prepare command before forkingBrandon Williams1-20/+26
2017-04-21t0061: run_command executes scripts without a #! lineBrandon Williams1-0/+11
2017-04-19t5550: use write_script to generate post-update hookBrandon Williams1-2/+3
2017-04-17Twelfth batch for 2.13Junio C Hamano1-0/+16
2017-04-14difftool: fix use-after-freeJohannes Schindelin2-2/+24
2017-04-11Eleventh batch for 2.13Junio C Hamano1-0/+14
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller2-0/+30
2017-04-01git-bisect.txt: add missing wordQuentin Pradet1-1/+1
2017-04-01Documentation: document elements in "ls-files -s" output in orderMostyn Bramley-Moore1-1/+1
2017-04-01index-pack: detect local corruption in collision checkJeff King2-0/+19
2017-04-01sha1_loose_object_info: return error for corrupted objectsJeff King2-1/+8
2017-04-01contrib/git-resurrect.sh: do not write \t for HT in sed scriptsJunio C Hamano1-2/+2
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano2-2/+1
2017-03-30daemon: use an argv_array to exec childrenJeff King1-21/+17
2017-03-30gc: replace local buffer with git_pathJeff King1-7/+1
2017-03-30transport-helper: replace checked snprintf with xsnprintfJeff King1-4/+1
2017-03-30convert unchecked snprintf into xsnprintfJeff King5-11/+11
2017-03-30combine-diff: replace malloc/snprintf with xstrfmtJeff King1-3/+4
2017-03-30replace unchecked snprintf calls with heap buffersJeff King4-14/+17
2017-03-30receive-pack: print --pack-header directly into argv arrayJeff King1-7/+10
2017-03-30name-rev: replace static buffer with strbufJeff King1-9/+12
2017-03-30create_branch: use xstrfmt for reflog messageJeff King1-5/+4
2017-03-30create_branch: move msg setup closer to point of useJeff King1-8/+9
2017-03-30avoid using mksnpath for refsJeff King1-18/+26
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King4-39/+41
2017-03-30fetch: use heap buffer to format reflogJeff King1-2/+4
2017-03-30tag: use strbuf to format tag headerJeff King1-15/+12
2017-03-30diff: avoid fixed-size buffer for patch-idsJeff King1-31/+37
2017-03-30Tenth batch for 2.13Junio C Hamano1-2/+64
2017-03-30difftool: avoid strcpyJeff King1-16/+15
2017-03-30update-index: fix xgetcwd() related memory leakChristian Couder1-1/+5
2017-03-30unpack-trees.c: align submodule error message to the other error messagesStefan Beller1-1/+1
2017-03-29perl: regenerate perl.mak if perl -V changesÆvar Arnfjörð Bjarmason1-0/+1
2017-03-29Makefile: detect errors in running spatchJeff King1-2/+10
2017-03-29odb_mkstemp: use git_path_bufJeff King1-4/+2
2017-03-29odb_mkstemp: write filename into strbufJeff King6-27/+30
2017-03-29do not check odb_mkstemp return value for errorsJeff King4-8/+10
2017-03-28Ninth batch for 2.13Junio C Hamano1-30/+24
2017-03-28Prepare for 2.12.3Junio C Hamano2-1/+58
2017-03-28travis-ci: build and test Git on WindowsLars Schneider2-0/+85
2017-03-28builtin/receive-pack: fix incorrect pointer arithmeticbrian m. carlson1-1/+1
2017-03-28notes: do not break note_tree structure in note_tree_consolidate()Mike Hommey1-2/+4