Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ym/fix-opportunistic-index-update-race' into maint | Junio C Hamano | 2014-06-25 | 1 | -0/+1 |
|\ | |||||
| * | wrapper.c: add xpread() similar to xread() | Yiannis Marangos | 2014-04-10 | 1 | -0/+1 |
* | | 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 |
| | |_|/ | |/| | | |||||
| * | | | Merge branch 'jk/a-thread-only-dies-once' into maint | Junio C Hamano | 2013-04-26 | 1 | -0/+1 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'da/darwin' | Junio C Hamano | 2013-09-04 | 1 | -0/+10 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | OS X: Fix redeclaration of die warningda/darwin | Brian Gernhardt | 2013-08-05 | 1 | -10/+10 |
| * | | | | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 2013-07-30 | 1 | -0/+11 |
* | | | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 2013-08-02 | 1 | -3/+0 |
|\ \ \ \ \ | |||||
| * | | | | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstat | Ramsay Jones | 2013-07-18 | 1 | -3/+0 |
* | | | | | | Merge branch 'jk/gcc-function-attributes' | Junio C Hamano | 2013-07-22 | 1 | -0/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Add the LAST_ARG_MUST_BE_NULL macrojk/gcc-function-attributes | Ramsay Jones | 2013-07-19 | 1 | -0/+7 |
| |/ / / / | |||||
* | | | | | Merge branch 'rj/mingw-cygwin' | Junio C Hamano | 2013-06-11 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE | Jonathan Nieder | 2013-05-08 | 1 | -1/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'rj/mingw-compat-st-mode-bits' | Junio C Hamano | 2013-06-06 | 1 | -1/+3 |
|\ \ \ \ \ | |||||
| * | | | | | path: Fix a sparse warning | Ramsay Jones | 2013-05-29 | 1 | -1/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'fc/macos-x-clipped-write' | Junio C Hamano | 2013-06-02 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | compate/clipped-write.c: large write(2) fails on Mac OS X/XNU | Filipe Cabecinhas | 2013-05-17 | 1 | -0/+5 |
* | | | | | | Merge branch 'jn/config-ignore-inaccessible' | Junio C Hamano | 2013-05-29 | 1 | -2/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 2013-04-15 | 1 | -2/+3 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'maint-1.8.1' into maint | Junio C Hamano | 2013-03-25 | 1 | -0/+11 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/a-thread-only-dies-once' | Junio C Hamano | 2013-04-19 | 1 | -0/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | usage: allow pluggable die-recursion checks | Jeff King | 2013-04-16 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -0/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jn/warn-on-inaccessible-loosen' into maint | Junio C Hamano | 2013-01-11 | 1 | -1/+5 |
| |\ \ \ \ | |||||
* | | | | | | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 2013-03-25 | 1 | -0/+1 |
* | | | | | | Merge branch 'rj/msvc-build' | Junio C Hamano | 2013-03-19 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | msvc: Fix compilation errors caused by poll.h emulation | Ramsay Jones | 2013-02-25 | 1 | -0/+3 |
* | | | | | | | Merge branch 'dm/ni-maxhost-may-be-missing' | Junio C Hamano | 2013-03-19 | 1 | -0/+11 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | git-compat-util.h: Provide missing netdb.h definitions | David Michael | 2013-02-25 | 1 | -0/+11 |
* | | | | | | Revert "compat: add strtok_r()" | Erik Faye-Lund | 2013-02-26 | 1 | -5/+0 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'jk/error-const-return' | Junio C Hamano | 2013-02-14 | 1 | -5/+5 |
|\ \ \ \ \ |