Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Merge branch 'master' into pb/gitpm | Junio C Hamano | 2006-08-07 | |
| |\ \ \ \ \ \ | ||||
| * | | | | | | | Git.pm: Add config() method | Petr Baudis | 2006-07-03 | |
* | | | | | | | | Merge branch 'jc/diff-stat' | Junio C Hamano | 2006-09-30 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | diff --stat=width[,name-width]: allow custom diffstat output width. | Linus Torvalds | 2006-09-28 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | http/ftp: optionally ask curl to not use EPSV command | Sasha Khapyorsky | 2006-09-28 | |
| |_|_|_|/ / / |/| | | | | | | ||||
* | | | | | | | Cleaned up git-daemon virtual hosting support. | Jon Loeliger | 2006-09-27 | |
|/ / / / / / | ||||
* | | | | | | git-archive: update documentation | Franck Bui-Huu | 2006-09-25 | |
* | | | | | | Allow 'svn fetch' on '(no date)' revisions in Subversion. | Shawn Pearce | 2006-09-24 | |
* | | | | | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archive | Junio C Hamano | 2006-09-24 | |
* | | | | | | Merge branch 'jc/filter-commit' | Junio C Hamano | 2006-09-24 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | revision traversal: --author, --committer, and --grep. | Junio C Hamano | 2006-09-20 | |
* | | | | | | | Merge branch 'sb/branch-attributes' | Junio C Hamano | 2006-09-24 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | fetch: get the remote branches to merge from the branch properties | Santi Béjar | 2006-09-24 | |
| * | | | | | | | Fetch: default remote repository from branch properties | Santi Béjar | 2006-09-24 | |
* | | | | | | | | Merge branch 'jl/daemon' | Junio C Hamano | 2006-09-24 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | Add virtualization support to git-daemon | Jon Loeliger | 2006-09-20 | |
| |/ / / / / / | ||||
* | | | | | | | Remove git-zip-tree | Rene Scharfe | 2006-09-23 | |
* | | | | | | | Document receive.denyNonFastforwards | Johannes Schindelin | 2006-09-20 | |
|/ / / / / / | ||||
* | | | | | | gitk(1): mention --all | Jonas Fonseca | 2006-09-20 | |
* | | | | | | Fix trivial typos and inconsistencies in hooks documentation | Jonas Fonseca | 2006-09-20 | |
| |_|_|_|/ |/| | | | | ||||
* | | | | | Merge branch 'jc/pack' | Junio C Hamano | 2006-09-17 | |
|\ \ \ \ \ | ||||
| * | | | | | pack-objects: document --revs, --unpacked and --all. | Junio C Hamano | 2006-09-12 | |
* | | | | | | Merge branch 'jk/diff' | Junio C Hamano | 2006-09-17 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | git-status: document colorization config options | Jeff King | 2006-09-12 | |
| |/ / / / / | ||||
* | | | | | | git-repack(1): document --window and --depth | Jonas Fonseca | 2006-09-17 | |
* | | | | | | git-apply(1): document --unidiff-zero | Jonas Fonseca | 2006-09-17 | |
* | | | | | | Merge branch 'jc/archive' | Junio C Hamano | 2006-09-17 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||
| * | | | | | Add git-upload-archive | Franck Bui-Huu | 2006-09-09 | |
| * | | | | | Add git-archive | Franck Bui-Huu | 2006-09-09 | |
| |/ / / / | ||||
* | | | | | Document git-grep -[Hh] | Junio C Hamano | 2006-09-15 | |
* | | | | | Documentation: Fix broken links | Dmitry V. Levin | 2006-09-13 | |
* | | | | | Merge branch 'jc/unpack' | Junio C Hamano | 2006-09-13 | |
|\ \ \ \ \ | ||||
| * | | | | | unpack-objects -r: call it "recover". | Junio C Hamano | 2006-09-13 | |
| * | | | | | unpack-objects desperately salvages objects from a corrupt pack | Junio C Hamano | 2006-09-04 | |
* | | | | | | Make apply --binary a no-op. | Junio C Hamano | 2006-09-07 | |
| |/ / / / |/| | | | | ||||
* | | | | | Merge branch 'jc/daemon' | Junio C Hamano | 2006-09-07 | |
|\ \ \ \ \ | ||||
| * | | | | | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 | |
| * | | | | | multi-service daemon: documentation | Junio C Hamano | 2006-08-27 | |
* | | | | | | Teach rev-list an option to read revs from the standard input. | Junio C Hamano | 2006-09-05 | |
| |/ / / / |/| | | | | ||||
* | | | | | Update GIT_TRACE documentation. | Christian Couder | 2006-09-03 | |
* | | | | | Documentation: Fix howto/revert-branch-rebase.html generation | Sergey Vlasov | 2006-09-01 | |
* | | | | | git-rev-list(1): group options; reformat; document more options | Jonas Fonseca | 2006-09-01 | |
* | | | | | Include config.mak.autogen in the doc Makefile | Jonas Fonseca | 2006-08-31 | |
* | | | | | git(7): move gitk(1) to the list of porcelain commands | Jonas Fonseca | 2006-08-31 | |
* | | | | | Add --relative-date option to the revision interface | Jonas Fonseca | 2006-08-28 | |
|/ / / / | ||||
* | | | | Merge branch 'ts/daemon' | Junio C Hamano | 2006-08-27 | |
|\ \ \ \ | ||||
| * | | | | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 2006-08-22 | |
* | | | | | Merge branch 'jc/apply' | Junio C Hamano | 2006-08-27 | |
|\ \ \ \ \ | ||||
| * | | | | | git-apply --reject: finishing touches. | Junio C Hamano | 2006-08-27 | |
| * | | | | | git-apply --reject | Junio C Hamano | 2006-08-17 |