summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | shell portability: no "export VAR=VAL"Junio C Hamano2010-10-136-23/+23
| * | | | | | | | | | | | | CodingGuidelines: reword parameter expansion sectionJunio C Hamano2010-10-131-12/+15
| * | | | | | | | | | | | | Documentation: update-index: -z applies also to --index-infoBert Wesarg2010-10-131-2/+2
| * | | | | | | | | | | | | Documentation: No argument of ALLOC_GROW should have side-effectsJonathan Nieder2010-10-081-1/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | fast-import: Allow filemodify to set the rootDavid Barr2010-10-143-0/+33
* | | | | | | | | | | | | gitweb: Improve behavior for actionless path_info gitweb URLsJakub Narebski2010-10-131-2/+9
* | | | | | | | | | | | | gitweb: Fix bug in evaluate_path_infoJakub Narebski2010-10-131-2/+2
* | | | | | | | | | | | | gitweb: Fix test of highlighting support in t9500Jakub Narebski2010-10-131-5/+6
* | | | | | | | | | | | | t5503: fix typoMichael J Gruber2010-10-081-1/+1
* | | | | | | | | | | | | commit-tree: free commit message before exitingJonathan Nieder2010-10-071-5/+7
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-10-062-9/+18
|\| | | | | | | | | | | |
| * | | | | | | | | | | | t/t3415: use && where applicable.Yann Dirson2010-10-061-3/+3
| * | | | | | | | | | | | SubmittingPatches: Document some extra tags used in commit messagesRamkumar Ramachandra2010-10-061-6/+15
* | | | | | | | | | | | | diffcore-pickaxe.c: a void function shouldn't try to return somethingBrandon Casey2010-10-061-2/+2
* | | | | | | | | | | | | Make test script t9157 executableJunio C Hamano2010-10-061-0/+0
* | | | | | | | | | | | | Merge branch 'jk/repack-reuse-object'Junio C Hamano2010-10-063-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation: pack.compression: explain how to recompressJan Krüger2010-09-271-0/+4
| * | | | | | | | | | | | | repack: add -F flag to let user choose between --no-reuse-delta/objectJan Krüger2010-09-272-3/+9
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'bc/fix-cherry-pick-root'Junio C Hamano2010-10-062-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | builtin/revert.c: don't dereference a NULL pointerBrandon Casey2010-09-272-1/+11
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano2010-10-061-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | get_author_ident_from_commit(): remove useless quotingUwe Kleine-König2010-09-271-3/+0
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'cw/gitweb-hilite-config'Junio C Hamano2010-10-063-3/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Enable highlight executable path as a configuration optionChristopher Wilson2010-09-273-3/+21
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'ab/makefile-track-cc'Junio C Hamano2010-10-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Makefile: add CC to TRACK_CFLAGSÆvar Arnfjörð Bjarmason2010-09-271-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'mg/reset-doc'Junio C Hamano2010-10-061-29/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-reset.txt: make modes description more consistentMichael J Gruber2010-09-191-17/+26
| * | | | | | | | | | | | | git-reset.txt: point to git-checkoutMichael J Gruber2010-09-191-0/+7
| * | | | | | | | | | | | | git-reset.txt: use "working tree" consistentlyMichael J Gruber2010-09-191-7/+7
| * | | | | | | | | | | | | git-reset.txt: reset --soft is not a no-opMichael J Gruber2010-09-191-4/+4
| * | | | | | | | | | | | | git-reset.txt: reset does not change files in targetMichael J Gruber2010-09-191-2/+4
| * | | | | | | | | | | | | git-reset.txt: clarify branch vs. branch headMichael J Gruber2010-09-191-2/+2
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-10-0616-42/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König2010-10-061-1/+6
| * | | | | | | | | | | | | do not depend on signed integer overflowErik Faye-Lund2010-10-064-3/+15
| * | | | | | | | | | | | | work around buggy S_ISxxx(m) implementationsRené Scharfe2010-10-061-3/+10
| * | | | | | | | | | | | | xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-063-10/+11
| * | | | | | | | | | | | | init: plug tiny one-time memory leakJonathan Nieder2010-10-061-13/+19
| * | | | | | | | | | | | | diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey2010-10-051-2/+1
| * | | | | | | | | | | | | Merge early part of git-svn into maintJunio C Hamano2010-10-053-5/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | git-svn: fix processing of decorated commit hashesMathias Lafeldt2010-09-241-1/+2
| | * | | | | | | | | | | | | git-svn: check_cherry_pick should exclude commits already in our historySteven Walter2010-09-242-1/+53
| | * | | | | | | | | | | | | Documentation/git-svn: discourage "noMetadata"Eric Wong2010-09-241-3/+14
| * | | | | | | | | | | | | | t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren2010-10-041-1/+0
| * | | | | | | | | | | | | | setup: make sure git dir path is in a permanent bufferJonathan Nieder2010-10-041-1/+3
| * | | | | | | | | | | | | | environment.c: remove unused variableJonathan Nieder2010-10-041-3/+1
* | | | | | | | | | | | | | | Merge branch 'work/pt/for-junio' of git://repo.or.cz/git/mingw/4msysgitJunio C Hamano2010-10-0612-36/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add MinGW-specific execv() override.Eric Sunshine2010-10-042-0/+7
| * | | | | | | | | | | | | | | Fix Windows-specific macro redefinition warning.Eric Sunshine2010-10-041-0/+6