summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/pack-thin' into nextJunio C Hamano2006-02-204-8/+24
|\
| * Use thin pack transfer in "git fetch".Junio C Hamano2006-02-203-8/+20
| * Add git-push --thin.Junio C Hamano2006-02-201-0/+4
* | Merge branch 'jc/pack-thin' into nextJunio C Hamano2006-02-192-82/+228
|\ \ | |/
| * send-pack --thin: use "thin pack" delta transfer.Junio C Hamano2006-02-191-1/+9
| * Thin pack - create packfile with missing delta base.Junio C Hamano2006-02-191-81/+219
* | Merge branch 'jc/rev-list' into nextJunio C Hamano2006-02-193-7/+30
|\ \
| * | rev-list --objects-edgeJunio C Hamano2006-02-192-6/+29
| * | Merge branch 'jc/merge-msg'Junio C Hamano2006-02-191-11/+19
| |\ \
| * \ \ Merge branch 'jc/mv'Junio C Hamano2006-02-191-0/+9
| |\ \ \
| * | | | Documentation: fix typo in rev-parse --short option description.Junio C Hamano2006-02-191-1/+1
* | | | | Merge branch 'js/portable' into nextJunio C Hamano2006-02-192-35/+52
|\ \ \ \ \
| * | | | | Really honour NO_PYTHONJohannes Schindelin2006-02-191-2/+4
| * | | | | avoid makefile override warningJohannes Schindelin2006-02-191-3/+3
| * | | | | Fixes for ancient versions of GNU makeJohannes Schindelin2006-02-182-30/+45
* | | | | | Merge branch 'jc/merge-msg' into nextJunio C Hamano2006-02-191-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fmt-merge-msg: do not add excess newline at the end.Junio C Hamano2006-02-191-0/+1
* | | | | | Merge branch 'jc/mv' into nextJunio C Hamano2006-02-183-23/+27
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Allow git-mv to accept ./ in paths.Junio C Hamano2006-02-181-0/+9
| | |_|/ / | |/| | |
| * | | | Merge fixes up to GIT 1.2.2Junio C Hamano2006-02-1810-33/+122
| |\ \ \ \
| | * | | | Fix retries in git-cvsimportv1.2.2Martin Mares2006-02-181-8/+5
| | * | | | archimport: remove files from the index before adding/updatingEric Wong2006-02-181-15/+13
* | | | | | Merge part of js/portable into nextJunio C Hamano2006-02-187-1/+32
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Optionally work without pythonJohannes Schindelin2006-02-187-1/+32
* | | | | | Merge branch 'jc/ident' into nextJunio C Hamano2006-02-188-30/+45
|\ \ \ \ \ \
| * | | | | | Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano2006-02-184-1/+13
| * | | | | | Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-184-29/+32
* | | | | | | Merge branch 'jc/merge-msg' into nextJunio C Hamano2006-02-182-11/+974
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | fmt-merge-msg: say which branch things were merged into unless 'master'Junio C Hamano2006-02-181-11/+18
| | |_|/ / / | |/| | | |
| * | | | | Add an Emacs interface in contrib.Alexandre Julliard2006-02-181-0/+956
* | | | | | Merge branch 'fix'Junio C Hamano2006-02-182-0/+66
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Make git-reset delete empty directoriesShawn Pearce2006-02-172-0/+66
* | | | | | Merge branch 'jc/ident'Junio C Hamano2006-02-183-7/+20
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-181-0/+14
| | |/ / / | |/| | |
| * | | | Merge branch 'jc/topo'Junio C Hamano2006-02-185-9/+29
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/rebase-limit'Junio C Hamano2006-02-181-18/+71
| |\ \ \ \ \
| * | | | | | gitview: typofixAneesh Kumar K.V2006-02-181-1/+1
| * | | | | | git-svn: remove files from the index before adding/updatingEric Wong2006-02-181-6/+5
* | | | | | | Merge branch 'jc/pack-reuse'Junio C Hamano2006-02-171-8/+35
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-171-8/+35
* | | | | | | Merge branch 'js/portable'Junio C Hamano2006-02-178-14/+148
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Support IrixJohannes Schindelin2006-02-171-0/+10
| * | | | | | Optionally support old diffsJohannes Schindelin2006-02-172-0/+14
| * | | | | | Fix cpio callJohannes Schindelin2006-02-171-1/+1
| | |/ / / / | |/| | | |
| * | | | | SubmittingPatches: note on whitespacesJunio C Hamano2006-02-171-11/+19
| * | | | | Add a README for gitviewAneesh Kumar K.V2006-02-171-0/+38
| * | | | | Add contrib/README.Junio C Hamano2006-02-171-0/+44
| * | | | | git-tag: -l to list tags (usability).Junio C Hamano2006-02-172-2/+22
* | | | | | Merge branch 'fix'Junio C Hamano2006-02-176-10/+38
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca2006-02-171-0/+8