summaryrefslogtreecommitdiffstats
path: root/exec_cmd.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-06-01Fix path duplication in git svn commit-diffKarl Hasselström1-2/+1
2008-06-01Make "git-remote rm" delete refs acccording to fetch specsShawn O. Pearce1-14/+54
2008-06-01Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2-19/+20
2008-06-01Remove unused remote_prefix member in builtin-remoteShawn O. Pearce1-3/+0
2008-06-01t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann1-1/+3
2008-06-01git-reset: honor -q and do not show progress messageJamis Buck1-4/+5
2008-06-01Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.shStephan Beyer2-72/+34