aboutsummaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \
| * | | | | | | | compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-12
| * | | | | | | | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-12
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \ \ \
| * | | | | | | | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-07
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano2015-12-21
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | ident: make xgetpwuid_self() a static local helperJeff King2015-12-10
| * | | | | | | Merge branch 'js/misc-fixes' into maintJunio C Hamano2015-11-05
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-30
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Correct fscanf formatting string for I64u valuesWaldek Maleska2015-10-26
| * | | | | | | Squelch warning about an integer overflowJohannes Schindelin2015-10-26
* | | | | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ \ \ \ \ \ \
| * | | | | | | | probe_utf8_pathname_composition: use internal strbufJeff King2015-10-05
| * | | | | | | | add xsnprintf helper functionJeff King2015-09-25
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-05
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | strtoul_ui: reject negative valuesMatthieu Moy2015-09-17
* | | | | | | | Merge branch 'jk/long-error-messages'Junio C Hamano2015-08-25
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | vreportf: report to arbitrary filehandlesJeff King2015-08-11
| |/ / / / / /
* | | | | | | wrapper: implement xfopen()Paul Tan2015-08-04
* | | | | | | wrapper: implement xopen()Paul Tan2015-08-04
|/ / / / / /
* | | | | | Merge branch 'cb/array-size'Junio C Hamano2015-06-25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix definition of ARRAY_SIZE for non-gcc buildsCharles Bailey2015-06-24
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/diagnose-config-mmap-failure'Junio C Hamano2015-06-11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | config.c: avoid xmmap error messagesJeff King2015-05-28
| | |/ / | |/| |
* | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \ \
| * | | | untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-12
* | | | | Merge branch 'ep/do-not-feed-a-pointer-to-array-size'Junio C Hamano2015-05-11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deri...Elia Pinto2015-05-05
| | |/ / | |/| |
* | | | git-compat-util: add fallbacks for unlocked stdioJeff King2015-04-16
| |_|/ |/| |
* | | Merge branch 'km/bsd-sysctl'Junio C Hamano2015-03-20
|\ \ \
| * | | configure: support HAVE_BSD_SYSCTL optionKyle J. McKay2015-03-10
* | | | Merge branch 'km/bsd-shells'Junio C Hamano2015-03-20
|\ \ \ \ | |_|_|/ |/| | |
| * | | git-compat-util.h: move SHELL_PATH default into headerKyle J. McKay2015-03-10
| * | | Merge branch 'rj/no-xopen-source-for-cygwin' into maintJunio C Hamano2015-03-06
| |\ \ \
| * \ \ \ Merge branch 'es/squelch-openssl-warnings-on-macosx' into maintJunio C Hamano2015-03-05
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-24
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bw/kwset-use-unsigned'Junio C Hamano2015-03-06
|\ \ \ \ \ \
| * | | | | | kwset: use unsigned char to store values with high-bit setBen Walton2015-03-02
* | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin'Junio C Hamano2015-03-05
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | git-compat-util.h: remove redundant codeRamsay Jones2015-02-22
* | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx'Junio C Hamano2015-02-22
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIREDKyle J. McKay2015-02-09
* | | | | | | Merge branch 'km/gettext-n'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \
| * | | | | | | gettext.h: add parentheses around N_ expansion if supportedKyle J. McKay2015-01-12
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-11
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | git-compat-util: add xstrdup_or_null helperJeff King2015-01-13
* | | | | | Merge branch 'rh/autoconf-rhel3'Junio C Hamano2015-01-14
|\ \ \ \ \ \
| * | | | | | configure.ac: check for HMAC_CTX_cleanupReuben Hawkins2015-01-09
* | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx'Junio C Hamano2015-01-07
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | git-compat-util: suppress unavoidable Apple-specific deprecation warningsEric Sunshine2014-12-18
| | |/ / / | |/| | |