Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | get_author_ident_from_commit(): remove useless quoting | Uwe Kleine-König | 2010-09-27 | 1 | -3/+0 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'cw/gitweb-hilite-config' | Junio C Hamano | 2010-10-06 | 3 | -3/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Enable highlight executable path as a configuration option | Christopher Wilson | 2010-09-27 | 3 | -3/+21 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'ab/makefile-track-cc' | Junio C Hamano | 2010-10-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Makefile: add CC to TRACK_CFLAGS | Ævar Arnfjörð Bjarmason | 2010-09-27 | 1 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'mg/reset-doc' | Junio C Hamano | 2010-10-06 | 1 | -29/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | git-reset.txt: make modes description more consistent | Michael J Gruber | 2010-09-18 | 1 | -17/+26 | |
| * | | | | | | | | | | | | git-reset.txt: point to git-checkout | Michael J Gruber | 2010-09-18 | 1 | -0/+7 | |
| * | | | | | | | | | | | | git-reset.txt: use "working tree" consistently | Michael J Gruber | 2010-09-18 | 1 | -7/+7 | |
| * | | | | | | | | | | | | git-reset.txt: reset --soft is not a no-op | Michael J Gruber | 2010-09-18 | 1 | -4/+4 | |
| * | | | | | | | | | | | | git-reset.txt: reset does not change files in target | Michael J Gruber | 2010-09-18 | 1 | -2/+4 | |
| * | | | | | | | | | | | | git-reset.txt: clarify branch vs. branch head | Michael J Gruber | 2010-09-18 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-10-06 | 16 | -42/+135 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Documentation/git-clone: describe --mirror more verbosely | Uwe Kleine-König | 2010-10-06 | 1 | -1/+6 | |
| * | | | | | | | | | | | | do not depend on signed integer overflow | Erik Faye-Lund | 2010-10-06 | 4 | -3/+15 | |
| * | | | | | | | | | | | | work around buggy S_ISxxx(m) implementations | René Scharfe | 2010-10-06 | 1 | -3/+10 | |
| * | | | | | | | | | | | | xdiff: cast arguments for ctype functions to unsigned char | Jonathan Nieder | 2010-10-06 | 3 | -10/+11 | |
| * | | | | | | | | | | | | init: plug tiny one-time memory leak | Jonathan Nieder | 2010-10-06 | 1 | -13/+19 | |
| * | | | | | | | | | | | | diffcore-pickaxe.c: remove unnecessary curly braces | Brandon Casey | 2010-10-05 | 1 | -2/+1 | |
| * | | | | | | | | | | | | Merge early part of git-svn into maint | Junio C Hamano | 2010-10-05 | 3 | -5/+69 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | git-svn: fix processing of decorated commit hashes | Mathias Lafeldt | 2010-09-24 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | git-svn: check_cherry_pick should exclude commits already in our history | Steven Walter | 2010-09-24 | 2 | -1/+53 | |
| | * | | | | | | | | | | | | Documentation/git-svn: discourage "noMetadata" | Eric Wong | 2010-09-24 | 1 | -3/+14 | |
| * | | | | | | | | | | | | | t3020 (ls-files-error-unmatch): remove stray '1' from end of file | Elijah Newren | 2010-10-03 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | setup: make sure git dir path is in a permanent buffer | Jonathan Nieder | 2010-10-03 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | environment.c: remove unused variable | Jonathan Nieder | 2010-10-03 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | Merge branch 'work/pt/for-junio' of git://repo.or.cz/git/mingw/4msysgit | Junio C Hamano | 2010-10-06 | 12 | -36/+122 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add MinGW-specific execv() override. | Eric Sunshine | 2010-10-03 | 2 | -0/+7 | |
| * | | | | | | | | | | | | | | Fix Windows-specific macro redefinition warning. | Eric Sunshine | 2010-10-03 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | Fix 'clone' failure at DOS root directory. | Eric Sunshine | 2010-10-03 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | mingw: do not crash on open(NULL, ...) | Erik Faye-Lund | 2010-10-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | git-am: fix detection of absolute paths for windows | Pat Thoyts | 2010-10-03 | 2 | -6/+21 | |
| * | | | | | | | | | | | | | | Side-step MSYS-specific path "corruption" leading to t5560 failure. | Eric Sunshine | 2010-10-03 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | Side-step sed line-ending "corruption" leading to t6038 failure. | Eric Sunshine | 2010-10-03 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | Skip 'git archive --remote' test on msysGit | Pat Thoyts | 2010-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Do not strip CR when grepping HTTP headers. | Pat Thoyts | 2010-10-01 | 2 | -0/+3 | |
| * | | | | | | | | | | | | | | Skip t1300.70 and 71 on msysGit. | Pat Thoyts | 2010-10-01 | 3 | -10/+6 | |
| * | | | | | | | | | | | | | | merge-octopus: Work around environment issue on Windows | Johannes Schindelin | 2010-10-01 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | MinGW: Report errors when failing to launch the html browser. | Pat Thoyts | 2010-10-01 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | MinGW: fix stat() and lstat() implementations for handling symlinks | Pat Thoyts | 2010-10-01 | 2 | -5/+37 | |
| * | | | | | | | | | | | | | | MinGW: Add missing file mode bit defines | Sebastian Schuberth | 2010-10-01 | 1 | -1/+13 | |
| * | | | | | | | | | | | | | | MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility | Sebastian Schuberth | 2010-10-01 | 1 | -5/+6 | |
* | | | | | | | | | | | | | | | Martin Langhoff has a new e-mail address | Junio C Hamano | 2010-10-06 | 5 | -9/+9 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-09-30 | 4 | -45/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix typo in pack-objects' usage | Johannes Schindelin | 2010-09-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Make sure that git_getpass() never returns NULL | Johannes Schindelin | 2010-09-30 | 1 | -2/+6 | |
| * | | | | | | | | | | | | t0004 (unwritable files): simplify error handling | Jonathan Nieder | 2010-09-30 | 1 | -38/+14 | |
| * | | | | | | | | | | | | rev-list-options: clarify --parents and --children | Michael J Gruber | 2010-09-30 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Start 1.7.4 cycle | Junio C Hamano | 2010-09-29 | 3 | -2/+56 | |
* | | | | | | | | | | | | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' | Junio C Hamano | 2010-09-29 | 2 | -0/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |