summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* usage.c: drop set_error_handle()bw/forking-and-threadingJeff King2017-05-152-10/+1
* run-command: restrict PATH search to executable filesBrandon Williams2017-04-252-1/+48
* run-command: expose is_executable functionBrandon Williams2017-04-253-42/+44
* run-command: block signals between fork and execveEric Wong2017-04-201-0/+68
* run-command: add note about forking and threadingBrandon Williams2017-04-201-0/+9
* run-command: handle dup2 and close errors in childBrandon Williams2017-04-201-16/+42
* run-command: eliminate calls to error handling functions in childBrandon Williams2017-04-201-32/+89
* run-command: don't die in child when duping /dev/nullBrandon Williams2017-04-201-15/+13
* run-command: prepare child environment before forkingBrandon Williams2017-04-201-10/+56
* string-list: add string_list_remove functionBrandon Williams2017-04-202-0/+25
* run-command: use the async-signal-safe execv instead of execvpBrandon Williams2017-04-201-1/+29
* run-command: prepare command before forkingBrandon Williams2017-04-201-20/+26
* t0061: run_command executes scripts without a #! lineBrandon Williams2017-04-201-0/+11
* t5550: use write_script to generate post-update hookBrandon Williams2017-04-181-2/+3
* Twelfth batch for 2.13Junio C Hamano2017-04-161-0/+16
* Merge branch 'js/difftool-builtin'Junio C Hamano2017-04-162-18/+39
|\
| * difftool: fix use-after-freejs/difftool-builtinJohannes Schindelin2017-04-132-2/+24
| * difftool: avoid strcpyJeff King2017-03-301-16/+15
* | Merge branch 'sb/unpack-trees-would-lose-submodule-message-update'Junio C Hamano2017-04-161-1/+1
|\ \
| * | unpack-trees.c: align submodule error message to the other error messagessb/unpack-trees-would-lose-submodule-message-updateStefan Beller2017-03-291-1/+1
* | | Merge branch 'ab/regen-perl-mak-with-different-perl'Junio C Hamano2017-04-161-0/+1
|\ \ \
| * | | perl: regenerate perl.mak if perl -V changesab/regen-perl-mak-with-different-perlÆvar Arnfjörð Bjarmason2017-03-291-0/+1
* | | | Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano2017-04-162-0/+30
|\ \ \ \
| * | | | diff: submodule inline diff to initialize env array.sb/show-diff-for-submodule-in-diff-fixStefan Beller2017-04-022-0/+30
| |/ / /
* | | | Merge branch 'qp/bisect-docfix'Junio C Hamano2017-04-161-1/+1
|\ \ \ \
| * | | | git-bisect.txt: add missing wordqp/bisect-docfixQuentin Pradet2017-04-011-1/+1
* | | | | Merge branch 'mm/ls-files-s-doc'Junio C Hamano2017-04-161-1/+1
|\ \ \ \ \
| * | | | | Documentation: document elements in "ls-files -s" output in ordermm/ls-files-s-docMostyn Bramley-Moore2017-04-011-1/+1
| |/ / / /
* | | | | Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-163-1/+27
|\ \ \ \ \
| * | | | | index-pack: detect local corruption in collision checkjk/loose-object-info-report-errorJeff King2017-04-012-0/+19
| * | | | | sha1_loose_object_info: return error for corrupted objectsJeff King2017-04-012-1/+8
| |/ / / /
* | | | | Merge branch 'jc/bs-t-is-not-a-tab-for-sed'Junio C Hamano2017-04-161-2/+2
|\ \ \ \ \
| * | | | | contrib/git-resurrect.sh: do not write \t for HT in sed scriptsjc/bs-t-is-not-a-tab-for-sedJunio C Hamano2017-03-311-2/+2
* | | | | | Merge branch 'jc/unused-symbols'Junio C Hamano2017-04-162-2/+1
|\ \ \ \ \ \
| * | | | | | remote.[ch]: parse_push_cas_option() can be staticjc/unused-symbolsJunio C Hamano2017-03-312-2/+1
* | | | | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-1628-224/+239
|\ \ \ \ \ \ \
| * | | | | | | daemon: use an argv_array to exec childrenJeff King2017-03-301-21/+17
| * | | | | | | gc: replace local buffer with git_pathJeff King2017-03-301-7/+1
| * | | | | | | transport-helper: replace checked snprintf with xsnprintfJeff King2017-03-301-4/+1
| * | | | | | | convert unchecked snprintf into xsnprintfJeff King2017-03-305-11/+11
| * | | | | | | combine-diff: replace malloc/snprintf with xstrfmtJeff King2017-03-301-3/+4
| * | | | | | | replace unchecked snprintf calls with heap buffersJeff King2017-03-304-14/+17
| * | | | | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-301-7/+10
| * | | | | | | name-rev: replace static buffer with strbufJeff King2017-03-301-9/+12
| * | | | | | | create_branch: use xstrfmt for reflog messageJeff King2017-03-301-5/+4
| * | | | | | | create_branch: move msg setup closer to point of useJeff King2017-03-301-8/+9
| * | | | | | | avoid using mksnpath for refsJeff King2017-03-301-18/+26
| * | | | | | | avoid using fixed PATH_MAX buffers for refsJeff King2017-03-304-39/+41
| * | | | | | | fetch: use heap buffer to format reflogJeff King2017-03-301-2/+4
| * | | | | | | tag: use strbuf to format tag headerJeff King2017-03-301-15/+12