Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/large-blobs' | Junio C Hamano | 2014-09-11 | 1 | -0/+1 |
|\ | |||||
| * | wrapper.c: introduce gentle xmallocz that does not die() | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -0/+1 |
* | | Merge branch 'rs/inline-compat-path-macros' | Junio C Hamano | 2014-09-09 | 1 | -6/+22 |
|\ \ | |||||
| * | | turn path macros into inline functionrs/inline-compat-path-macros | René Scharfe | 2014-08-18 | 1 | -6/+22 |
* | | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | wrapper: add xgetcwd() | René Scharfe | 2014-08-26 | 1 | -0/+1 |
* | | | Revert "Merge branch 'dt/refs-check-refname-component-sse'" | Junio C Hamano | 2014-07-28 | 1 | -11/+0 |
* | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | trace: add 'file:line' to all trace output | Karsten Blees | 2014-07-13 | 1 | -0/+4 |
* | | | | Merge branch 'ak/profile-feedback-build' | Junio C Hamano | 2014-07-21 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Don't define away __attribute__ on gcc | Andi Kleen | 2014-07-07 | 1 | -0/+2 |
* | | | | | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 | 1 | -8/+33 |
|\ \ \ \ \ | |||||
| * | | | | | replace has_extension with ends_with | Jeff King | 2014-06-30 | 1 | -7/+0 |
| * | | | | | implement ends_with via strip_suffix | Jeff King | 2014-06-30 | 1 | -1/+6 |
| * | | | | | add strip_suffix function | Jeff King | 2014-06-30 | 1 | -0/+27 |
| | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maint | Junio C Hamano | 2014-06-25 | 1 | -0/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -4/+23 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 1 | -4/+23 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'dt/refs-check-refname-component-sse' | Junio C Hamano | 2014-07-02 | 1 | -0/+11 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | refs.c: SSE2 optimizations for check_refname_componentdt/refs-check-refname-component-sse | David Turner | 2014-06-18 | 1 | -0/+11 |
* | | | | | Merge branch 'sk/windows-unc-path' | Junio C Hamano | 2014-06-16 | 1 | -0/+4 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Windows: allow using UNC path for git repositorysk/windows-unc-path | Cezary Zawadka | 2014-06-10 | 1 | -0/+4 |
* | | | | | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro' | Junio C Hamano | 2014-06-06 | 1 | -2/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | let clang use the constant-return error() macrojk/squelch-compiler-warning-from-funny-error-macro | Jeff King | 2014-05-06 | 1 | -1/+1 |
| * | | | | inline constant return from error() function | Jeff King | 2014-05-06 | 1 | -1/+5 |
| |/ / / | |||||
| * | | | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 2014-04-09 | 1 | -0/+7 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'ym/fix-opportunistic-index-update-race' | Junio C Hamano | 2014-06-03 | 1 | -0/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | wrapper.c: add xpread() similar to xread() | Yiannis Marangos | 2014-04-10 | 1 | -0/+1 |
* | | | | | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 2014-06-03 | 1 | -0/+8 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Portable alloca for Git | Kirill Smelkov | 2014-03-27 | 1 | -0/+8 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-04-08 | 1 | -0/+7 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | date: recognize bogus FreeBSD gmtime output | Jeff King | 2014-04-01 | 1 | -0/+7 |
* | | | | Merge branch 'nd/gc-aggressive' | Junio C Hamano | 2014-04-03 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | environment.c: fix constness for odb_pack_keep()nd/gc-aggressive | Nguyễn Thái Ngọc Duy | 2014-03-31 | 1 | -1/+1 |
* | | | | | Merge branch 'dk/skip-prefix-scan-only-once' | Junio C Hamano | 2014-03-21 | 1 | -2/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | skip_prefix(): scan prefix only oncedk/skip-prefix-scan-only-once | David Kastrup | 2014-03-03 | 1 | -2/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2014-03-14 | 1 | -12/+0 |
|\ \ \ \ | |||||
| * | | | | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 2014-02-20 | 1 | -12/+0 |
| |/ / / | |||||
* | | | | Merge branch 'cc/starts-n-ends-with-endgame' | Junio C Hamano | 2014-03-07 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | strbuf: remove prefixcmp() and suffixcmp()cc/starts-n-ends-with-endgame | Christian Couder | 2013-12-05 | 1 | -2/+0 |
* | | | | | Merge branch 'bs/stdio-undef-before-redef' | Junio C Hamano | 2014-02-27 | 1 | -0/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | git-compat-util.h: #undef (v)snprintf before #define thembs/stdio-undef-before-redef | Benoit Sigoure | 2014-01-31 | 1 | -0/+6 |
* | | | | | Merge branch 'bs/mirbsd' | Junio C Hamano | 2014-01-10 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Add MirBSD support to the build system.bs/mirbsd | Benny Siegert | 2014-01-02 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | strbuf: introduce starts_with() and ends_with() | Christian Couder | 2013-12-05 | 1 | -0/+2 |
|/ / / | |||||
* | | | Windows: do not redefine _WIN32_WINNTkb/msvc-compile | Sebastian Schuberth | 2013-09-11 | 1 | -1/+1 |
* | | | Merge branch 'sp/clip-read-write-to-8mb' | Junio C Hamano | 2013-09-09 | 1 | -5/+0 |
|\ \ \ | |||||
| * | | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mb | Steffen Prohaska | 2013-08-20 | 1 | -5/+0 |
* | | | | Merge branch 'bc/unuse-packfile' | Junio C Hamano | 2013-09-04 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Don't close pack fd when free'ing pack windowsbc/unuse-packfile | Brandon Casey | 2013-08-02 | 1 | -1/+1 |
| | |_|/ | |/| | |