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