| Commit message (Expand) | Author | Age |
* | Merge branch 'nd/wildmatch' | Junio C Hamano | 2013-01-10 |
|\ |
|
| * | ctype: support iscntrl, ispunct, isxdigit and isprint | Nguyễn Thái Ngọc Duy | 2012-10-15 |
| * | ctype: make sane_ctype[] const array | Nguyễn Thái Ngọc Duy | 2012-10-15 |
* | | Merge branch 'jn/warn-on-inaccessible-loosen' | Junio C Hamano | 2013-01-06 |
|\ \ |
|
| * | | config: treat user and xdg config permission problems as errors | Jonathan Nieder | 2012-10-13 |
| * | | config, gitignore: failure to access with ENOTDIR is ok | Jonathan Nieder | 2012-10-13 |
* | | | Merge branch 'jk/error-const-return' | Junio C Hamano | 2013-01-05 |
|\ \ \ |
|
| * | | | make error()'s constant return value more visible | Jeff King | 2012-12-15 |
| * | | | Merge branch 'js/format-2047' | Jeff King | 2012-11-09 |
| |\ \ \ |
|
* | | | | | Port to QNX | Matt Kraai | 2012-12-19 |
* | | | | | git-compat-util.h: do not #include <sys/param.h> by default | Junio C Hamano | 2012-12-19 |
* | | | | | Generalize the inclusion of strings.h | David Michael | 2012-12-15 |
* | | | | | Support builds when sys/param.h is missing | David Michael | 2012-12-15 |
* | | | | | Merge branch 'js/format-2047' into maint | Junio C Hamano | 2012-11-20 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | format-patch: make rfc2047 encoding more strict | Jan H. Schönherr | 2012-10-18 |
| | |/
| |/| |
|
* | | | Port to HP NonStop | Joachim Schmitz | 2012-09-19 |
* | | | Merge branch 'js/compat-itimer' | Junio C Hamano | 2012-09-12 |
|\ \ \ |
|
| * | | | Add a no-op setitimer() wrapper | Joachim Schmitz | 2012-09-08 |
* | | | | Merge branch 'jk/config-warn-on-inaccessible-paths' | Junio C Hamano | 2012-09-07 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | warn_on_inaccessible(): a helper to warn on inaccessible paths | Junio C Hamano | 2012-08-21 |
| * | | | config: warn on inaccessible files | Jeff King | 2012-08-21 |
| |/ / |
|
* | | | compat: some mkdir() do not like a slash at the end | Joachim Schmitz | 2012-08-24 |
|/ / |
|
* | | git on Mac OS and precomposed unicode | Torsten Bögershausen | 2012-07-08 |
|/ |
|
* | ident: report passwd errors with a more friendly message | Jeff King | 2012-05-22 |
* | Merge branch 'jc/pickaxe-ignore-case' | Junio C Hamano | 2012-03-07 |
|\ |
|
| * | ctype.c: Fix a sparse warning | Ramsay Jones | 2012-03-04 |
| * | Merge branch 'na/strtoimax' into maint | Junio C Hamano | 2011-12-28 |
| |\ |
|
* | | | ctype: implement islower/isupper macro | Namhyung Kim | 2012-02-10 |
* | | | Merge branch 'jk/credentials' | Junio C Hamano | 2011-12-19 |
|\ \ \ |
|
| * | | | credentials: add "cache" helper | Jeff King | 2011-12-11 |
| |/ / |
|
* | | | Merge branch 'vr/msvc' | Junio C Hamano | 2011-12-05 |
|\ \ \ |
|
| * | | | Compile fix for MSVC: Do not include sys/resources.h | Vincent van Ravesteijn | 2011-10-31 |
* | | | | Merge branch 'na/strtoimax' | Junio C Hamano | 2011-12-05 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Compatibility: declare strtoimax() under NO_STRTOUMAX | Johannes Sixt | 2011-11-05 |
* | | | git-compat-util: don't assume value for undefined variable | Ramkumar Ramachandra | 2011-11-15 |
| |/
|/| |
|
* | | Merge branch 'cb/maint-exec-error-report' | Junio C Hamano | 2011-08-17 |
|\ \ |
|
| * | | error_routine: use parent's stderr if exec fails | Clemens Buchacher | 2011-07-31 |
| |/ |
|
* | | Merge branch 'ak/gcc46-profile-feedback' | Junio C Hamano | 2011-07-19 |
|\ \ |
|
| * | | Add option to disable NORETURN | Junio C Hamano | 2011-06-20 |
| |/ |
|
* | | Merge branch 'ef/maint-win-verify-path' | Junio C Hamano | 2011-06-29 |
|\ \
| |/
|/| |
|
| * | real_path: do not assume '/' is the path seperator | Theo Niessink | 2011-05-27 |
* | | Merge branch 'jc/magic-pathspec' | Junio C Hamano | 2011-05-23 |
|\ \ |
|
| * | | magic pathspec: futureproof shorthand form | Junio C Hamano | 2011-04-08 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-04-03 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | compat: add missing #include <sys/resource.h> | Jonathan Nieder | 2011-04-03 |
| * | Merge branch 'mr/hpux' into maint | Junio C Hamano | 2011-03-20 |
| |\ |
|
* | \ | Merge branch 'jk/strbuf-vaddf' | Junio C Hamano | 2011-03-15 |
|\ \ \ |
|
| * | | | compat: fall back on __va_copy if available | Jonathan Nieder | 2011-03-08 |
| * | | | compat: provide a fallback va_copy definition | Jeff King | 2011-02-26 |
| |/ / |
|
* | | | Merge branch 'mr/hpux' | Junio C Hamano | 2011-03-15 |
|\ \ \
| |/ /
|/| /
| |/ |
|