Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Merge branch 'jk/config-uname' | Junio C Hamano | 1 | -542/+1 |
2013-01-10 | Merge branch 'nd/wildmatch' | Junio C Hamano | 1 | -0/+3 |
2013-01-09 | Merge branch 'jn/less-reconfigure' | Junio C Hamano | 1 | -2/+8 |
2013-01-06 | Merge branch 'cc/no-gitk-build-dependency' | Junio C Hamano | 1 | -13/+13 |
2013-01-06 | add git-check-ignore sub-command | Adam Spiers | 1 | -0/+1 |
2013-01-06 | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 1 | -0/+2 |
2013-01-06 | Makefile: add comment on CYGWIN_V15_WIN32API | Mark Levedahl | 1 | -0/+4 |
2013-01-05 | Merge branch 'fc/fast-export-fixes' | Junio C Hamano | 1 | -1/+1 |
2013-01-03 | Makefile: hoist uname autodetection to config.mak.uname | Jeff King | 1 | -542/+1 |
2013-01-03 | Merge branch 'mk/qnx' | Junio C Hamano | 1 | -0/+21 |
2013-01-03 | Merge branch 'dm/port' | Junio C Hamano | 1 | -0/+17 |
2013-01-02 | build: do not automatically reconfigure unless configure.ac changed | Jonathan Nieder | 1 | -2/+8 |
2013-01-01 | Makefile: add USE_WILDMATCH to use wildmatch as fnmatch | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2012-12-19 | Port to QNX | Matt Kraai | 1 | -0/+21 |
2012-12-19 | git-compat-util.h: do not #include <sys/param.h> by default | Junio C Hamano | 1 | -3/+5 |
2012-12-18 | Makefile: replace "echo 1>..." with "echo >..." | Christian Couder | 1 | -5/+5 |
2012-12-18 | Makefile: detect when PYTHON_PATH changes | Christian Couder | 1 | -2/+14 |
2012-12-18 | Makefile: remove tracking of TCLTK_PATH | Christian Couder | 1 | -13/+1 |
2012-12-15 | Generalize the inclusion of strings.h | David Michael | 1 | -0/+7 |
2012-12-15 | Detect when the passwd struct is missing pw_gecos | David Michael | 1 | -0/+3 |
2012-12-15 | Support builds when sys/param.h is missing | David Michael | 1 | -0/+5 |
2012-12-10 | Makefile: whitespace style fixes in macro definitions | Stefano Lattarini | 1 | -28/+28 |
2012-12-09 | Which merge_file() function do you mean? | Junio C Hamano | 1 | -1/+1 |
2012-11-29 | Rename git-remote-testgit to git-remote-testpy | Felipe Contreras | 1 | -1/+1 |
2012-11-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2012-11-26 | Makefile: hide stderr of curl-config test | Paul Gortmaker | 1 | -1/+1 |
2012-11-20 | Merge branch 'ml/cygwin-mingw-headers' | Junio C Hamano | 1 | -0/+4 |
2012-11-18 | USE CGYWIN_V15_WIN32API as macro to select api for cygwin | Mark Levedahl | 1 | -3/+3 |
2012-11-15 | Merge branch 'js/hp-nonstop' | Junio C Hamano | 1 | -0/+4 |
2012-11-12 | Update cygwin.c for new mingw-64 win32 api headers | Mark Levedahl | 1 | -0/+4 |
2012-10-30 | fix 'make test' for HP NonStop | Joachim Schmitz | 1 | -0/+4 |
2012-10-29 | fetch-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2012-10-29 | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2012-10-29 | Move try_merge_command and checkout_fast_forward to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2012-10-25 | Merge branch 'fa/remote-svn' | Jeff King | 1 | -0/+5 |
2012-10-15 | Integrate wildmatch to git | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2012-10-10 | MALLOC_CHECK: Allow checking to be disabled from config.mak | Ramsay Jones | 1 | -0/+1 |
2012-10-07 | Add git-remote-testsvn to Makefile | Florian Achleitner | 1 | -0/+5 |
2012-09-25 | Merge branch 'js/hp-nonstop' | Junio C Hamano | 1 | -0/+67 |
2012-09-25 | Merge branch 'js/poll-emu' | Junio C Hamano | 1 | -5/+15 |
2012-09-19 | Port to HP NonStop | Joachim Schmitz | 1 | -0/+67 |
2012-09-17 | Merge branch 'mh/string-list' | Junio C Hamano | 1 | -0/+1 |
2012-09-17 | make poll available for other platforms lacking it | Joachim Schmitz | 1 | -5/+15 |
2012-09-14 | Sync with 1.7.11.7 | Junio C Hamano | 1 | -0/+1 |
2012-09-14 | Merge branch 'rj/test-regex' into maint-1.7.11 | Junio C Hamano | 1 | -0/+1 |
2012-09-12 | Merge branch 'js/compat-itimer' | Junio C Hamano | 1 | -0/+12 |
2012-09-12 | Merge branch 'js/compat-mkdir' | Junio C Hamano | 1 | -0/+6 |
2012-09-12 | string_list: add two new functions for splitting strings | Michael Haggerty | 1 | -0/+1 |
2012-09-11 | Merge branch 'rj/test-regex' | Junio C Hamano | 1 | -0/+1 |
2012-09-11 | Merge branch 'jk/check-docs-update' into maint | Junio C Hamano | 1 | -26/+9 |