Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | Merge branch 'sk/windows-unc-path' | Junio C Hamano | 1 | -0/+4 |
2014-06-10 | Windows: allow using UNC path for git repository | Cezary Zawadka | 1 | -0/+4 |
2014-06-06 | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro' | Junio C Hamano | 1 | -2/+6 |
2014-06-03 | Merge branch 'ym/fix-opportunistic-index-update-race' | Junio C Hamano | 1 | -0/+1 |
2014-06-03 | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 1 | -0/+8 |
2014-05-06 | let clang use the constant-return error() macro | Jeff King | 1 | -1/+1 |
2014-05-06 | inline constant return from error() function | Jeff King | 1 | -1/+5 |
2014-04-10 | wrapper.c: add xpread() similar to xread() | Yiannis Marangos | 1 | -0/+1 |
2014-04-09 | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 1 | -0/+7 |
2014-04-08 | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 1 | -0/+7 |
2014-04-03 | Merge branch 'nd/gc-aggressive' | Junio C Hamano | 1 | -1/+1 |
2014-04-01 | date: recognize bogus FreeBSD gmtime output | Jeff King | 1 | -0/+7 |
2014-03-31 | environment.c: fix constness for odb_pack_keep() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-03-27 | Portable alloca for Git | Kirill Smelkov | 1 | -0/+8 |
2014-03-21 | Merge branch 'dk/skip-prefix-scan-only-once' | Junio C Hamano | 1 | -2/+5 |
2014-03-14 | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 1 | -12/+0 |
2014-03-07 | Merge branch 'cc/starts-n-ends-with-endgame' | Junio C Hamano | 1 | -2/+0 |
2014-03-03 | skip_prefix(): scan prefix only once | David Kastrup | 1 | -2/+5 |
2014-02-27 | Merge branch 'bs/stdio-undef-before-redef' | Junio C Hamano | 1 | -0/+6 |
2014-02-20 | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 1 | -12/+0 |
2014-01-31 | git-compat-util.h: #undef (v)snprintf before #define them | Benoit Sigoure | 1 | -0/+6 |
2014-01-10 | Merge branch 'bs/mirbsd' | Junio C Hamano | 1 | -1/+1 |
2014-01-02 | Add MirBSD support to the build system. | Benny Siegert | 1 | -1/+1 |
2013-12-05 | strbuf: remove prefixcmp() and suffixcmp() | Christian Couder | 1 | -2/+0 |
2013-12-05 | strbuf: introduce starts_with() and ends_with() | Christian Couder | 1 | -0/+2 |
2013-09-11 | Windows: do not redefine _WIN32_WINNT | Sebastian Schuberth | 1 | -1/+1 |
2013-09-09 | Merge branch 'sp/clip-read-write-to-8mb' | Junio C Hamano | 1 | -5/+0 |
2013-09-04 | Merge branch 'bc/unuse-packfile' | Junio C Hamano | 1 | -1/+1 |
2013-09-04 | Merge branch 'da/darwin' | Junio C Hamano | 1 | -0/+10 |
2013-08-20 | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" | Steffen Prohaska | 1 | -5/+0 |
2013-08-05 | OS X: Fix redeclaration of die warning | Brian Gernhardt | 1 | -10/+10 |
2013-08-02 | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 1 | -3/+0 |
2013-08-02 | Don't close pack fd when free'ing pack windows | Brandon Casey | 1 | -1/+1 |
2013-07-30 | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 1 | -0/+11 |
2013-07-22 | Merge branch 'jk/gcc-function-attributes' | Junio C Hamano | 1 | -0/+7 |
2013-07-19 | Add the LAST_ARG_MUST_BE_NULL macro | Ramsay Jones | 1 | -0/+7 |
2013-07-18 | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 1 | -3/+0 |
2013-06-11 | Merge branch 'rj/mingw-cygwin' | Junio C Hamano | 1 | -1/+2 |
2013-06-06 | Merge branch 'rj/mingw-compat-st-mode-bits' | Junio C Hamano | 1 | -1/+3 |
2013-06-02 | Merge branch 'fc/macos-x-clipped-write' | Junio C Hamano | 1 | -0/+5 |
2013-05-29 | path: Fix a sparse warning | Ramsay Jones | 1 | -1/+3 |
2013-05-29 | Merge branch 'jn/config-ignore-inaccessible' | Junio C Hamano | 1 | -2/+3 |
2013-05-17 | compate/clipped-write.c: large write(2) fails on Mac OS X/XNU | Filipe Cabecinhas | 1 | -0/+5 |
2013-05-08 | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE | Jonathan Nieder | 1 | -1/+2 |
2013-04-26 | Merge branch 'jk/a-thread-only-dies-once' into maint | Junio C Hamano | 1 | -0/+1 |
2013-04-19 | Merge branch 'jk/a-thread-only-dies-once' | Junio C Hamano | 1 | -0/+1 |
2013-04-16 | usage: allow pluggable die-recursion checks | Jeff King | 1 | -0/+1 |
2013-04-15 | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 1 | -2/+3 |
2013-03-25 | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 1 | -0/+1 |
2013-03-25 | Merge branch 'maint-1.8.1' into maint | Junio C Hamano | 1 | -0/+11 |