summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-26run-command: restrict PATH search to executable filesBrandon Williams
2017-04-26run-command: expose is_executable functionBrandon Williams
2017-04-21run-command: block signals between fork and execveEric Wong
2017-04-21run-command: add note about forking and threadingBrandon Williams
2017-04-21run-command: handle dup2 and close errors in childBrandon Williams
2017-04-21run-command: eliminate calls to error handling functions in childBrandon Williams
2017-04-21run-command: don't die in child when duping /dev/nullBrandon Williams
2017-04-21run-command: prepare child environment before forkingBrandon Williams
2017-04-21string-list: add string_list_remove functionBrandon Williams
2017-04-21run-command: use the async-signal-safe execv instead of execvpBrandon Williams
2017-04-21run-command: prepare command before forkingBrandon Williams
2017-04-21t0061: run_command executes scripts without a #! lineBrandon Williams
2017-04-19t5550: use write_script to generate post-update hookBrandon Williams
2017-04-17Twelfth batch for 2.13Junio C Hamano
2017-04-17Merge branch 'js/difftool-builtin'Junio C Hamano
2017-04-17Merge branch 'sb/unpack-trees-would-lose-submodule-message-update'Junio C Hamano
2017-04-17Merge branch 'ab/regen-perl-mak-with-different-perl'Junio C Hamano
2017-04-17Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano
2017-04-17Merge branch 'qp/bisect-docfix'Junio C Hamano
2017-04-17Merge branch 'mm/ls-files-s-doc'Junio C Hamano
2017-04-17Merge branch 'jk/loose-object-info-report-error'Junio C Hamano
2017-04-17Merge branch 'jc/bs-t-is-not-a-tab-for-sed'Junio C Hamano
2017-04-17Merge branch 'jc/unused-symbols'Junio C Hamano
2017-04-17Merge branch 'jk/snprintf-cleanups'Junio C Hamano
2017-04-14difftool: fix use-after-freeJohannes Schindelin
2017-04-11Eleventh batch for 2.13Junio C Hamano
2017-04-11Merge branch 'ls/travis-relays-for-windows-ci'Junio C Hamano
2017-04-11Merge branch 'cc/untracked'Junio C Hamano
2017-04-11Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano
2017-04-11Merge branch 'ab/ref-filter-no-contains'Junio C Hamano
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller
2017-04-01git-bisect.txt: add missing wordQuentin Pradet
2017-04-01Documentation: document elements in "ls-files -s" output in orderMostyn Bramley-Moore
2017-04-01index-pack: detect local corruption in collision checkJeff King
2017-04-01sha1_loose_object_info: return error for corrupted objectsJeff King
2017-04-01contrib/git-resurrect.sh: do not write \t for HT in sed scriptsJunio C Hamano
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano
2017-03-30daemon: use an argv_array to exec childrenJeff King
2017-03-30gc: replace local buffer with git_pathJeff King
2017-03-30transport-helper: replace checked snprintf with xsnprintfJeff King
2017-03-30convert unchecked snprintf into xsnprintfJeff King
2017-03-30combine-diff: replace malloc/snprintf with xstrfmtJeff King
2017-03-30replace unchecked snprintf calls with heap buffersJeff King
2017-03-30receive-pack: print --pack-header directly into argv arrayJeff King
2017-03-30name-rev: replace static buffer with strbufJeff King
2017-03-30create_branch: use xstrfmt for reflog messageJeff King
2017-03-30create_branch: move msg setup closer to point of useJeff King
2017-03-30avoid using mksnpath for refsJeff King
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King
2017-03-30fetch: use heap buffer to format reflogJeff King