summaryrefslogtreecommitdiffstats
path: root/t/t4202-log.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-29Fix a formatting error in git-merge.txtNathan W. Panike1-7/+7
2010-10-25Fix copy-pasted comments related to tree diff handling.Yann Dirson1-2/+2
2010-10-22Git 1.7.3.2v1.7.3.2Junio C Hamano4-3/+9
2010-10-19t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'Antonio Ospite1-1/+1
2010-10-19Clarify and extend the "git diff" format documentationAndreas Gruenbacher1-10/+30
2010-10-19git-show-ref.txt: clarify the pattern matchingMichael J Gruber1-1/+5
2010-10-19documentation: git-config minor cleanupsCliff Frey1-7/+7
2010-10-19Update test script annotate-tests.sh to handle missing/extra authorsKevin Ballard1-6/+6
2010-10-14Better advice on using topic branches for kernel developmentLuck, Tony1-3/+6
2010-10-14Documentation: update implicit "--no-index" behavior in "git diff"Jonathan Nieder1-3/+3
2010-10-14Documentation: expand 'git diff' SEE ALSO sectionJonathan Nieder1-2/+6
2010-10-14Documentation: diff can compare blobsJonathan Nieder1-2/+3
2010-10-14Documentation: gitrevisions is in section 7Jonathan Nieder16-20/+20
2010-10-13shell portability: no "export VAR=VAL"Junio C Hamano6-23/+23
2010-10-13CodingGuidelines: reword parameter expansion sectionJunio C Hamano1-12/+15
2010-10-13Documentation: update-index: -z applies also to --index-infoBert Wesarg1-2/+2
2010-10-08Documentation: No argument of ALLOC_GROW should have side-effectsJonathan Nieder1-1/+1
2010-10-08Fix {update,checkout}-index usage stringsŠtěpán Němec2-2/+2
2010-10-08Put a space between `<' and argument in pack-objects usage stringŠtěpán Němec1-1/+1
2010-10-08Remove stray quotes in --pretty and --format documentationŠtěpán Němec2-3/+3
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec31-33/+33
2010-10-08Fix odd markup in --diff-filter documentationŠtěpán Němec1-2/+2
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec27-118/+118
2010-10-06t/t3415: use && where applicable.Yann Dirson1-3/+3
2010-10-06SubmittingPatches: Document some extra tags used in commit messagesRamkumar Ramachandra1-6/+15
2010-10-06Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König1-1/+6
2010-10-06do not depend on signed integer overflowErik Faye-Lund4-3/+15
2010-10-06work around buggy S_ISxxx(m) implementationsRené Scharfe1-3/+10
2010-10-06xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder3-10/+11
2010-10-06init: plug tiny one-time memory leakJonathan Nieder1-13/+19
2010-10-05diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey1-2/+1
2010-10-04t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren1-1/+0
2010-10-04setup: make sure git dir path is in a permanent bufferJonathan Nieder1-1/+3
2010-10-04environment.c: remove unused variableJonathan Nieder1-3/+1
2010-09-30Fix typo in pack-objects' usageJohannes Schindelin1-1/+1
2010-09-30Make sure that git_getpass() never returns NULLJohannes Schindelin1-2/+6
2010-09-30t0004 (unwritable files): simplify error handlingJonathan Nieder1-38/+14
2010-09-30rev-list-options: clarify --parents and --childrenMichael J Gruber1-4/+4
2010-09-29MinGW: avoid collisions between "tags" and "TAGS"Junio C Hamano1-6/+9
2010-09-29diff: trivial fix for --output file error messageMatthieu Moy1-1/+1
2010-09-29user-manual: fix anchor name Finding-comments-With-given-ContentMichael J Gruber1-1/+1
2010-09-29user-manual: be consistent in illustrations to 'git rebase'Kirill Smelkov1-2/+2
2010-09-29stash: simplify parsing fixesJon Seymour1-21/+7
2010-09-29Git 1.7.3.1v1.7.3.1Junio C Hamano4-3/+18
2010-09-29stash: fix git stash branch regression when branch creation failsJon Seymour2-4/+4
2010-09-29stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky1-0/+11
2010-09-28Fix missing 'does' in man-page for 'git checkout'Linus Torvalds1-8/+8
2010-09-27dir.c: squelch false uninitialized memory warningPat Notz1-1/+1
2010-09-27git-send-email.perl: ensure $domain is defined before using itBrandon Casey1-1/+1
2010-09-27wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey1-10/+6