summaryrefslogtreecommitdiffstats
path: root/Documentation/tutorial.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-13test-lib: unset GIT_TRACEJunio C Hamano1-0/+1
2006-07-13git-repack: avoid redirecting stderr into git-pack-objectsJunio C Hamano1-1/+3
2006-07-13Fix grammatical error in git-revertJunio C Hamano1-1/+1
2006-07-13fmt-merge-msg fixJunio C Hamano1-6/+10
2006-07-13gitweb: Make command invocations go through the git wrapperAlp Toker1-33/+29
2006-07-11gitweb: Include a site name in page titlesAlp Toker1-2/+6
2006-07-11gitweb: Send XHTML as 'application/xhtml+xml' where possibleAlp Toker1-2/+12
2006-07-11git-fetch: fix a bashism (==)Eric Wong1-1/+1
2006-07-11Make the unpacked object header functions static to sha1_file.cLinus Torvalds2-4/+2
2006-07-11git-send-email: Remove redundant Reply-To headerAlp Toker1-1/+0
2006-07-11typofix (git-name-rev documentation)Alp Toker1-1/+1
2006-07-11Mention the [user@] part in documentation of ssh:// urls.Yakov Lerner1-3/+3
2006-07-11tests: Set EDITOR=: and VISUAL=: globallyEric Wong4-3/+5
2006-07-11Log ref changes made by git-fetch and git-pull.Shawn Pearce2-6/+16
2006-07-11Record the type of commit operation in the reflog.Shawn Pearce2-4/+21
2006-07-11Allow user.name and user.email to drive reflog entry.Shawn Pearce2-1/+1
2006-07-10Fix linking for not-so-clever linkers.Johannes Schindelin2-2/+1
2006-07-10git-rev-list: add documentation for --parents, --no-mergesMatthias Lederhofer1-0/+6
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin10-31/+33
2006-07-10Fix more typos, primarily in the codePavel Roskin34-56/+56
2006-07-10gitweb.cgi: Teach "a=blob" action to know the blob/file mime typeLuben Tuikov1-60/+67
2006-07-10gitweb.cgi: Create $git_temp if it doesn't existLuben Tuikov1-0/+3
2006-07-10git-svn: fix --file/-F option in commit-diffEric Wong1-3/+3
2006-07-10Avoid C99 initializersShawn Pearce3-24/+16
2006-07-09Additional merge-base tests (revised)A Large Angry SCM1-0/+45
2006-07-09merge-base: update the clean-up postprocessingJunio C Hamano1-190/+90
2006-07-09Fix typos involving the word 'commit'Alp Toker2-7/+7
2006-07-09Fix some doubled word typosAlp Toker1-1/+1
2006-07-09Fix some doubled word typosAlp Toker1-1/+1
2006-07-09"git -p cmd" to page anywhereJunio C Hamano4-1/+11
2006-07-09change ent to tree in git-diff documentationMatthias Lederhofer2-10/+10
2006-07-09Typofix in Makefile comment.Pavel Roskin1-1/+1
2006-07-09Assorted typo fixesPavel Roskin21-34/+34
2006-07-09GIT_TRACE: fix a mixed declarations and code warningTimo Hirvonen1-1/+1
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer5-0/+69
2006-07-09builtin "git prune"Linus Torvalds5-48/+266
2006-07-09Add "raw" output option to blobs in "tree" view formatLuben Tuikov1-0/+1
2006-07-09Disable color detection during format-patchRyan Anderson1-0/+3
2006-07-09git-cvsexportcommit can't handle merge commits correctlyPeter Baumann1-2/+2
2006-07-08Using 'perl' in *.shMichal Rokos6-5/+6
2006-07-08sed -e '/RE/r rfile/' needs space in 'r rfile'Michal Rokos1-2/+2
2006-07-08Close the index file between writing and committingJohannes Schindelin7-7/+8
2006-07-08templates/hooks--update: replace diffstat calls with git diff --statEric Wong1-2/+2
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano8-11/+17
2006-07-08colored diff: diff.color = auto fixJunio C Hamano1-2/+8
2006-07-07git log -p --merge [[--] paths...]Junio C Hamano1-2/+51
2006-07-07Makefile: export NO_SVN_TESTSJohannes Schindelin1-0/+1
2006-07-07Update diff-options and config documentation.Junio C Hamano2-4/+38
2006-07-07diff.c: --no-color to defeat diff.color configuration.Junio C Hamano1-0/+2
2006-07-07diff.c: respect diff.renames config optionEric Wong2-0/+19