| Commit message (Expand) | Author | Age | Files | Lines |
* | revision: --skip=<n> | Junio C Hamano | 2006-12-20 | 4 | -14/+89 |
* | Merge branch 'maint' | Junio C Hamano | 2006-12-20 | 1 | -1/+1 |
|\ |
|
| * | GIT 1.4.4.3v1.4.4.3 | Junio C Hamano | 2006-12-20 | 1 | -1/+1 |
* | | clarify some error messages wrt unknown object types | Nicolas Pitre | 2006-12-20 | 2 | -3/+3 |
* | | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 72 | -201/+42 |
* | | index-pack usage of mmap() is unacceptably slower on many OSes other than Linux | Nicolas Pitre | 2006-12-20 | 1 | -13/+14 |
* | | gitweb: Show '...' links in "summary" view only if there are more items | Robert Fitzsimons | 2006-12-19 | 1 | -2/+9 |
* | | config_rename_section: fix FILE* leak | Junio C Hamano | 2006-12-19 | 1 | -6/+13 |
* | | Remove COLLISION_CHECK from Makefile since it's not used. | Brian Gernhardt | 2006-12-19 | 2 | -8/+0 |
* | | fix populate-filespec | Junio C Hamano | 2006-12-19 | 1 | -1/+1 |
* | | git-cvsserver: fix breakage when calling git merge-file | Eric Wong | 2006-12-19 | 1 | -1/+1 |
* | | rerere: fix breakage of resolving. | Junio C Hamano | 2006-12-18 | 1 | -1/+1 |
* | | Add config example with respect to branch | Aneesh Kumar K.V | 2006-12-18 | 1 | -0/+5 |
* | | Add documentation for show-branch --topics | Brian Gernhardt | 2006-12-18 | 1 | -1/+9 |
* | | make git a bit less cryptic on fetch errors | Nicolas Pitre | 2006-12-18 | 3 | -3/+3 |
* | | make patch_delta() error cases a bit more verbose | Nicolas Pitre | 2006-12-18 | 2 | -9/+8 |
* | | racy-git: documentation updates. | Junio C Hamano | 2006-12-18 | 1 | -18/+20 |
* | | show-ref: fix --exclude-existing | Junio C Hamano | 2006-12-18 | 1 | -3/+4 |
* | | parse-remote::expand_refs_wildcard() | Junio C Hamano | 2006-12-18 | 1 | -5/+3 |
* | | vim syntax: follow recent changes to commit template | Jeff King | 2006-12-18 | 1 | -2/+2 |
* | | show-ref: fix --verify --hash=length | Junio C Hamano | 2006-12-17 | 1 | -10/+15 |
* | | show-ref: fix --quiet --verify | Junio C Hamano | 2006-12-17 | 1 | -3/+5 |
* | | Merge branch 'jc/blame-boundary' | Junio C Hamano | 2006-12-17 | 1 | -1/+14 |
|\ \ |
|
| * | | git-blame: show lines attributed to boundary commits differently. | Junio C Hamano | 2006-12-13 | 1 | -1/+14 |
* | | | Merge branch 'jc/reflog' (early part) | Junio C Hamano | 2006-12-17 | 1 | -5/+30 |
|\ \ \ |
|
| * | | | Teach show-branch how to show ref-log data. | Junio C Hamano | 2006-12-17 | 1 | -5/+30 |
* | | | | Merge branch 'js/branch-config' | Junio C Hamano | 2006-12-17 | 6 | -1/+142 |
|\ \ \ \ |
|
| * | | | | git-branch: rename config vars branch.<branch>.*, too | Johannes Schindelin | 2006-12-16 | 2 | -0/+16 |
| * | | | | add a function to rename sections in the config | Johannes Schindelin | 2006-12-16 | 4 | -1/+126 |
* | | | | | Merge branch 'jn/web' (early part) | Junio C Hamano | 2006-12-17 | 1 | -33/+183 |
|\ \ \ \ \ |
|
| * | | | | | gitweb: Add "next" link to commit view | Jakub Narebski | 2006-12-16 | 1 | -9/+29 |
| * | | | | | gitweb: Add title attribute to ref marker with full ref name | Jakub Narebski | 2006-12-16 | 1 | -1/+2 |
| * | | | | | gitweb: Do not show difftree for merges in "commit" view | Jakub Narebski | 2006-12-16 | 1 | -7/+15 |
| * | | | | | gitweb: SHA-1 in commit log message links to "object" view | Jakub Narebski | 2006-12-12 | 1 | -7/+5 |
| * | | | | | gitweb: Hyperlink target of symbolic link in "tree" view (if possible) | Jakub Narebski | 2006-12-12 | 1 | -1/+51 |
| * | | | | | gitweb: Add generic git_object subroutine to display object of any type | Jakub Narebski | 2006-12-12 | 1 | -0/+48 |
| * | | | | | gitweb: Show target of symbolic link in "tree" view | Jakub Narebski | 2006-12-12 | 1 | -8/+34 |
| * | | | | | gitweb: Don't use Content-Encoding: header in git_snapshot | Jakub Narebski | 2006-12-12 | 1 | -2/+1 |
* | | | | | | avoid accessing _all_ loose refs in git-show-ref --verify | Junio C Hamano | 2006-12-17 | 1 | -0/+17 |
* | | | | | | git-fetch: Avoid reading packed refs over and over again | Junio C Hamano | 2006-12-17 | 2 | -10/+62 |
| |_|/ / /
|/| | | | |
|
* | | | | | markup fix in svnimport documentation. | Junio C Hamano | 2006-12-17 | 1 | -8/+8 |
* | | | | | Documentation: new option -P for git-svnimport | Quy Tonthat | 2006-12-17 | 1 | -0/+9 |
* | | | | | Fix mis-mark-up in git-merge-file.txt documentation | Junio C Hamano | 2006-12-17 | 1 | -2/+2 |
* | | | | | Default GIT_COMMITTER_NAME to login name in recieve-pack. | Shawn O. Pearce | 2006-12-17 | 3 | -0/+18 |
* | | | | | Fix check_file_directory_conflict(). | Junio C Hamano | 2006-12-17 | 2 | -1/+10 |
* | | | | | git-add: remove conflicting entry when adding. | Junio C Hamano | 2006-12-17 | 1 | -1/+1 |
* | | | | | update-index: make D/F conflict error a bit more verbose. | Junio C Hamano | 2006-12-17 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | merge: give a bit prettier merge message to "merge branch~$n" | Junio C Hamano | 2006-12-16 | 1 | -9/+17 |
* | | | | Document git-merge-file | Johannes Schindelin | 2006-12-16 | 2 | -0/+95 |
* | | | | git-clone documentation | Quy Tonthat | 2006-12-15 | 1 | -1/+1 |