aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | Teach bash how to complete options for git-name-rev.Shawn O. Pearce2006-11-27
* | | | | Hide plumbing/transport commands from bash completion.Shawn O. Pearce2006-11-27
* | | | | Teach git-completion.bash how to complete git-merge.Shawn O. Pearce2006-11-27
* | | | | Update documentation to remove incorrect GIT_DIFF_OPTS example.Sean2006-11-27
* | | | | Merge branch 'js/shortlog'Junio C Hamano2006-11-26
|\ \ \ \ \
| * | | | | git-shortlog: make common repository prefix configurable with .mailmapJunio C Hamano2006-11-25
| * | | | | git-shortlog: fix common repository prefix abbreviation.Junio C Hamano2006-11-25
| * | | | | builtin git-shortlog is brokenNicolas Pitre2006-11-21
| * | | | | shortlog: fix "-n"Johannes Schindelin2006-11-21
| * | | | | shortlog: handle email addresses case-insensitivelyJohannes Schindelin2006-11-19
| * | | | | shortlog: read mailmap from ./.mailmap againJohannes Schindelin2006-11-19
| * | | | | shortlog: do not crash on parsing "[PATCH"Johannes Schindelin2006-11-19
| * | | | | Build in shortlogJohannes Schindelin2006-11-19
* | | | | | Merge branch 'jc/push-delete-ref'Junio C Hamano2006-11-26
|\ \ \ \ \ \
| * | | | | | Allow git push to delete remote ref.Junio C Hamano2006-11-24
* | | | | | | Merge branch 'jc/merge'Junio C Hamano2006-11-26
|\ \ \ \ \ \ \
| * | | | | | | git-merge: do not leak rev-parse output used for checking internally.Junio C Hamano2006-11-26
| * | | | | | | git-merge: tighten error checking.Junio C Hamano2006-11-26
| * | | | | | | merge: allow merging into a yet-to-be-born branch.Junio C Hamano2006-11-21
| * | | | | | | git-merge: make it usable as the first class UIJunio C Hamano2006-11-21
| * | | | | | | remove merge-recursive-oldJunio C Hamano2006-11-21
* | | | | | | | Merge branch 'jc/pack-peeled'Junio C Hamano2006-11-26
|\ \ \ \ \ \ \ \
| * | | | | | | | Store peeled refs in packed-refs (take 2).Junio C Hamano2006-11-21
| * | | | | | | | Store peeled refs in packed-refs file.Junio C Hamano2006-11-19
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | grep: do not skip unmerged entries when grepping in the working tree.Junio C Hamano2006-11-26
* | | | | | | | git-tag: allow empty tag message if -m is given explicitly.Han-Wen Nienhuys2006-11-26
* | | | | | | | Merge branch 'jn/web'Junio C Hamano2006-11-25
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Make project description in projects list link to summary viewJakub Narebski2006-11-25
| * | | | | | | | gitweb: Use author_epoch for pubdate in gitweb feedsJakub Narebski2006-11-25
| * | | | | | | | gitweb: Add author and contributor email to Atom feedJakub Narebski2006-11-25
| * | | | | | | | gitweb: Add author and committer email extraction to parse_commitJakub Narebski2006-11-25
| * | | | | | | | gitweb: Use git-show-ref instead of git-peek-remoteJakub Narebski2006-11-25
| * | | | | | | | gitweb: Do not use esc_html in esc_pathJakub Narebski2006-11-25
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Documentation: clarify tutorial pull/merge discussionJ. Bruce Fields2006-11-25
* | | | | | | | git-svn: allow SVN:: lib users to track the root of the repository (again)Eric Wong2006-11-25
|/ / / / / / /
* | | | | | | git-fetch: exit with non-zero status when fast-forward check failsJunio C Hamano2006-11-25
* | | | | | | git-svn: exit with status 1 for test failuresEric Wong2006-11-24
* | | | | | | git-svn: correctly access repos when only given partial read permissionsEric Wong2006-11-24
* | | | | | | git-branch -D: make it work even when on a yet-to-be-born branchJunio C Hamano2006-11-24
* | | | | | | Add -v and --abbrev options to git-branchLars Hjemli2006-11-24
* | | | | | | git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano2006-11-24
* | | | | | | gitweb: (style) use chomp without parentheses consistently.Junio C Hamano2006-11-24
* | | | | | | gitweb: Replace SPC with   also in tag commentJakub Narebski2006-11-24
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'jn/web'Junio C Hamano2006-11-24
|\ \ \ \ \ \
| * | | | | | gitweb: Finish restoring "blob" links in git_difftree_bodyJakub Narebski2006-11-21
| * | | | | | gitweb: Refactor feed generation, make output prettier, add Atom feedJakub Narebski2006-11-21
| * | | | | | gitweb: Add an option to href() to return full URLJakub Narebski2006-11-21
| * | | | | | gitweb: New improved formatting of chunk header in diffJakub Narebski2006-11-21
| * | | | | | gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Jakub Narebski2006-11-21
| * | | | | | gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Jakub Narebski2006-11-21