summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new git-rm command with documentationCarl Worth2006-02-225-1/+200
* Merge fixes up to GIT 1.2.3Junio C Hamano2006-02-223-52/+100
|\
| * git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano2006-02-221-14/+19
| * pack-objects eye-candy: finishing touches.Junio C Hamano2006-02-221-10/+33
| * also adds progress when actually writing a packNicolas Pitre2006-02-221-3/+16
| * nicer eye candies for pack-objectsNicolas Pitre2006-02-221-31/+25
| * Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano2006-02-224-1/+13
| * Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-224-29/+32
| * Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-221-0/+14
| * pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-221-8/+35
| * git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2006-02-222-7/+16
| * pack-objects: finishing touches.Junio C Hamano2006-02-222-32/+91
| * pack-objects: reuse data from existing packs.Junio C Hamano2006-02-223-58/+332
| * detect broken alternates.Junio C Hamano2006-02-221-3/+16
* | gitview: ls-remote invocation shellquote safety.Junio C Hamano2006-02-221-5/+1
* | rev-list.c: fix non-grammatical comments.Junio C Hamano2006-02-221-2/+2
* | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-02-221-48/+34
|\ \
| * | gitk: Make "find" on "Files" work again.Paul Mackerras2006-02-101-48/+34
* | | Merge branch 'fix'Junio C Hamano2006-02-225-2/+39
|\ \ \ | | |/ | |/|
| * | git-push: Update documentation to describe the no-refspec behavior.Carl Worth2006-02-211-0/+6
| * | format-patch: pretty-print timestamp correctly.Junio C Hamano2006-02-211-1/+1
| * | git-add: Add support for --, documentation, and test.Carl Worth2006-02-213-1/+32
* | | Merge branch 'jc/perl'Junio C Hamano2006-02-215-30/+63
|\ \ \
| * | | cvsimport: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-1/+5
| * | | svnimport: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-4/+16
| * | | send-email: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-16/+21
| * | | rerere: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-1/+5
| * | | fmt-merge-msg: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-8/+16
* | | | Merge branch 'jc/pack-reuse'Junio C Hamano2006-02-216-73/+442
|\ \ \ \
| * | | | pack-objects: avoid delta chains that are too long.Junio C Hamano2006-02-171-8/+35
| * | | | git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2006-02-172-7/+16
| * | | | pack-objects: finishing touches.Junio C Hamano2006-02-172-32/+91
| * | | | pack-objects: reuse data from existing packs.Junio C Hamano2006-02-173-58/+332
* | | | | Merge branch 'jc/nostat'Junio C Hamano2006-02-2116-27/+222
|\ \ \ \ \
| * | | | | cache_name_compare() compares name and stage, nothing else.Junio C Hamano2006-02-121-3/+3
| * | | | | "assume unchanged" git: documentation.Junio C Hamano2006-02-122-1/+84
| * | | | | ls-files: split "show-valid-bit" into a different option.Junio C Hamano2006-02-121-3/+7
| * | | | | "Assume unchanged" git: --really-refresh fix.Junio C Hamano2006-02-091-2/+7
| * | | | | ls-files: debugging aid for CE_VALID changes.Junio C Hamano2006-02-081-1/+17
| * | | | | "Assume unchanged" git: do not set CE_VALID with --refreshJunio C Hamano2006-02-081-0/+9
| * | | | | "Assume unchanged" gitJunio C Hamano2006-02-0813-21/+99
* | | | | | Merge branch 'js/portable'Junio C Hamano2006-02-212-33/+50
|\ \ \ \ \ \
| * | | | | | Fix "gmake -j"Johannes Schindelin2006-02-211-3/+3
| * | | | | | 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
* | | | | | | gitview: Use monospace font to draw the branch and tag nameaneesh.kumar@gmail.com2006-02-211-4/+6
* | | | | | | gitview: Read tag and branch information using git ls-remoteaneesh.kumar@gmail.com2006-02-211-36/+14
* | | | | | | git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth2006-02-213-0/+33
* | | | | | | Fix typo in git-rebase.sh.Jason Riedy2006-02-211-1/+1