summaryrefslogtreecommitdiffstats
path: root/builtin-tar-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-06Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano2-3/+4
2006-12-06read-tree: further loosen "working file will be lost" check.Junio C Hamano6-15/+119
2006-12-05Document git-diff whitespace flags -b and -wJakub Narebski1-0/+16
2006-12-05diff -b: ignore whitespace at end of lineJohannes Schindelin2-5/+4
2006-12-04receive-pack: do not insist on fast-forward outside refs/heads/Junio C Hamano1-1/+2
2006-12-04git-fetch: ignore dereferenced tags in expand_refs_wildcardMichael Loeffler1-1/+1
2006-12-04git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski2-5/+5
2006-12-04gitweb: Fix Atom feed <logo>: it is $logo, not $logo_urlJakub Narebski1-1/+1
2006-12-04Make perl/ build procedure ActiveState friendly.Alex Riesen3-7/+57
2006-12-04Pass -M to diff in request-pullDavid Miller1-1/+1
2006-12-04Set permissions of each new file before "cvs add"ing it.Jim Meyering2-0/+29
2006-12-04git-mv: search more precisely for source directory in indexJohannes Schindelin2-4/+20
2006-12-03git-svn: avoid fetching files twice in the same revisionEric Wong1-5/+5
2006-12-03git-merge: fix confusion between tag and branchJunio C Hamano1-5/+5
2006-12-02De-emphasise the symbolic link documentation.Andy Parkins1-18/+11
2006-12-02git-diff: Introduce --index and deprecate --cached.Andreas Ericsson2-3/+5
2006-12-02ls-files: Give hints when errors happen.Andreas Ericsson1-1/+5
2006-11-30pack-objects: remove redundent status informationNicolas Pitre1-2/+4
2006-11-29Document git-repo-config --bool/--int options.Andy Parkins1-0/+6
2006-11-29tutorial: talk about user.name early and don't start with commit -aJunio C Hamano1-5/+24
2006-11-29git-blame: fix rev parameter handling.Alex Riesen1-0/+1
2006-11-29git blame -C: fix output format tweaks when crossing file boundary.Junio C Hamano1-5/+5
2006-11-29git-svn: fix multi-initEric Wong1-4/+9
2006-11-29git-svn: documentation updatesEric Wong1-21/+19
2006-11-29git-svn: color support for the log commandEric Wong1-20/+47
2006-11-29ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys1-5/+10
2006-11-29Fix broken bash completion of local refs.Shawn O. Pearce1-18/+19
2006-11-29Teach bash how to complete long options for git-commit.Shawn O. Pearce1-0/+16
2006-11-28git-svn: fix output reporting from the delta fetcherEric Wong1-20/+15
2006-11-28git-svn: error out when the SVN connection fails during a fetchEric Wong1-1/+8
2006-11-28shortlog: remove range checkRené Scharfe1-3/+1
2006-11-28git-svn: update tests for recent changesEric Wong4-2/+10
2006-11-28git-svn: enable delta transfers during fetches when using SVN:: libsEric Wong1-5/+189
2006-11-28sha1_object_info(): be consistent with read_sha1_file()Johannes Schindelin1-15/+20
2006-11-28shortlog: use pagerJohannes Schindelin1-1/+1
2006-11-27cvsimport: style fixup.Junio C Hamano1-84/+84
2006-11-27git-svn: use ~/.subversion config files when using SVN:: librariesEric Wong1-2/+4
2006-11-27Teach bash about git-am/git-apply and their whitespace options.Shawn O. Pearce1-0/+53
2006-11-27Cache the list of merge strategies and available commands during load.Shawn O. Pearce1-1/+19
2006-11-27Support --strategy=x completion in addition to --strategy x.Shawn O. Pearce1-10/+20
2006-11-27Teach bash about git-repo-config.Shawn O. Pearce1-0/+154
2006-11-27Support bash completion of refs/remote.Shawn O. Pearce1-4/+14
2006-11-27Teach bash about git log/show/whatchanged options.Shawn O. Pearce1-8/+26
2006-11-27Teach bash how to complete git-rebase.Shawn O. Pearce1-6/+32
2006-11-27Teach bash how to complete git-cherry-pick.Shawn O. Pearce1-0/+17
2006-11-27Teach bash how to complete git-format-patch.Shawn O. Pearce1-16/+44
2006-11-27Add current branch in PS1 support to git-completion.bash.Shawn O. Pearce1-0/+19
2006-11-27Teach bash how to complete options for git-name-rev.Shawn O. Pearce1-0/+9
2006-11-27Hide plumbing/transport commands from bash completion.Shawn O. Pearce1-5/+57
2006-11-27Teach git-completion.bash how to complete git-merge.Shawn O. Pearce1-0/+30