Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-30 | 8 | -7/+129 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | / / / | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Replace the word 'update-cache' by 'update-index' everywhere | Johannes Schindelin | 2007-11-30 | 6 | -6/+6 | |
| * | | | | | | cvsimport: fix usage of cvsimport.module | Jeff King | 2007-11-30 | 1 | -0/+21 | |
| * | | | | | | Merge branch 'jk/maint-cvsimport-fix' into maint | Junio C Hamano | 2007-11-30 | 1 | -0/+101 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cvsimport: use rev-parse to support packed refs | Jeff King | 2007-11-28 | 1 | -0/+2 | |
| | * | | | | | | Add basic cvsimport tests | Jeff King | 2007-11-28 | 1 | -0/+99 | |
| * | | | | | | | t7003-filter-branch: Fix test of a failing --msg-filter. | Johannes Sixt | 2007-11-30 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'rv/maint-index-commit' into maint | Junio C Hamano | 2007-11-24 | 1 | -0/+32 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'lt/maint-rev-list-gitlink' into maint | Junio C Hamano | 2007-11-24 | 1 | -0/+42 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix rev-list when showing objects involving submodules | Linus Torvalds | 2007-11-16 | 1 | -0/+42 | |
| * | | | | | | | | Merge branch 'jc/maint-add-sync-stat' into maint | Junio C Hamano | 2007-11-24 | 1 | -2/+28 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-format-patch-encoding' into maint | Junio C Hamano | 2007-11-24 | 1 | -0/+42 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | test format-patch -s: make sure MIME content type is shown as needed | Junio C Hamano | 2007-11-07 | 1 | -0/+42 | |
| * | | | | | | | | | | Merge branch 'bs/maint-t7005' into maint | Junio C Hamano | 2007-11-24 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'bs/maint-commit-options' into maint | Junio C Hamano | 2007-11-24 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | receive-pack: allow deletion of corrupt refs | Johannes Schindelin | 2007-11-30 | 1 | -3/+42 | |
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Revert "t5516: test update of local refs on push" | Jeff King | 2007-11-28 | 1 | -28/+0 | |
* | | | | | | | | | | | | t4119: correct overeager war-on-whitespace | Junio C Hamano | 2007-11-24 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 5 | -0/+399 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | send-pack: assign remote errors to each ref | Jeff King | 2007-11-17 | 1 | -0/+24 | |
| * | | | | | | | | | | | | send-pack: check ref->status before updating tracking refs | Jeff King | 2007-11-17 | 1 | -0/+5 | |
| * | | | | | | | | | | | | send-pack: track errors for each ref | Jeff King | 2007-11-17 | 1 | -3/+11 | |
| * | | | | | | | | | | | | Merge branch 'aw/mirror-push' into jk/send-pack | Junio C Hamano | 2007-11-14 | 2 | -0/+270 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Add tests for git push'es mirror mode | Andy Whitcroft | 2007-11-12 | 1 | -0/+228 | |
| | * | | | | | | | | | | | | Merge master into aw/mirror-push | Junio C Hamano | 2007-11-09 | 11 | -8/+387 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/terse-push' into aw/mirror-push | Junio C Hamano | 2007-11-09 | 1 | -0/+42 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | send-pack: segfault fix on forced push | Junio C Hamano | 2007-11-08 | 1 | -0/+42 | |
| | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'ar/send-pack-remote-track' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -0/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Add a test checking if send-pack updated local tracking branches correctly | Alex Riesen | 2007-11-12 | 1 | -0/+40 | |
| * | | | | | | | | | | | | | | | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -0/+52 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Reteach builtin-ls-remote to understand remotes | Shawn O. Pearce | 2007-11-06 | 1 | -0/+52 | |
| | |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'js/mingw-fallouts' | Junio C Hamano | 2007-11-24 | 4 | -22/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | rehabilitate some t5302 tests on 32-bit off_t machines | Nicolas Pitre | 2007-11-15 | 1 | -7/+2 | |
| * | | | | | | | | | | | | | | Skip t3902-quoted.sh if the file system does not support funny names. | Johannes Sixt | 2007-11-14 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | t5302-pack-index: Skip tests of 64-bit offsets if necessary. | Johannes Sixt | 2007-11-14 | 1 | -2/+23 | |
| * | | | | | | | | | | | | | | t7501-commit.sh: Not all seds understand option -i | Johannes Sixt | 2007-11-14 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | t5300-pack-object.sh: Split the big verify-pack test into smaller parts. | Johannes Sixt | 2007-11-14 | 1 | -16/+18 | |
* | | | | | | | | | | | | | | | Merge branch 'mh/rebase-skip-hard' | Junio C Hamano | 2007-11-24 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Do git reset --hard HEAD when using git rebase --skip | Mike Hommey | 2007-11-11 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2007-11-24 | 1 | -1/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Bisect reset: do nothing when not bisecting. | Christian Couder | 2007-11-20 | 1 | -1/+26 | |
| * | | | | | | | | | | | | | | | Bisect reset: remove bisect refs that may have been packed. | Christian Couder | 2007-11-16 | 1 | -0/+12 | |
* | | | | | | | | | | | | | | | | Make test scripts executable. | Junio C Hamano | 2007-11-22 | 1 | -0/+0 | |
* | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-22 | 3 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Make test scripts executable. | Junio C Hamano | 2007-11-22 | 2 | -0/+0 | |
| * | | | | | | | | | | | | | | | bundle create: keep symbolic refs' names instead of resolving them | Johannes Schindelin | 2007-11-22 | 1 | -0/+13 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | rebase -i: move help to end of todo file | Johannes Schindelin | 2007-11-22 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2007-11-22 | 2 | -0/+369 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | git-svn: info --url [path] | David D. Kilzer | 2007-11-21 | 1 | -0/+93 | |
| * | | | | | | | | | | | | | | | git-svn info: implement info command | David D. Kilzer | 2007-11-21 | 1 | -0/+275 |