Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'rs/compat-strdup' | Junio C Hamano | 2016-09-12 |
|\ | |||
| * | compat: move strdup(3) replacement to its own file | René Scharfe | 2016-09-07 |
* | | Merge branch 'jk/squelch-false-warning-from-gcc-o3' | Junio C Hamano | 2016-09-12 |
|\ \ | |||
| * | | error_errno: use constant return similar to error() | Jeff King | 2016-08-31 |
| |/ | |||
* | | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' | Junio C Hamano | 2016-08-25 |
|\ \ | |||
| * | | mingw: ensure temporary file handles are not inherited by child processes | Ben Wijen | 2016-08-23 |
| |/ | |||
* | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-08-17 |
|\ \ | |||
| * | | correct FLEXPTR_* example in comment | René Scharfe | 2016-08-13 |
* | | | Merge branch 'jk/common-main' | Junio C Hamano | 2016-07-19 |
|\ \ \ | |||
| * \ \ | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 2016-07-06 |
| |\ \ \ | | |_|/ | |/| | | |||
| | * | | add an extra level of indirection to main() | Jeff King | 2016-07-01 |
| | * | | Merge branch 'ky/imap-send-openssl-1.1.0' into maint | Junio C Hamano | 2016-05-06 |
| | |\ \ | |||
* | | \ \ | Merge branch 'jk/ansi-color' | Junio C Hamano | 2016-07-11 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | add skip_prefix_mem helper | Jeff King | 2016-06-23 |
* | | | | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 |
|\ \ \ \ \ | |||
| * | | | | | usage.c: add warning_errno() and error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 |
| | |/ / / | |/| | | | |||
* | | | | | Merge branch 'ky/imap-send-openssl-1.1.0' | Junio C Hamano | 2016-04-22 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||
| * | | | configure: remove checking for HMAC_CTX_cleanup | Kazuki Yamaguchi | 2016-04-08 |
| * | | | Merge branch 'maint-2.5' into maint-2.6 | Junio C Hamano | 2016-03-17 |
| |\ \ \ | |||
| | * \ \ | Merge branch 'maint-2.4' into maint-2.5 | Junio C Hamano | 2016-03-17 |
| | |\ \ \ | | | |/ / | |||
* | | | | | Merge branch 'es/st-add4-gcc-4.2-workaround' into maint | Junio C Hamano | 2016-03-21 |
|\ \ \ \ \ | |||
| * | | | | | git-compat-util: st_add4: work around gcc 4.2.x compiler crash | Eric Sunshine | 2016-03-21 |
| | |_|/ / | |/| | | | |||
| * | | | | add helpers for detecting size_t overflow | Jeff King | 2016-03-16 |
| * | | | | Merge branch 'cb/array-size' into maint | Junio C Hamano | 2015-06-25 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'jk/diagnose-config-mmap-failure' into maint | Junio C Hamano | 2015-06-25 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'ep/do-not-feed-a-pointer-to-array-size' into maint | Junio C Hamano | 2015-06-16 |
| |\ \ \ \ \ \ | |||
* | \ \ \ \ \ \ | Merge branch 'ak/git-strip-extension-from-dashed-command' into maint | Junio C Hamano | 2016-03-10 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||
| * | | | | | | | git.c: simplify stripping extension of a file in handle_builtin() | Alexander Kuleshov | 2016-02-21 |
* | | | | | | | | git-compat-util: drop mempcpy compat code | Jeff King | 2016-02-22 |
* | | | | | | | | add helpers for allocating flex-array structs | Jeff King | 2016-02-22 |
* | | | | | | | | harden REALLOC_ARRAY and xcalloc against size_t overflow | Jeff King | 2016-02-22 |
* | | | | | | | | add helpers for detecting size_t overflow | Jeff King | 2016-02-19 |
* | | | | | | | | Merge branch 'js/dirname-basename' into maint | Junio C Hamano | 2016-02-05 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | compat/basename.c: provide a dirname() compatibility function | Johannes Schindelin | 2016-01-12 |
| * | | | | | | | | Refactor skipping DOS drive prefixes | Johannes Schindelin | 2016-01-12 |
| | |_|_|_|_|/ / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'js/fopen-harder' into maint | Junio C Hamano | 2016-02-05 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | commit: allow editing the commit message even in shared repos | Johannes Schindelin | 2016-01-07 |
| |/ / / / / / / | |||
* | | | | | | | | Merge branch 'jk/ident-loosen-getpwuid' | Junio C Hamano | 2015-12-21 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||
| * | | | | | | | ident: make xgetpwuid_self() a static local helper | Jeff King | 2015-12-10 |
| * | | | | | | | Merge branch 'js/misc-fixes' into maint | Junio C Hamano | 2015-11-05 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'js/misc-fixes' | Junio C Hamano | 2015-10-30 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||
| * | | | | | | | Correct fscanf formatting string for I64u values | Waldek Maleska | 2015-10-26 |
| * | | | | | | | Squelch warning about an integer overflow | Johannes Schindelin | 2015-10-26 |
* | | | | | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 2015-10-05 |
| * | | | | | | | | add xsnprintf helper function | Jeff King | 2015-09-25 |
| | |/ / / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'kn/for-each-tag' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||
| * | | | | | | | strtoul_ui: reject negative values | Matthieu Moy | 2015-09-17 |
* | | | | | | | | Merge branch 'jk/long-error-messages' | Junio C Hamano | 2015-08-25 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||
| * | | | | | | | vreportf: report to arbitrary filehandles | Jeff King | 2015-08-11 |
| |/ / / / / / |