summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/repack-in-c'Junio C Hamano2013-10-181-1/+1
|\
| * repack: rewrite the shell script in CStefan Beller2013-09-171-1/+1
* | sparse: suppress some "using sizeof on a function" warningsRamsay Jones2013-10-141-0/+3
* | Merge branch 'jk/remove-remote-helpers-in-python'Junio C Hamano2013-09-171-16/+0
|\ \
| * | git_remote_helpers: remove little used Python libraryjk/remove-remote-helpers-in-pythonJohn Keeping2013-09-091-16/+0
* | | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-091-8/+0
|\ \ \
| * | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mbSteffen Prohaska2013-08-201-8/+0
| | |/ | |/|
* | | Merge branch 'jc/url-match'Junio C Hamano2013-09-091-0/+3
|\ \ \ | |_|/ |/| |
| * | config: parse http.<url>.<variable> using urlmatchKyle J. McKay2013-08-051-0/+3
* | | Merge branch 'da/darwin'Junio C Hamano2013-09-041-0/+3
|\ \ \ | |_|/ |/| |
| * | Makefile: Fix APPLE_COMMON_CRYPTO with BLK_SHA1Brian Gernhardt2013-08-051-1/+3
| * | imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston2013-07-301-0/+1
* | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-021-1/+0
|\ \ \
| * | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-1/+0
* | | | Merge branch 'es/check-mailmap'Junio C Hamano2013-07-221-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | builtin: add git-check-mailmap commandEric Sunshine2013-07-131-0/+1
* | | | Merge branch 'maint'Junio C Hamano2013-07-051-3/+0
|\ \ \ \
| * | | | fixup-builtins: retire an old transition helper scriptRamkumar Ramachandra2013-07-031-3/+0
| * | | | Merge branch 'fc/macos-x-clipped-write' into maintJunio C Hamano2013-06-301-0/+8
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | prio-queue: priority queue of pointers to structsJunio C Hamano2013-06-111-0/+3
* | | | | Merge branch 'jh/libify-note-handling'Junio C Hamano2013-06-241-0/+2
|\ \ \ \ \
| * | | | | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland2013-06-121-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rs/discard-index-discard-array'Junio C Hamano2013-06-201-0/+1
|\ \ \ \ \
| * | | | | read-cache: add simple performance testRené Scharfe2013-06-091-0/+1
| |/ / / /
* | | | | Merge branch 'fc/makefile'Junio C Hamano2013-06-201-4/+6
|\ \ \ \ \
| * | | | | Makefile: use $^ to avoid listing prerequisites on the command lineFelipe Contreras2013-06-091-3/+3
| * | | | | build: do not install git-remote-testgitFelipe Contreras2013-06-071-0/+1
| * | | | | build: generate and clean test scriptsFelipe Contreras2013-06-071-1/+2
| * | | | | Merge branch 'js/transport-helper-error-reporting-fix' into fc/makefileJunio C Hamano2013-06-071-0/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'nd/make-wildmatch-default'Junio C Hamano2013-06-201-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Makefile: promote wildmatch to be the default fnmatch implementationNguyễn Thái Ngọc Duy2013-06-021-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rj/mingw-cygwin'Junio C Hamano2013-06-111-7/+0
|\ \ \ \ \ \ \
| * | | | | | | cygwin: Remove the CYGWIN_V15_WIN32API build variableRamsay Jones2013-05-081-7/+0
| |/ / / / / /
* | | | | | | Merge tag 'post183-for-junio' of http://github.com/msysgit/gitJunio C Hamano2013-06-071-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Ensure the resource file is rebuilt when the version changes.Pat Thoyts2013-06-041-1/+1
| * | | | | | | Windows resource: handle dashes in the Git version gracefullyJohannes Schindelin2013-06-041-1/+1
| * | | | | | | Provide a Windows version resource for the git executables.Pat Thoyts2013-06-041-1/+7
* | | | | | | | Merge branch 'fc/makefile'Junio C Hamano2013-06-051-18/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | build: do not install git-remote-testpyFelipe Contreras2013-05-261-0/+2
| * | | | | | build: add NO_INSTALL variableFelipe Contreras2013-05-261-6/+10
| * | | | | | build: cleanup using $<Felipe Contreras2013-05-261-5/+5
| * | | | | | build: cleanup using $^Felipe Contreras2013-05-261-4/+4
| * | | | | | build: trivial simplificationFelipe Contreras2013-05-261-3/+3
| |/ / / / /
* | | | | | Merge branch 'tr/line-log'Junio C Hamano2013-06-021-0/+4
|\ \ \ \ \ \
| * | | | | | Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+2
| * | | | | | Refactor parse_locBo Yang2013-03-281-0/+2
* | | | | | | Merge branch 'tr/coverage'Junio C Hamano2013-06-021-8/+13
|\ \ \ \ \ \ \
| * | | | | | | coverage: build coverage-untested-functions by defaultThomas Rast2013-05-131-1/+1
| * | | | | | | coverage: set DEFAULT_TEST_TARGET to avoid using proveThomas Rast2013-05-131-1/+1