summaryrefslogtreecommitdiffstats
path: root/builtin-blame.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-08progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber1-3/+8
2008-06-08git-name-rev.txt: document --no-undefined and --alwaysStephan Beyer1-0/+7
2008-06-08git-describe.txt: document --alwaysStephan Beyer1-0/+3
2008-06-08Docs: add some long/short optionsStephan Beyer4-1/+14
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer56-210/+394
2008-06-08git-commit.txt: Add missing long/short optionsStephan Beyer1-8/+9
2008-06-08git-send-email: allow whitespace in addressee listPieter de Bie1-1/+1
2008-06-08send-email: Allow the envelope sender to be set via configurationAsk Bjørn Hansen1-0/+1
2008-06-08gitweb setup instruction: rewrite HEAD and root as wellAsk Bjørn Hansen1-4/+14
2008-06-08git-commit.txt: Correct option alternativesStephan Beyer1-4/+4
2008-06-08git-rebase -i: mention the short command aliases in the todo listMiklos Vajna1-3/+3
2008-06-08Remove unused code in parse_commit_buffer()Miklos Vajna1-7/+1
2008-06-08http-push.c: remove duplicated codeJunio C Hamano1-26/+3
2008-06-08make_nonrelative_path: Use is_absolute_path()Johannes Sixt1-1/+1
2008-06-07GIT 1.5.6-rc2v1.5.6-rc2Junio C Hamano1-0/+6
2008-06-07GIT 1.5.5.4v1.5.5.4Junio C Hamano4-3/+11
2008-06-06git log --graph: print '*' for all commits, including mergesAdam Simpkins1-14/+0
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow3-2/+39
2008-06-06documentation: move git(7) to git(1)Christian Couder140-146/+144
2008-06-06documentation: convert "diffcore" and "repository-layout" to man pagesChristian Couder8-20/+68
2008-06-06graph API: fix "git log --graph --first-parent"Adam Simpkins1-11/+53
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen3-0/+7
2008-06-06git-for-each-ref.txt: minor improvementsLea Wiemann1-8/+9
2008-06-06name-rev: Fix segmentation fault when using --allBjörn Steinbrink1-2/+6
2008-06-05gitweb: Add charset info to "raw" output of 'text/plain' blobsJakub Narebski1-9/+20
2008-06-05Strbuf documentation: document most functionsMiklos Vajna1-2/+237
2008-06-04Documentation/git-mailsplit: Enhanced description of -o optionDirk Suesserott1-1/+1
2008-06-04Fix "git clone http://$URL" to check out the worktree when askedJeff King1-0/+1
2008-06-04describe: match pattern for lightweight tags tooMichael Dressel2-4/+27
2008-06-04t7502: honor SHELL_PATHJunio C Hamano1-3/+3
2008-06-04Documentation: git-log cannot use rev-list specific optionsJunio C Hamano1-0/+6
2008-06-04Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen1-1/+1
2008-06-04t7502: tighten loosely written test sequenceJunio C Hamano1-17/+18
2008-06-04t7502: do not globally unset GIT_COMMITTER_* environment variablesJunio C Hamano1-3/+6
2008-06-03cat-file --batch: flush stdout also when objects are missingLea Wiemann1-0/+1
2008-06-03GIT v1.5.6-rc1v1.5.6-rc1Junio C Hamano1-1/+5
2008-06-03commit: drop duplicated parentsJunio C Hamano2-0/+23
2008-06-03rebase --interactive: Compute upstream SHA1 before switching branchesJohannes Sixt1-4/+3
2008-06-03Documentation/git-filter-branch.txt: Fix description of --commit-filterKevin Ballard1-1/+1
2008-06-03gitweb: Fix "next" link on bottom of pageJakub Narebski1-8/+5
2008-06-03Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström1-4/+7
2008-06-02make verify-pack a bit more useful with bad packsNicolas Pitre1-28/+27
2008-06-02Git.pm: fix return value of config methodLea Wiemann1-1/+1
2008-06-02glossary: improve a few linksLea Wiemann1-7/+7
2008-06-02Documentation: convert "glossary" and "core-tutorial" to man pagesChristian Couder9-20/+75
2008-06-02Git.pm: fix documentation of hash_objectLea Wiemann1-3/+2
2008-06-02graph API: avoid printing unnecessary padding before some octopus mergesAdam Simpkins1-5/+8
2008-06-01graph API: improve display of merge commitsAdam Simpkins1-17/+93
2008-06-01git-svn fails in prop_walk if $self->{path} is not emptyChristian Engwer1-1/+1
2008-06-01Add a --dry-run option to git-svn rebaseSeth Falcon2-2/+12