summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-06rename_ref: use lstat(2) when testing for symlinkLars Hjemli
2006-12-06git-branch: add options and tests for branch renamingLars Hjemli
2006-12-05Document git-diff whitespace flags -b and -wJakub Narebski
2006-12-05diff -b: ignore whitespace at end of lineJohannes Schindelin
2006-12-05Merge branch 'maint'Junio C Hamano
2006-12-04receive-pack: do not insist on fast-forward outside refs/heads/Junio C Hamano
2006-12-04git-fetch: ignore dereferenced tags in expand_refs_wildcardMichael Loeffler
2006-12-04git-clone: Rename --use-immingled-remote option to --no-separate-remoteJakub Narebski
2006-12-04gitweb: Fix Atom feed <logo>: it is $logo, not $logo_urlJakub Narebski
2006-12-04Make perl/ build procedure ActiveState friendly.Alex Riesen
2006-12-04Pass -M to diff in request-pullDavid Miller
2006-12-04Set permissions of each new file before "cvs add"ing it.Jim Meyering
2006-12-04git-mv: search more precisely for source directory in indexJohannes Schindelin
2006-12-03Merge branch 'maint'Junio C Hamano
2006-12-03git-svn: avoid fetching files twice in the same revisionEric Wong
2006-12-03git-merge: fix confusion between tag and branchJunio C Hamano
2006-12-02De-emphasise the symbolic link documentation.Andy Parkins
2006-12-02git-diff: Introduce --index and deprecate --cached.Andreas Ericsson
2006-12-02ls-files: Give hints when errors happen.Andreas Ericsson
2006-11-30pack-objects: remove redundent status informationNicolas Pitre
2006-11-29Merge master.kernel.org:/pub/scm/gitk/gitkJunio C Hamano
2006-11-29Merge branch 'maint'Junio C Hamano
2006-11-29Document git-repo-config --bool/--int options.Andy Parkins
2006-11-29tutorial: talk about user.name early and don't start with commit -aJunio C Hamano
2006-11-29git-blame: fix rev parameter handling.Alex Riesen
2006-11-29Merge branch 'jc/globfetch'Junio C Hamano
2006-11-29Merge branch 'maint'Junio C Hamano
2006-11-29git blame -C: fix output format tweaks when crossing file boundary.Junio C Hamano
2006-11-29git-svn: fix multi-initEric Wong
2006-11-29git-svn: documentation updatesEric Wong
2006-11-29git-svn: color support for the log commandEric Wong
2006-11-29ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys
2006-11-28Fix broken bash completion of local refs.Shawn O. Pearce
2006-11-28Teach bash how to complete long options for git-commit.Shawn O. Pearce
2006-11-28git-svn: fix output reporting from the delta fetcherEric Wong
2006-11-28git-svn: error out when the SVN connection fails during a fetchEric Wong
2006-11-28shortlog: remove range checkRené Scharfe
2006-11-28git-svn: update tests for recent changesEric Wong
2006-11-28git-svn: enable delta transfers during fetches when using SVN:: libsEric Wong
2006-11-28sha1_object_info(): be consistent with read_sha1_file()Johannes Schindelin
2006-11-28shortlog: use pagerJohannes Schindelin
2006-11-27cvsimport: style fixup.Junio C Hamano
2006-11-27git-svn: use ~/.subversion config files when using SVN:: librariesEric Wong
2006-11-27Teach bash about git-am/git-apply and their whitespace options.Shawn O. Pearce
2006-11-27Cache the list of merge strategies and available commands during load.Shawn O. Pearce
2006-11-27Support --strategy=x completion in addition to --strategy x.Shawn O. Pearce
2006-11-27Teach bash about git-repo-config.Shawn O. Pearce
2006-11-27Support bash completion of refs/remote.Shawn O. Pearce
2006-11-27Teach bash about git log/show/whatchanged options.Shawn O. Pearce
2006-11-27Teach bash how to complete git-rebase.Shawn O. Pearce