Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-compat-util: drop mempcpy compat code | Jeff King | 2016-02-22 | 1 | -9/+0 |
* | add helpers for allocating flex-array structs | Jeff King | 2016-02-22 | 1 | -0/+62 |
* | harden REALLOC_ARRAY and xcalloc against size_t overflow | Jeff King | 2016-02-22 | 1 | -1/+2 |
* | add helpers for detecting size_t overflow | Jeff King | 2016-02-19 | 1 | -0/+34 |
* | Merge branch 'js/dirname-basename' into maint | Junio C Hamano | 2016-02-05 | 1 | -0/+10 |
|\ | |||||
| * | compat/basename.c: provide a dirname() compatibility function | Johannes Schindelin | 2016-01-12 | 1 | -0/+2 |
| * | Refactor skipping DOS drive prefixes | Johannes Schindelin | 2016-01-12 | 1 | -0/+8 |
* | | Merge branch 'js/fopen-harder' into maint | Junio C Hamano | 2016-02-05 | 1 | -0/+1 |
|\ \ | |||||
| * | | commit: allow editing the commit message even in shared repos | Johannes Schindelin | 2016-01-07 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'jk/ident-loosen-getpwuid' | Junio C Hamano | 2015-12-21 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | ident: make xgetpwuid_self() a static local helper | Jeff King | 2015-12-10 | 1 | -3/+0 |
| * | Merge branch 'js/misc-fixes' into maint | Junio C Hamano | 2015-11-05 | 1 | -1/+5 |
| |\ | |||||
* | \ | Merge branch 'js/misc-fixes' | Junio C Hamano | 2015-10-30 | 1 | -1/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | Correct fscanf formatting string for I64u valuesjs/misc-fixes | Waldek Maleska | 2015-10-26 | 1 | -0/+4 |
| * | | Squelch warning about an integer overflow | Johannes Schindelin | 2015-10-26 | 1 | -1/+1 |
* | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 | 1 | -1/+4 |
|\ \ \ | |||||
| * | | | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 2015-10-05 | 1 | -1/+1 |
| * | | | add xsnprintf helper function | Jeff King | 2015-09-25 | 1 | -0/+3 |
| | |/ | |/| | |||||
* | | | Merge branch 'kn/for-each-tag' | Junio C Hamano | 2015-10-05 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | strtoul_ui: reject negative values | Matthieu Moy | 2015-09-17 | 1 | -0/+3 |
* | | | Merge branch 'jk/long-error-messages' | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | vreportf: report to arbitrary filehandles | Jeff King | 2015-08-11 | 1 | -1/+1 |
| |/ / | |||||
* | | | wrapper: implement xfopen() | Paul Tan | 2015-08-04 | 1 | -0/+1 |
* | | | wrapper: implement xopen() | Paul Tan | 2015-08-04 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'cb/array-size' | Junio C Hamano | 2015-06-25 | 1 | -5/+3 |
|\ \ | |||||
| * | | Fix definition of ARRAY_SIZE for non-gcc buildscb/array-size | Charles Bailey | 2015-06-24 | 1 | -5/+3 |
* | | | Merge branch 'jk/diagnose-config-mmap-failure' | Junio C Hamano | 2015-06-11 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | config.c: avoid xmmap error messages | Jeff King | 2015-05-28 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | untracked cache: guard and disable on system changes | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+1 |
* | | | | Merge branch 'ep/do-not-feed-a-pointer-to-array-size' | Junio C Hamano | 2015-05-11 | 1 | -1/+53 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deri...ep/do-not-feed-a-pointer-to-array-size | Elia Pinto | 2015-05-05 | 1 | -1/+53 |
| | |/ | |/| | |||||
* | | | git-compat-util: add fallbacks for unlocked stdio | Jeff King | 2015-04-16 | 1 | -0/+6 |
* | | | Merge branch 'km/bsd-sysctl' | Junio C Hamano | 2015-03-20 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | configure: support HAVE_BSD_SYSCTL option | Kyle J. McKay | 2015-03-10 | 1 | -0/+3 |
* | | | | Merge branch 'km/bsd-shells' | Junio C Hamano | 2015-03-20 | 1 | -0/+4 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | git-compat-util.h: move SHELL_PATH default into header | Kyle J. McKay | 2015-03-10 | 1 | -0/+4 |
| * | | | Merge branch 'rj/no-xopen-source-for-cygwin' into maint | Junio C Hamano | 2015-03-06 | 1 | -6/+0 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'es/squelch-openssl-warnings-on-macosx' into maint | Junio C Hamano | 2015-03-05 | 1 | -3/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/blame-commit-label' into maint | Junio C Hamano | 2015-02-24 | 1 | -0/+5 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'bw/kwset-use-unsigned' | Junio C Hamano | 2015-03-06 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | kwset: use unsigned char to store values with high-bit setbw/kwset-use-unsigned | Ben Walton | 2015-03-02 | 1 | -1/+1 |
* | | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin' | Junio C Hamano | 2015-03-05 | 1 | -6/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | git-compat-util.h: remove redundant coderj/no-xopen-source-for-cygwin | Ramsay Jones | 2015-02-22 | 1 | -6/+0 |
* | | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx' | Junio C Hamano | 2015-02-22 | 1 | -3/+6 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIREDes/squelch-openssl-warnings-on-macosx | Kyle J. McKay | 2015-02-09 | 1 | -3/+6 |
* | | | | | | | Merge branch 'km/gettext-n' | Junio C Hamano | 2015-02-11 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | gettext.h: add parentheses around N_ expansion if supportedkm/gettext-n | Kyle J. McKay | 2015-01-12 | 1 | -0/+4 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | git-compat-util: add xstrdup_or_null helper | Jeff King | 2015-01-13 | 1 | -0/+5 |