Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pre-commit.sample: add comment re tr portability; fix grammar | Jim Meyering | 2009-09-22 | 1 | -4/+7 |
* | Update Release Notes to 1.6.5 | Junio C Hamano | 2009-09-21 | 1 | -4/+14 |
* | test-genrandom: ensure stdout is set to _O_BINARY on Windows | Johannes Sixt | 2009-09-21 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2009-09-20 | 2 | -259/+618 |
|\ | |||||
| * | gitk: Work around leftover temporary save file | Pat Thoyts | 2009-09-21 | 1 | -0/+1 |
| * | gitk: Show diff of commits at end of compare-commits output | Paul Mackerras | 2009-09-10 | 1 | -23/+58 |
| * | gitk: Update Swedish translation (280t0f0u) | Peter Krefting | 2009-08-14 | 1 | -236/+559 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-09-20 | 1 | -1/+2 |
|\ \ | |||||
| * | | push: Correctly initialize nonfastforward in transport_push. | Matthieu Moy | 2009-09-20 | 1 | -1/+2 |
* | | | Tag GIT_VERSION when Git is built with MSVC | Marius Storm-Olsen | 2009-09-18 | 1 | -0/+1 |
* | | | Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake) | Marius Storm-Olsen | 2009-09-18 | 8 | -1/+1503 |
* | | | Add README for MSVC build | Marius Storm-Olsen | 2009-09-18 | 1 | -0/+39 |
* | | | Add MSVC to Makefile | Marius Storm-Olsen | 2009-09-18 | 3 | -1/+128 |
* | | | Define strncasecmp and ftruncate for MSVC | Marius Storm-Olsen | 2009-09-18 | 1 | -0/+2 |
* | | | Make usage of windows.h lean and mean | Marius Storm-Olsen | 2009-09-18 | 7 | -12/+13 |
* | | | Add platform files for porting to MSVC | Frank Li | 2009-09-18 | 3 | -0/+93 |
* | | | Add MinGW header files to build git with MSVC | Frank Li | 2009-09-18 | 5 | -0/+256 |
* | | | Add empty header files for MSVC port | Marius Storm-Olsen | 2009-09-18 | 14 | -0/+14 |
* | | | Test for WIN32 instead of __MINGW32_ | Frank Li | 2009-09-18 | 6 | -13/+15 |
* | | | Fix __stdcall placement and function prototype | Frank Li | 2009-09-18 | 2 | -3/+3 |
* | | | Set _O_BINARY as default fmode for both MinGW and MSVC | Marius Storm-Olsen | 2009-09-18 | 2 | -2/+5 |
* | | | Change regerror() declaration from K&R style to ANSI C (C89) | Frank Li | 2009-09-18 | 1 | -5/+2 |
* | | | Add include guards to compat/win32.h | Marius Storm-Olsen | 2009-09-18 | 1 | -0/+5 |
* | | | Avoid declaration after statement | Frank Li | 2009-09-18 | 3 | -5/+14 |
* | | | pack-objects: remove SP at the end of usage string | Thiago Farina | 2009-09-18 | 1 | -9/+9 |
* | | | Update the usage bundle string. | Thiago Farina | 2009-09-18 | 1 | -3/+7 |
* | | | cvs: initialize empty password | Clemens Buchacher | 2009-09-17 | 1 | -0/+1 |
* | | | Merge 1.6.4.4 in | Junio C Hamano | 2009-09-16 | 2 | -1/+28 |
|\ \ \ | |/ / | |||||
| * | | GIT 1.6.4.4v1.6.4.4 | Junio C Hamano | 2009-09-16 | 4 | -3/+30 |
| * | | Merge branch 'jc/maint-unpack-objects-strict' into maint | Junio C Hamano | 2009-09-16 | 2 | -7/+44 |
| |\ \ | |||||
| * \ \ | Merge branch 'tf/diff-whitespace-incomplete-line' into maint | Junio C Hamano | 2009-09-16 | 1 | -33/+53 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/maint-1.6.3-checkout-unborn' into maint | Junio C Hamano | 2009-09-16 | 2 | -9/+43 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jc/maint-checkout-index-to-prefix' into maint | Junio C Hamano | 2009-09-16 | 3 | -5/+18 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'maint' | Junio C Hamano | 2009-09-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch 'rc/maint-http-no-head-pack-check' into maint | Junio C Hamano | 2009-09-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | http.c: avoid freeing an uninitialized pointer | Junio C Hamano | 2009-09-14 | 1 | -1/+1 |
* | | | | | | | | web--browse: fix Mac OS X GUI detection for 10.6 | Heiko Voigt | 2009-09-14 | 1 | -1/+2 |
* | | | | | | | | remove logical typo in documentation of sample update hook | Heiko Voigt | 2009-09-14 | 1 | -1/+1 |
* | | | | | | | | Nicolas Pitre has a new email address | Nicolas Pitre | 2009-09-14 | 6 | -5/+6 |
* | | | | | | | | git-archive: infer output format from filename when unspecified | Dmitry Potapov | 2009-09-13 | 2 | -3/+41 |
* | | | | | | | | completion: Replace config --list with --get-regexp | Todd Zullinger | 2009-09-13 | 1 | -21/+9 |
* | | | | | | | | git-archive: add '-o' as a alias for '--output' | Dmitry Potapov | 2009-09-13 | 3 | -3/+4 |
* | | | | | | | | test local clone by copying | Clemens Buchacher | 2009-09-13 | 1 | -21/+33 |
* | | | | | | | | git-clone doc: typofix | Johannes Gilger | 2009-09-13 | 1 | -1/+1 |
* | | | | | | | | git-push: Accept -n as a synonym for --dry-run. | Nelson Elhage | 2009-09-13 | 2 | -3/+4 |
* | | | | | | | | git-commit doc: remove duplicated --dry-run description | Junio C Hamano | 2009-09-13 | 1 | -7/+1 |
* | | | | | | | | GIT 1.6.5-rc1v1.6.5-rc1 | Junio C Hamano | 2009-09-13 | 1 | -0/+31 |
* | | | | | | | | Improve --patch option documentation in git-add | Jari Aalto | 2009-09-13 | 1 | -3/+8 |
* | | | | | | | | Merge branch 'pk/fast-import-tars' | Junio C Hamano | 2009-09-13 | 1 | -4/+46 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | import-tars: Allow per-tar author and commit message. | Peter Krefting | 2009-09-03 | 1 | -4/+46 |