summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano2014-07-281-11/+0
* Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-0/+4
|\
| * trace: add 'file:line' to all trace outputKarsten Blees2014-07-131-0/+4
* | Merge branch 'ak/profile-feedback-build'Junio C Hamano2014-07-211-0/+2
|\ \
| * | Don't define away __attribute__ on gccAndi Kleen2014-07-071-0/+2
* | | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-161-8/+33
|\ \ \
| * | | replace has_extension with ends_withJeff King2014-06-301-7/+0
| * | | implement ends_with via strip_suffixJeff King2014-06-301-1/+6
| * | | add strip_suffix functionJeff King2014-06-301-0/+27
| * | | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-251-0/+1
| |\ \ \
* | \ \ \ Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-4/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refactor skip_prefix to return a booleanJeff King2014-06-201-4/+23
| | |_|/ | |/| |
* | | | Merge branch 'dt/refs-check-refname-component-sse'Junio C Hamano2014-07-021-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | refs.c: SSE2 optimizations for check_refname_componentdt/refs-check-refname-component-sseDavid Turner2014-06-181-0/+11
* | | | Merge branch 'sk/windows-unc-path'Junio C Hamano2014-06-161-0/+4
|\ \ \ \
| * | | | Windows: allow using UNC path for git repositorysk/windows-unc-pathCezary Zawadka2014-06-101-0/+4
* | | | | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano2014-06-061-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | let clang use the constant-return error() macrojk/squelch-compiler-warning-from-funny-error-macroJeff King2014-05-061-1/+1
| * | | | inline constant return from error() functionJeff King2014-05-061-1/+5
| |/ / /
| * | | Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-04-091-0/+7
| |\ \ \
* | \ \ \ Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-031-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-101-0/+1
* | | | | Merge branch 'ks/tree-diff-nway'Junio C Hamano2014-06-031-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Portable alloca for GitKirill Smelkov2014-03-271-0/+8
| | |/ / | |/| |
* | | | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-04-081-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | date: recognize bogus FreeBSD gmtime outputJeff King2014-04-011-0/+7
* | | | Merge branch 'nd/gc-aggressive'Junio C Hamano2014-04-031-1/+1
|\ \ \ \
| * | | | environment.c: fix constness for odb_pack_keep()nd/gc-aggressiveNguyễn Thái Ngọc Duy2014-03-311-1/+1
* | | | | Merge branch 'dk/skip-prefix-scan-only-once'Junio C Hamano2014-03-211-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | skip_prefix(): scan prefix only oncedk/skip-prefix-scan-only-onceDavid Kastrup2014-03-031-2/+5
| | |/ / | |/| |
* | | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-141-12/+0
|\ \ \ \
| * | | | stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy2014-02-201-12/+0
| |/ / /
* | | | Merge branch 'cc/starts-n-ends-with-endgame'Junio C Hamano2014-03-071-2/+0
|\ \ \ \
| * | | | strbuf: remove prefixcmp() and suffixcmp()cc/starts-n-ends-with-endgameChristian Couder2013-12-051-2/+0
* | | | | Merge branch 'bs/stdio-undef-before-redef'Junio C Hamano2014-02-271-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | git-compat-util.h: #undef (v)snprintf before #define thembs/stdio-undef-before-redefBenoit Sigoure2014-01-311-0/+6
* | | | | Merge branch 'bs/mirbsd'Junio C Hamano2014-01-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add MirBSD support to the build system.bs/mirbsdBenny Siegert2014-01-021-1/+1
| | |_|/ | |/| |
* | | | strbuf: introduce starts_with() and ends_with()Christian Couder2013-12-051-0/+2
|/ / /
* | | Windows: do not redefine _WIN32_WINNTkb/msvc-compileSebastian Schuberth2013-09-111-1/+1
* | | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-091-5/+0
|\ \ \
| * | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mbSteffen Prohaska2013-08-201-5/+0
* | | | Merge branch 'bc/unuse-packfile'Junio C Hamano2013-09-041-1/+1
|\ \ \ \
| * | | | Don't close pack fd when free'ing pack windowsbc/unuse-packfileBrandon Casey2013-08-021-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'jk/a-thread-only-dies-once' into maintJunio C Hamano2013-04-261-0/+1
| |\ \ \
* | \ \ \ Merge branch 'da/darwin'Junio C Hamano2013-09-041-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | OS X: Fix redeclaration of die warningda/darwinBrian Gernhardt2013-08-051-10/+10
| * | | | imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston2013-07-301-0/+11
* | | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-021-3/+0
|\ \ \ \ \
| * | | | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-3/+0