Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rev-parse --branches/--tags/--remotes=pattern | Ilari Liusvaara | 2010-01-20 | 9 | -20/+139 |
* | rev-parse --glob | Ilari Liusvaara | 2010-01-20 | 9 | -2/+223 |
* | Merge branch 'maint' | Junio C Hamano | 2010-01-19 | 1 | -3/+5 |
|\ | |||||
| * | bisect: fix singular/plural grammar nit | David Ripton | 2010-01-19 | 1 | -3/+5 |
* | | Makefile: honor NO_CURL when setting REMOTE_CURL_* variables | Johannes Sixt | 2010-01-19 | 1 | -10/+6 |
* | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-01-18 | 1 | -1/+16 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-01-18 | 3 | -6/+22 |
|\ \ | |/ | |||||
| * | Update draft release notes to 1.6.6.1 | Junio C Hamano | 2010-01-18 | 1 | -1/+16 |
| * | Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint | Junio C Hamano | 2010-01-18 | 1 | -5/+5 |
| |\ | |||||
| | * | fast-import: tag may point to any object type | Dmitry Potapov | 2010-01-14 | 1 | -5/+5 |
| * | | Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maint | Junio C Hamano | 2010-01-18 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | grep: NUL terminate input from a file | Jim Meyering | 2010-01-18 | 1 | -0/+1 |
* | | | | Merge branch 'jc/rerere' | Junio C Hamano | 2010-01-18 | 12 | -18/+77 |
|\ \ \ \ | |||||
| * | | | | Teach --[no-]rerere-autoupdate option to merge, revert and friends | Junio C Hamano | 2009-12-04 | 12 | -18/+77 |
* | | | | | Merge branch 'pc/uninteresting-submodule-disappear-upon-switch-branches' | Junio C Hamano | 2010-01-18 | 2 | -2/+19 |
|\ \ \ \ \ | |||||
| * | | | | | Remove empty directories when checking out a commit with fewer submodules | Peter Collingbourne | 2010-01-11 | 2 | -2/+19 |
* | | | | | | Merge branch 'nd/include-termios-for-osol' | Junio C Hamano | 2010-01-18 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add missing #include to support TIOCGWINSZ on Solaris | Nguyễn Thái Ngọc Duy | 2010-01-11 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'js/windows' | Junio C Hamano | 2010-01-18 | 8 | -133/+329 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Do not use date.c:tm_to_time_t() from compat/mingw.c | Johannes Sixt | 2010-01-16 | 1 | -17/+19 |
| * | | | | | | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 2010-01-16 | 6 | -11/+217 |
| * | | | | | | MSVC: Fix an "incompatible pointer types" compiler warning | Ramsay Jones | 2010-01-16 | 2 | -25/+19 |
| * | | | | | | Windows: avoid the "dup dance" when spawning a child process | Johannes Sixt | 2010-01-16 | 3 | -49/+50 |
| * | | | | | | Windows: simplify the pipe(2) implementation | Johannes Sixt | 2010-01-16 | 1 | -29/+8 |
| * | | | | | | Windows: boost startup by avoiding a static dependency on shell32.dll | Johannes Sixt | 2010-01-16 | 1 | -2/+14 |
| * | | | | | | Windows: disable Python | Erik Faye-Lund | 2010-01-16 | 1 | -0/+2 |
* | | | | | | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-01-17 | 1 | -1/+38 |
* | | | | | | | Merge branch 'tc/test-locate-httpd' | Junio C Hamano | 2010-01-17 | 1 | -6/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t/lib-http.sh: Restructure finding of default httpd location | Tarmigan Casebolt | 2010-01-06 | 1 | -6/+24 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jh/commit-status' | Junio C Hamano | 2010-01-17 | 4 | -3/+134 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t7502: test commit.status, --status and --no-status | Junio C Hamano | 2010-01-13 | 1 | -0/+109 |
| * | | | | | | | commit: support commit.status, --status, and --no-status | James P. Howard, II | 2010-01-13 | 3 | -3/+25 |
* | | | | | | | | Merge branch 'jn/makefile' | Junio C Hamano | 2010-01-17 | 2 | -34/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Makefile: consolidate .FORCE-* targets | Jonathan Nieder | 2010-01-06 | 2 | -11/+8 |
| * | | | | | | | | Makefile: learn to generate listings for targets requiring special flags | Jonathan Nieder | 2010-01-06 | 1 | -7/+7 |
| * | | | | | | | | Makefile: use target-specific variable to pass flags to cc | Jonathan Nieder | 2010-01-06 | 1 | -23/+18 |
| * | | | | | | | | Makefile: regenerate assembler listings when asked | Jonathan Nieder | 2010-01-06 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' | Junio C Hamano | 2010-01-17 | 2 | -1/+58 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | checkout -m path: fix recreating conflicts | Junio C Hamano | 2010-01-06 | 2 | -1/+58 |
* | | | | | | | | | | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 2010-01-17 | 6 | -7/+20 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | clone: use --progress to force progress reporting | Tay Ray Chuan | 2009-12-28 | 3 | -3/+11 |
| * | | | | | | | | | | clone: set transport->verbose when -v/--verbose is used | Tay Ray Chuan | 2009-12-28 | 1 | -1/+3 |
| * | | | | | | | | | | git-clone.txt: reword description of progress behaviour | Tay Ray Chuan | 2009-12-28 | 1 | -3/+6 |
| * | | | | | | | | | | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 2009-12-28 | 4 | -4/+4 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'tc/smart-http-restrict' | Junio C Hamano | 2010-01-17 | 7 | -260/+362 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Test t5560: Fix test when run with dash | Tarmigan Casebolt | 2010-01-15 | 1 | -5/+10 |
| * | | | | | | | | | | Smart-http tests: Test http-backend without curl or a webserver | Tarmigan Casebolt | 2010-01-06 | 2 | -6/+25 |
| * | | | | | | | | | | Smart-http tests: Break test t5560-http-backend into pieces | Tarmigan Casebolt | 2010-01-06 | 3 | -147/+173 |
| * | | | | | | | | | | Smart-http tests: Improve coverage in test t5560 | Tarmigan Casebolt | 2010-01-06 | 1 | -11/+10 |
| * | | | | | | | | | | Smart-http: check if repository is OK to export before serving it | Tarmigan Casebolt | 2010-01-06 | 4 | -2/+55 |
| |/ / / / / / / / / |