Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | manpages: italicize command names in synopses | Jonathan Nieder | 2008-07-05 | 2 | -10/+10 | |
* | | | | | | | | | gitdiffcore(7): fix awkward wording | Jonathan Nieder | 2008-07-05 | 1 | -2/+2 | |
* | | | | | | | | | Documentation: more "git-" versus "git " changes | Jonathan Nieder | 2008-07-05 | 13 | -71/+71 | |
* | | | | | | | | | Documentation: rewrap to prepare for "git-" vs "git " change | Jonathan Nieder | 2008-07-05 | 2 | -6/+6 | |
* | | | | | | | | | git-commit(1): depersonalize description | Jonathan Nieder | 2008-07-05 | 1 | -2/+2 | |
* | | | | | | | | | git(1): add comma | Jonathan Nieder | 2008-07-05 | 1 | -1/+1 | |
* | | | | | | | | | manpages: fix bogus whitespace | Jonathan Nieder | 2008-07-05 | 3 | -7/+7 | |
* | | | | | | | | | Documentation: fix gitlinks | Jonathan Nieder | 2008-07-05 | 2 | -2/+2 | |
* | | | | | | | | | git-format-patch(1): fix stray \ in output | Jonathan Nieder | 2008-07-05 | 1 | -1/+1 | |
* | | | | | | | | | Retire 'stupid' merge strategy | Miklos Vajna | 2008-07-05 | 3 | -83/+1 | |
* | | | | | | | | | Fix apply --recount handling of no-EOL line | Thomas Rast | 2008-07-05 | 6 | -1/+29 | |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-07-04 | 6 | -23/+31 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | GIT 1.5.6.2v1.5.6.2 | Junio C Hamano | 2008-07-04 | 2 | -11/+21 | |
| * | | | | | | | | Fix executable bits in t/ scripts | Junio C Hamano | 2008-07-04 | 2 | -0/+0 | |
| * | | | | | | | | Work around gcc warnings from curl headers | Junio C Hamano | 2008-07-04 | 2 | -12/+10 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | t4127-apply-same-fn: Avoid sed -i | Johannes Sixt | 2008-07-04 | 1 | -11/+16 | |
* | | | | | | | | fast-export --export-marks: fix off by one error | Junio C Hamano | 2008-07-03 | 2 | -9/+6 | |
* | | | | | | | | git-send-email: Do not attempt to STARTTLS more than once | Thomas Rast | 2008-07-02 | 1 | -0/+1 | |
* | | | | | | | | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 | 26 | -80/+7633 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | compat/pread.c: Add a forward declaration to fix a warning | Steffen Prohaska | 2008-06-26 | 1 | -0/+6 | |
| * | | | | | | | | Windows: Fix ntohl() related warnings about printf formatting | Steffen Prohaska | 2008-06-26 | 1 | -0/+4 | |
| * | | | | | | | | Windows: TMP and TEMP environment variables specify a temporary directory. | Johannes Sixt | 2008-06-26 | 2 | -0/+16 | |
| * | | | | | | | | Windows: Make 'git help -a' work. | Johannes Sixt | 2008-06-26 | 1 | -5/+28 | |
| * | | | | | | | | Windows: Work around an oddity when a pipe with no reader is written to. | Johannes Sixt | 2008-06-26 | 1 | -1/+6 | |
| * | | | | | | | | Windows: Make the pager work. | Johannes Sixt | 2008-06-26 | 1 | -2/+38 | |
| * | | | | | | | | When installing, be prepared that template_dir may be relative. | Johannes Sixt | 2008-06-26 | 2 | -5/+12 | |
| * | | | | | | | | Windows: Use a relative default template_dir and ETC_GITCONFIG | Johannes Sixt | 2008-06-26 | 1 | -0/+2 | |
| * | | | | | | | | Windows: Compute the fallback for exec_path from the program invocation. | Johannes Sixt | 2008-06-26 | 1 | -0/+29 | |
| * | | | | | | | | Turn builtin_exec_path into a function. | Johannes Sixt | 2008-06-26 | 1 | -3/+7 | |
| * | | | | | | | | Windows: Use a customized struct stat that also has the st_blocks member. | Johannes Sixt | 2008-06-26 | 2 | -13/+41 | |
| * | | | | | | | | Windows: Add a custom implementation for utime(). | Johannes Sixt | 2008-06-26 | 2 | -0/+30 | |
| * | | | | | | | | Windows: Add a new lstat and fstat implementation based on Win32 API. | Marius Storm-Olsen | 2008-06-26 | 2 | -1/+141 | |
| * | | | | | | | | Windows: Implement a custom spawnve(). | Johannes Sixt | 2008-06-26 | 3 | -7/+199 | |
| * | | | | | | | | Windows: Implement wrappers for gethostbyname(), socket(), and connect(). | Johannes Sixt | 2008-06-26 | 2 | -0/+55 | |
| * | | | | | | | | Windows: Work around incompatible sort and find. | Johannes Sixt | 2008-06-26 | 1 | -0/+13 | |
| * | | | | | | | | Windows: Implement asynchronous functions as threads. | Johannes Sixt | 2008-06-26 | 3 | -1/+35 | |
| * | | | | | | | | Windows: Disambiguate DOS style paths from SSH URLs. | Johannes Sixt | 2008-06-26 | 2 | -2/+3 | |
| * | | | | | | | | Windows: A rudimentary poll() emulation. | Johannes Sixt | 2008-06-26 | 1 | -1/+56 | |
| * | | | | | | | | Windows: Implement start_command(). | Johannes Sixt | 2008-06-23 | 3 | -14/+153 | |
| * | | | | | | | | Windows: A pipe() replacement whose ends are not inherited to children. | Johannes Sixt | 2008-06-23 | 2 | -4/+46 | |
| * | | | | | | | | Windows: Wrap execve so that shell scripts can be invoked. | Johannes Sixt | 2008-06-23 | 2 | -0/+187 | |
| * | | | | | | | | Windows: Implement setitimer() and sigaction(). | Johannes Sixt | 2008-06-23 | 2 | -2/+113 | |
| * | | | | | | | | Windows: Fix PRIuMAX definition. | Johannes Sixt | 2008-06-23 | 1 | -0/+1 | |
| * | | | | | | | | Windows: Implement gettimeofday(). | Johannes Sixt | 2008-06-23 | 1 | -1/+14 | |
| * | | | | | | | | Make my_mktime() public and rename it to tm_to_time_t() | Johannes Sixt | 2008-06-23 | 2 | -5/+9 | |
| * | | | | | | | | Windows: Work around misbehaved rename(). | Johannes Sixt | 2008-06-23 | 2 | -0/+28 | |
| * | | | | | | | | Windows: always chmod(, 0666) before unlink(). | Johannes Schindelin | 2008-06-23 | 1 | -0/+8 | |
| * | | | | | | | | Windows: A minimal implemention of getpwuid(). | Johannes Sixt | 2008-06-23 | 1 | -0/+8 | |
| * | | | | | | | | Windows: Implement a wrapper of the open() function. | Johannes Sixt | 2008-06-23 | 2 | -0/+23 | |
| * | | | | | | | | Windows: Strip ".exe" from the program name. | Johannes Sixt | 2008-06-23 | 3 | -3/+21 |