| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | filter-branch: add --prune-empty to option summary | Adam Brewster | 2009-10-02 | 1 | -0/+1 |
* | | | | | | Fix some printf format warnings | Ramsay Jones | 2009-10-02 | 1 | -2/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | builtin-mailinfo.c: check error status from rewind and ftruncate | Junio C Hamano | 2009-09-29 | 1 | -2/+4 |
* | | | | | Make just opening the generated MSVC solution file not modify it | Sebastian Schuberth | 2009-09-29 | 1 | -31/+11 |
* | | | | | Make generated MSVC solution file open from Windows Explorer | Sebastian Schuberth | 2009-09-29 | 1 | -1/+4 |
* | | | | | generators/vcproj.pm: remove UNICODE from build | Michael Wookey | 2009-09-29 | 1 | -4/+4 |
* | | | | | typo fix: Directory `...' exist, ...: s/exist/exists/ | Jim Meyering | 2009-09-29 | 1 | -1/+1 |
* | | | | | Documentation/git-gc.txt: default --aggressive window is 250, not 10 | Brandon Casey | 2009-09-29 | 1 | -1/+1 |
* | | | | | Correct minor typo in post-receive hook template | Frederik Schwarzer | 2009-09-29 | 1 | -1/+1 |
* | | | | | git branch -D: give a better error message when lockfile creation fails | Miklos Vajna | 2009-09-29 | 3 | -7/+24 |
* | | | | | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 2009-09-29 | 3 | -0/+28 |
* | | | | | make 'git clone' ask the remote only for objects it cares about | Nicolas Pitre | 2009-09-26 | 1 | -10/+17 |
| |_|_|/
|/| | | |
|
* | | | | send-email: fix obscure error when encryption=tls and smtp cannot connect | Yakov Lerner | 2009-09-25 | 1 | -1/+1 |
* | | | | bash: teach 'git checkout' options | SZEDER Gábor | 2009-09-25 | 1 | -1/+15 |
* | | | | perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR | Brandon Casey | 2009-09-25 | 1 | -0/+8 |
* | | | | pull: Clarify "helpful" message for another corner casev1.6.5-rc2 | Junio C Hamano | 2009-09-22 | 1 | -1/+6 |
* | | | | Update "describe" documentation to match reality | Thiago Farina | 2009-09-22 | 1 | -1/+1 |
* | | | | bash: teach 'git reset --patch' | SZEDER Gábor | 2009-09-22 | 1 | -1/+1 |
* | | | | bash: update 'git stash' completion | SZEDER Gábor | 2009-09-22 | 1 | -4/+16 |
* | | | | bash: rename __git_find_subcommand() to __git_find_on_cmdline() | SZEDER Gábor | 2009-09-22 | 1 | -7/+7 |
* | | | | pay attention to DESTDIR when building with NO_PERL_MAKEMAKER | Junio C Hamano | 2009-09-22 | 1 | -4/+4 |
* | | | | 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 |