summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-187-12/+13
* Add platform files for porting to MSVCFrank Li2009-09-183-0/+93
* Add MinGW header files to build git with MSVCFrank Li2009-09-185-0/+256
* Add empty header files for MSVC portMarius Storm-Olsen2009-09-1814-0/+14
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-186-13/+15
* Fix __stdcall placement and function prototypeFrank Li2009-09-182-3/+3
* Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-182-2/+5
* Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-181-5/+2
* Add include guards to compat/win32.hMarius Storm-Olsen2009-09-181-0/+5
* Avoid declaration after statementFrank Li2009-09-183-5/+14
* pack-objects: remove SP at the end of usage stringThiago Farina2009-09-181-9/+9
* Update the usage bundle string.Thiago Farina2009-09-181-3/+7
* cvs: initialize empty passwordClemens Buchacher2009-09-171-0/+1
* Merge 1.6.4.4 inJunio C Hamano2009-09-162-1/+28
|\
| * GIT 1.6.4.4v1.6.4.4Junio C Hamano2009-09-164-3/+30
| * Merge branch 'jc/maint-unpack-objects-strict' into maintJunio C Hamano2009-09-162-7/+44
| |\
| * \ Merge branch 'tf/diff-whitespace-incomplete-line' into maintJunio C Hamano2009-09-161-33/+53
| |\ \
| * \ \ Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano2009-09-162-9/+43
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-checkout-index-to-prefix' into maintJunio C Hamano2009-09-163-5/+18
| |\ \ \ \
* | \ \ \ \ Merge branch 'maint'Junio C Hamano2009-09-141-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'rc/maint-http-no-head-pack-check' into maintJunio C Hamano2009-09-141-1/+1
| |\ \ \ \ \
| | * | | | | http.c: avoid freeing an uninitialized pointerJunio C Hamano2009-09-141-1/+1
* | | | | | | web--browse: fix Mac OS X GUI detection for 10.6Heiko Voigt2009-09-141-1/+2
* | | | | | | remove logical typo in documentation of sample update hookHeiko Voigt2009-09-141-1/+1
* | | | | | | Nicolas Pitre has a new email addressNicolas Pitre2009-09-146-5/+6
* | | | | | | git-archive: infer output format from filename when unspecifiedDmitry Potapov2009-09-132-3/+41
* | | | | | | completion: Replace config --list with --get-regexpTodd Zullinger2009-09-131-21/+9
* | | | | | | git-archive: add '-o' as a alias for '--output'Dmitry Potapov2009-09-133-3/+4
* | | | | | | test local clone by copyingClemens Buchacher2009-09-131-21/+33
* | | | | | | git-clone doc: typofixJohannes Gilger2009-09-131-1/+1
* | | | | | | git-push: Accept -n as a synonym for --dry-run.Nelson Elhage2009-09-132-3/+4
* | | | | | | git-commit doc: remove duplicated --dry-run descriptionJunio C Hamano2009-09-131-7/+1
* | | | | | | GIT 1.6.5-rc1v1.6.5-rc1Junio C Hamano2009-09-131-0/+31
* | | | | | | Improve --patch option documentation in git-addJari Aalto2009-09-131-3/+8
* | | | | | | Merge branch 'pk/fast-import-tars'Junio C Hamano2009-09-131-4/+46
|\ \ \ \ \ \ \
| * | | | | | | import-tars: Allow per-tar author and commit message.Peter Krefting2009-09-031-4/+46
* | | | | | | | Merge branch 'pk/fast-import-dirs'Junio C Hamano2009-09-131-0/+416
|\ \ \ \ \ \ \ \
| * | | | | | | | Add script for importing bits-and-pieces to Git.Peter Krefting2009-09-031-0/+416
* | | | | | | | | Merge branch 'jt/pushinsteadof'Junio C Hamano2009-09-135-32/+131
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-085-10/+106
| * | | | | | | | | Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett2009-09-071-25/+28
* | | | | | | | | | Merge branch 'jk/unwanted-advices'Junio C Hamano2009-09-138-1/+66
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | status: make "how to stage" messages optionalJeff King2009-09-114-0/+15
| * | | | | | | | | | push: make non-fast-forward help message configurableJeff King2009-09-117-1/+51
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jc/merge-saner-messages'Junio C Hamano2009-09-131-4/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge-recursive: give less scary messages when merge did not startJunio C Hamano2009-09-081-4/+21
* | | | | | | | | | | quiltimport documentation: --dry-run and -n are synonymsJunio C Hamano2009-09-131-1/+1
* | | | | | | | | | | preserve mtime of local cloneClemens Buchacher2009-09-133-1/+23
* | | | | | | | | | | don't dereference NULL upon fdopen failureJim Meyering2009-09-135-8/+8
* | | | | | | | | | | use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-7/+3