summaryrefslogtreecommitdiffstats
path: root/tree-diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-05mingw: import poll-emulation from gnulibErik Faye-Lund2-0/+650
2010-11-05daemon: get remote host address from root-processErik Faye-Lund1-40/+39
2010-11-05Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö1-7/+21
2010-11-05daemon: use full buffered mode for stderrErik Faye-Lund1-2/+4
2010-11-05daemon: use run-command api for async servingErik Faye-Lund1-46/+47
2010-11-05mingw: add kill emulationErik Faye-Lund2-0/+22
2010-11-05mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund2-0/+9
2010-11-05mingw: use real pidErik Faye-Lund2-8/+75
2010-11-05inet_ntop: fix a couple of old-style declsErik Faye-Lund1-13/+3
2010-11-05compat: add inet_pton and inet_ntop prototypesMike Pape4-6/+18
2010-11-05mingw: implement syslogMike Pape5-4/+96
2010-11-05mingw: add network-wrappers for daemonMike Pape2-1/+59
2010-10-28completion: fix zsh check under bash with 'set -u'Mark Lodato1-3/+3
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-19{cvs,svn}import: use the new 'git read-tree --empty'Thomas Rast2-2/+2
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-14fast-import: Allow filemodify to set the rootDavid Barr3-0/+33
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-13gitweb: Improve behavior for actionless path_info gitweb URLsJakub Narebski1-2/+9
2010-10-13gitweb: Fix bug in evaluate_path_infoJakub Narebski1-2/+2
2010-10-13gitweb: Fix test of highlighting support in t9500Jakub Narebski1-5/+6
2010-10-08t5503: fix typoMichael J Gruber1-1/+1
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-07commit-tree: free commit message before exitingJonathan Nieder1-5/+7
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-06diffcore-pickaxe.c: a void function shouldn't try to return somethingBrandon Casey1-2/+2
2010-10-06Make test script t9157 executableJunio C Hamano1-0/+0
2010-10-06Martin Langhoff has a new e-mail addressJunio C Hamano5-9/+9
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