summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | git-show-ref.txt: clarify the pattern matchingMichael J Gruber2010-10-191-1/+5
| * | | | | | | | | | documentation: git-config minor cleanupsCliff Frey2010-10-191-7/+7
| * | | | | | | | | | Update test script annotate-tests.sh to handle missing/extra authorsKevin Ballard2010-10-191-6/+6
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-10-1325-68/+79
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Better advice on using topic branches for kernel developmentLuck, Tony2010-10-131-3/+6
| * | | | | | | | | | Documentation: update implicit "--no-index" behavior in "git diff"Jonathan Nieder2010-10-131-3/+3
| * | | | | | | | | | Documentation: expand 'git diff' SEE ALSO sectionJonathan Nieder2010-10-131-2/+6
| * | | | | | | | | | Documentation: diff can compare blobsJonathan Nieder2010-10-131-2/+3
| * | | | | | | | | | Documentation: gitrevisions is in section 7Jonathan Nieder2010-10-1316-20/+20
| * | | | | | | | | | 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-133-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-061-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-181-17/+26
| * | | | | | | | | | git-reset.txt: point to git-checkoutMichael J Gruber2010-09-181-0/+7
| * | | | | | | | | | git-reset.txt: use "working tree" consistentlyMichael J Gruber2010-09-181-7/+7
| * | | | | | | | | | git-reset.txt: reset --soft is not a no-opMichael J Gruber2010-09-181-4/+4
| * | | | | | | | | | git-reset.txt: reset does not change files in targetMichael J Gruber2010-09-181-2/+4
| * | | | | | | | | | git-reset.txt: clarify branch vs. branch headMichael J Gruber2010-09-181-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
| |\ \ \ \ \ \ \ \ \ \