Age | Commit message (Expand) | Author | Files | Lines |
2010-10-13 | gitweb: Improve behavior for actionless path_info gitweb URLs | Jakub Narebski | 1 | -2/+9 |
2010-10-13 | gitweb: Fix bug in evaluate_path_info | Jakub Narebski | 1 | -2/+2 |
2010-10-13 | gitweb: Fix test of highlighting support in t9500 | Jakub Narebski | 1 | -5/+6 |
2010-10-08 | t5503: fix typo | Michael J Gruber | 1 | -1/+1 |
2010-10-08 | Documentation: No argument of ALLOC_GROW should have side-effects | Jonathan Nieder | 1 | -1/+1 |
2010-10-08 | Fix {update,checkout}-index usage strings | Štěpán Němec | 2 | -2/+2 |
2010-10-08 | Put a space between `<' and argument in pack-objects usage string | Štěpán Němec | 1 | -1/+1 |
2010-10-08 | Remove stray quotes in --pretty and --format documentation | Štěpán Němec | 2 | -3/+3 |
2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 31 | -33/+33 |
2010-10-08 | Fix odd markup in --diff-filter documentation | Štěpán Němec | 1 | -2/+2 |
2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 27 | -118/+118 |
2010-10-06 | commit-tree: free commit message before exiting | Jonathan Nieder | 1 | -5/+7 |
2010-10-06 | Merge branch 'maint' | Junio C Hamano | 2 | -9/+18 |
2010-10-06 | t/t3415: use && where applicable. | Yann Dirson | 1 | -3/+3 |
2010-10-06 | SubmittingPatches: Document some extra tags used in commit messages | Ramkumar Ramachandra | 1 | -6/+15 |
2010-10-06 | diffcore-pickaxe.c: a void function shouldn't try to return something | Brandon Casey | 1 | -2/+2 |
2010-10-06 | Make test script t9157 executable | Junio C Hamano | 1 | -0/+0 |
2010-10-06 | Merge branch 'jk/repack-reuse-object' | Junio C Hamano | 3 | -3/+13 |
2010-10-06 | Merge branch 'bc/fix-cherry-pick-root' | Junio C Hamano | 2 | -1/+11 |
2010-10-06 | Merge branch 'uk/fix-author-ident-sed-script' | Junio C Hamano | 1 | -3/+0 |
2010-10-06 | Merge branch 'cw/gitweb-hilite-config' | Junio C Hamano | 3 | -3/+21 |
2010-10-06 | Merge branch 'ab/makefile-track-cc' | Junio C Hamano | 1 | -1/+1 |
2010-10-06 | Merge branch 'mg/reset-doc' | Junio C Hamano | 1 | -29/+47 |
2010-10-06 | Merge branch 'maint' | Junio C Hamano | 16 | -42/+135 |
2010-10-06 | Merge branch 'work/pt/for-junio' of git://repo.or.cz/git/mingw/4msysgit | Junio C Hamano | 12 | -36/+122 |
2010-10-06 | Martin Langhoff has a new e-mail address | Junio C Hamano | 5 | -9/+9 |
2010-10-06 | Documentation/git-clone: describe --mirror more verbosely | Uwe Kleine-König | 1 | -1/+6 |
2010-10-06 | do not depend on signed integer overflow | Erik Faye-Lund | 4 | -3/+15 |
2010-10-06 | work around buggy S_ISxxx(m) implementations | René Scharfe | 1 | -3/+10 |
2010-10-06 | xdiff: cast arguments for ctype functions to unsigned char | Jonathan Nieder | 3 | -10/+11 |
2010-10-06 | init: plug tiny one-time memory leak | Jonathan Nieder | 1 | -13/+19 |
2010-10-05 | diffcore-pickaxe.c: remove unnecessary curly braces | Brandon Casey | 1 | -2/+1 |
2010-10-05 | Merge early part of git-svn into maint | Junio C Hamano | 3 | -5/+69 |
2010-10-04 | send-email: Don't leak To: headers between patches | Stephen Boyd | 2 | -8/+25 |
2010-10-03 | t3020 (ls-files-error-unmatch): remove stray '1' from end of file | Elijah Newren | 1 | -1/+0 |
2010-10-03 | setup: make sure git dir path is in a permanent buffer | Jonathan Nieder | 1 | -1/+3 |
2010-10-03 | environment.c: remove unused variable | Jonathan Nieder | 1 | -3/+1 |
2010-10-03 | Add MinGW-specific execv() override. | Eric Sunshine | 2 | -0/+7 |
2010-10-03 | Fix Windows-specific macro redefinition warning. | Eric Sunshine | 1 | -0/+6 |
2010-10-03 | Fix 'clone' failure at DOS root directory. | Eric Sunshine | 1 | -1/+5 |
2010-10-03 | mingw: do not crash on open(NULL, ...) | Erik Faye-Lund | 1 | -2/+2 |
2010-10-03 | git-am: fix detection of absolute paths for windows | Pat Thoyts | 2 | -6/+21 |
2010-10-03 | Side-step MSYS-specific path "corruption" leading to t5560 failure. | Eric Sunshine | 1 | -2/+1 |
2010-10-03 | Side-step sed line-ending "corruption" leading to t6038 failure. | Eric Sunshine | 1 | -1/+3 |
2010-10-01 | Skip 'git archive --remote' test on msysGit | Pat Thoyts | 1 | -1/+1 |
2010-10-01 | Do not strip CR when grepping HTTP headers. | Pat Thoyts | 2 | -0/+3 |
2010-10-01 | Skip t1300.70 and 71 on msysGit. | Pat Thoyts | 3 | -10/+6 |
2010-10-01 | merge-octopus: Work around environment issue on Windows | Johannes Schindelin | 1 | -0/+5 |
2010-10-01 | MinGW: Report errors when failing to launch the html browser. | Pat Thoyts | 1 | -2/+6 |
2010-10-01 | MinGW: fix stat() and lstat() implementations for handling symlinks | Pat Thoyts | 2 | -5/+37 |