Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 13 | -138/+146 |
|\ | |||||
| * | git-archive: update documentation | Franck Bui-Huu | 2006-09-25 | 2 | -0/+16 |
| * | Allow 'svn fetch' on '(no date)' revisions in Subversion. | Shawn Pearce | 2006-09-24 | 1 | -0/+12 |
| * | Remove upload-tar and make git-tar-tree a thin wrapper to git-archive | Junio C Hamano | 2006-09-24 | 3 | -43/+3 |
| * | Merge branch 'jc/filter-commit' | Junio C Hamano | 2006-09-24 | 1 | -0/+11 |
| |\ | |||||
| | * | revision traversal: --author, --committer, and --grep. | Junio C Hamano | 2006-09-20 | 1 | -0/+11 |
| * | | Merge branch 'sb/branch-attributes' | Junio C Hamano | 2006-09-24 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | fetch: get the remote branches to merge from the branch properties | Santi Béjar | 2006-09-24 | 1 | -0/+4 |
| | * | | Fetch: default remote repository from branch properties | Santi Béjar | 2006-09-24 | 1 | -0/+3 |
| * | | | Merge branch 'jl/daemon' | Junio C Hamano | 2006-09-24 | 1 | -0/+47 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Add virtualization support to git-daemon | Jon Loeliger | 2006-09-20 | 1 | -0/+47 |
| | |/ | |||||
| * | | Remove git-zip-tree | Rene Scharfe | 2006-09-23 | 1 | -67/+0 |
| * | | Document receive.denyNonFastforwards | Johannes Schindelin | 2006-09-20 | 3 | -0/+13 |
| |/ | |||||
| * | gitk(1): mention --all | Jonas Fonseca | 2006-09-20 | 1 | -0/+9 |
| * | Fix trivial typos and inconsistencies in hooks documentation | Jonas Fonseca | 2006-09-20 | 1 | -28/+28 |
* | | Merge branch 'jc/for-each-ref' into jc/ref-locking | Junio C Hamano | 2006-09-27 | 1 | -4/+21 |
|\ \ | |||||
| * | | git-for-each-ref: improve the documentation on scripting modes | Andy Whitcroft | 2006-09-21 | 1 | -4/+21 |
* | | | update-ref: -d flag and ref creation safety. | Junio C Hamano | 2006-09-27 | 1 | -2/+8 |
* | | | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking | Junio C Hamano | 2006-09-27 | 1 | -0/+152 |
|\ \ \ | |||||
| * \ \ | Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs | Junio C Hamano | 2006-09-21 | 6 | -2/+192 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Document git-show-ref [-s|--hash] option. | Christian Couder | 2006-09-20 | 1 | -1/+17 |
| * | | | Add man page for git-show-ref | Jonas Fonseca | 2006-09-18 | 1 | -0/+136 |
* | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 2006-09-21 | 6 | -2/+192 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | Merge branch 'jc/pack' | Junio C Hamano | 2006-09-17 | 1 | -1/+20 |
| |\ \ | |||||
| | * | | pack-objects: document --revs, --unpacked and --all. | Junio C Hamano | 2006-09-12 | 1 | -1/+20 |
| * | | | Merge branch 'jk/diff' | Junio C Hamano | 2006-09-17 | 1 | -0/+14 |
| |\ \ \ | |||||
| | * | | | git-status: document colorization config options | Jeff King | 2006-09-12 | 1 | -0/+14 |
| | |/ / | |||||
| * | | | git-repack(1): document --window and --depth | Jonas Fonseca | 2006-09-17 | 1 | -1/+11 |
| * | | | git-apply(1): document --unidiff-zero | Jonas Fonseca | 2006-09-17 | 1 | -0/+10 |
| * | | | Merge branch 'jc/archive' | Junio C Hamano | 2006-09-17 | 2 | -0/+137 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Add git-upload-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+37 |
| | * | | Add git-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+100 |
| | |/ | |||||
* | | | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 2006-09-16 | 1 | -0/+164 |
|/ / | |||||
* | | Document git-grep -[Hh] | Junio C Hamano | 2006-09-15 | 1 | -1/+8 |
* | | Documentation: Fix broken links | Dmitry V. Levin | 2006-09-13 | 3 | -3/+3 |
* | | Merge branch 'jc/unpack' | Junio C Hamano | 2006-09-13 | 1 | -1/+7 |
|\ \ | |||||
| * | | unpack-objects -r: call it "recover". | Junio C Hamano | 2006-09-13 | 1 | -1/+1 |
| * | | unpack-objects desperately salvages objects from a corrupt pack | Junio C Hamano | 2006-09-04 | 1 | -1/+7 |
* | | | Make apply --binary a no-op. | Junio C Hamano | 2006-09-07 | 1 | -9/+4 |
| |/ |/| | |||||
* | | Merge branch 'jc/daemon' | Junio C Hamano | 2006-09-07 | 1 | -8/+33 |
|\ \ | |||||
| * | | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 | 1 | -6/+0 |
| * | | multi-service daemon: documentation | Junio C Hamano | 2006-08-27 | 1 | -8/+39 |
* | | | Teach rev-list an option to read revs from the standard input. | Junio C Hamano | 2006-09-05 | 1 | -0/+6 |
| |/ |/| | |||||
* | | Update GIT_TRACE documentation. | Christian Couder | 2006-09-03 | 1 | -1/+10 |
* | | Documentation: Fix howto/revert-branch-rebase.html generation | Sergey Vlasov | 2006-09-01 | 1 | -1/+1 |
* | | git-rev-list(1): group options; reformat; document more options | Jonas Fonseca | 2006-09-01 | 1 | -66/+188 |
* | | Include config.mak.autogen in the doc Makefile | Jonas Fonseca | 2006-08-31 | 1 | -0/+2 |
* | | git(7): move gitk(1) to the list of porcelain commands | Jonas Fonseca | 2006-08-31 | 1 | -7/+3 |
* | | Add --relative-date option to the revision interface | Jonas Fonseca | 2006-08-28 | 1 | -0/+5 |
|/ | |||||
* | Merge branch 'ts/daemon' | Junio C Hamano | 2006-08-27 | 1 | -1/+13 |
|\ |