summaryrefslogtreecommitdiffstats
path: root/builtin-annotate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-19Documentation: move command list in git.txt into separate files.Junio C Hamano7-387/+393
2007-01-18prune-packed: add -q to usageMatthias Lederhofer1-1/+1
2007-01-18Document --ignore-if-in-upstream in git-format-patchDavid Kågedal1-0/+8
2007-01-18Shell syntax fix in git-resetDavid Kågedal1-1/+1
2007-01-18Use standard -t option for touch.Simon 'corecode' Schubert1-12/+12
2007-01-18Use fixed-size integers for .idx file I/OJunio C Hamano3-7/+7
2007-01-18Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert2-3/+4
2007-01-18git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano3-10/+9
2007-01-18git-format-patch: make --binary on by defaultJunio C Hamano1-0/+3
2007-01-18Add --summary to git-format-patch by defaultJunio C Hamano7-1/+13
2007-01-18git-format-patch -3Junio C Hamano2-2/+10
2007-01-18Document pack .idx file format upgrade strategy.Shawn O. Pearce2-3/+42
2007-01-18Refer users to git-rev-parse for revision specification syntax.Shawn O. Pearce7-1/+17
2007-01-18Document the master@{n} reflog query syntax.Shawn O. Pearce1-0/+8
2007-01-17Documentation/git-parse-remote.txt: we deal with config vars as wellJunio C Hamano1-2/+4
2007-01-17Documentation: m can be relative in "git-blame -Ln,m"Junio C Hamano1-1/+4
2007-01-17Documentation: suggest corresponding Porcelain-level in plumbing docs.Junio C Hamano5-1/+13
2007-01-17Documentation/git-resolve: deprecated.Junio C Hamano1-0/+2
2007-01-17sanitize content of README fileNicolas Pitre4-582/+618
2007-01-17git-format-patch: do not crash with format.headers without value.Junio C Hamano1-1/+5
2007-01-17Introduce 'git-format-patch --suffix=.patch'Junio C Hamano2-4/+32
2007-01-17Documentation/glossary.txt: describe remotes/ tracking and packed-refsJunio C Hamano1-0/+9
2007-01-17Documentation/glossary.txt: unpacked objects are loose.Junio C Hamano1-1/+1
2007-01-17Documentation: describe shallow repositoryJunio C Hamano2-0/+20
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano2-4/+5
2007-01-17Documentation: detached HEADJunio C Hamano2-2/+58
2007-01-17Documentation: a few spelling fixesRené Scharfe12-15/+15
2007-01-17Documentation/git-sh-setup.txt: programmer's docsJunio C Hamano1-8/+45
2007-01-17Documentation/git-whatchanged.txt: show -<n> instead of --max-count.Junio C Hamano1-1/+1
2007-01-17Documentation/git-status.txt: mention color configurationJunio C Hamano1-0/+9
2007-01-17Documentation/git-tar-tree.txt: default umask is now 002Junio C Hamano1-1/+1
2007-01-17Documentation/git-tools.txt: mention tig and refer to wikiJunio C Hamano1-2/+12
2007-01-17Documentation/git-tag: the command can be used to also verify a tag.Junio C Hamano2-2/+2
2007-01-17Documentation/SubmittingPatches: Gnus tipsJunio C Hamano1-1/+19
2007-01-17git-commit: document log message formatting conventionJunio C Hamano1-0/+6
2007-01-17cache.h; fix a couple of prototypesChris Wedgwood1-2/+2
2007-01-17Document where configuration files are in config.txtJunio C Hamano1-1/+6
2007-01-17Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano2-10/+36
2007-01-17git-commit documentation: remove comment on unfixed git-rmJunio C Hamano1-5/+0
2007-01-17tutorial: shorthand for remotes but show distributed nature of gitJunio C Hamano1-19/+24
2007-01-17tutorial: Use only separate layoutSanti Béjar1-13/+13
2007-01-16Fix spurious compile errorJohannes Schindelin1-0/+4
2007-01-16git-rm documentation: remove broken behaviour from the example.Junio C Hamano2-9/+5
2007-01-16git-push documentation: remaining bitsJunio C Hamano1-1/+13
2007-01-16document --exec for git-pushUwe Kleine-K,Av(Bnig1-1/+7
2007-01-16git-svn: print and flush authentication prompts to STDERREric Wong1-15/+22
2007-01-16Solaris 5.8 returns ENOTDIR for inappropriate renames.Jason Riedy1-1/+6
2007-01-16Replace "echo -n" with printf in shell scripts.Jason Riedy6-7/+7
2007-01-16Set _ALL_SOURCE for AIX, but avoid its struct list.Jason Riedy1-2/+5
2007-01-16Start all test scripts with /bin/sh.Jason Riedy3-1/+3