summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-11-27Teach bash how to complete git-cherry-pick.Shawn O. Pearce
2006-11-27Teach bash how to complete git-format-patch.Shawn O. Pearce
2006-11-27Add current branch in PS1 support to git-completion.bash.Shawn O. Pearce
2006-11-27Teach bash how to complete options for git-name-rev.Shawn O. Pearce
2006-11-27Hide plumbing/transport commands from bash completion.Shawn O. Pearce
2006-11-27Teach git-completion.bash how to complete git-merge.Shawn O. Pearce
2006-11-27Update documentation to remove incorrect GIT_DIFF_OPTS example.Sean
2006-11-27Merge branch 'js/shortlog'Junio C Hamano
2006-11-27Merge branch 'jc/push-delete-ref'Junio C Hamano
2006-11-27Merge branch 'jc/merge'Junio C Hamano
2006-11-27git-merge: do not leak rev-parse output used for checking internally.Junio C Hamano
2006-11-27git-merge: tighten error checking.Junio C Hamano
2006-11-27Merge branch 'jc/pack-peeled'Junio C Hamano
2006-11-26grep: do not skip unmerged entries when grepping in the working tree.Junio C Hamano
2006-11-26git-tag: allow empty tag message if -m is given explicitly.Han-Wen Nienhuys
2006-11-26Merge branch 'jn/web'Junio C Hamano
2006-11-26Documentation: clarify tutorial pull/merge discussionJ. Bruce Fields
2006-11-26gitweb: Make project description in projects list link to summary viewJakub Narebski
2006-11-26git-svn: allow SVN:: lib users to track the root of the repository (again)Eric Wong
2006-11-25gitweb: Use author_epoch for pubdate in gitweb feedsJakub Narebski
2006-11-25gitweb: Add author and contributor email to Atom feedJakub Narebski
2006-11-25gitweb: Add author and committer email extraction to parse_commitJakub Narebski
2006-11-25gitweb: Use git-show-ref instead of git-peek-remoteJakub Narebski
2006-11-25gitweb: Do not use esc_html in esc_pathJakub Narebski
2006-11-25git-fetch: exit with non-zero status when fast-forward check failsJunio C Hamano
2006-11-25git-shortlog: make common repository prefix configurable with .mailmapJunio C Hamano
2006-11-25git-shortlog: fix common repository prefix abbreviation.Junio C Hamano
2006-11-25git-svn: exit with status 1 for test failuresEric Wong
2006-11-25git-svn: correctly access repos when only given partial read permissionsEric Wong
2006-11-25git-branch -D: make it work even when on a yet-to-be-born branchJunio C Hamano
2006-11-25Add -v and --abbrev options to git-branchLars Hjemli
2006-11-25git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano
2006-11-24gitweb: (style) use chomp without parentheses consistently.Junio C Hamano
2006-11-24gitweb: Replace SPC with   also in tag commentJakub Narebski
2006-11-24Allow git push to delete remote ref.Junio C Hamano
2006-11-24Merge branch 'jn/web'Junio C Hamano
2006-11-24Merge branch 'pb/diffroot'Junio C Hamano
2006-11-24Merge branch 'jc/pack-heuristics'Junio C Hamano
2006-11-24Merge branch 'jc/numstat'Junio C Hamano
2006-11-24Merge branch 'ap/branch-ref-display'Junio C Hamano
2006-11-24Merge branch 'ap/prune'Junio C Hamano
2006-11-24Typefix builtin-prune.c::prune_object()Junio C Hamano
2006-11-24config option log.showroot to show the diff of root commitsPeter Baumann
2006-11-24Merge branch 'jc/upload-pack'Junio C Hamano
2006-11-24git-svn: handle authentication without relying on cached tokens on diskEric Wong
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIƱaki Arenaza
2006-11-24Make git-clone --use-separate-remote the defaultPetr Baudis