summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | git-grep: fix exit code when we use external grep.Junio C Hamano2006-07-041-5/+10
| * | | | | git-grep: fix parsing of pathspec separator '--'Junio C Hamano2006-07-041-1/+5
* | | | | | Merge branch 'js/fmt-merge-msg'Junio C Hamano2006-07-055-177/+362
|\ \ \ \ \ \
| * | | | | | Make git-fmt-merge-msg a builtinJohannes Schindelin2006-07-035-177/+362
| | |_|_|/ / | |/| | | |
* | | | | | Fix print-log and diff compatibility with recent vc versionsVille Skytt,Ad(B2006-07-051-6/+7
* | | | | | git-svn: avoid fetching files outside of the URL we're trackingEric Wong2006-07-051-1/+1
* | | | | | Improve git-peek-remoteLinus Torvalds2006-07-044-13/+58
| |/ / / / |/| | | |
* | | | | t8001-annotate: fix a bash-ism in this testEric Wong2006-07-041-2/+2
|/ / / /
* | | | send-email: do not barf when Term::ReadLine does not like your terminalJunio C Hamano2006-07-032-5/+24
* | | | boolean: accept yes and no as wellJunio C Hamano2006-07-031-2/+2
* | | | annotate: Correct most merge following to annotate correctly.Ryan Anderson2006-07-031-58/+139
* | | | annotate: Support annotation of files on other revisions.Ryan Anderson2006-07-031-0/+6
* | | | Make zlib compression level configurable, and change default.Joachim B Haga2006-07-038-5/+23
* | | | Makefile: tighten git-http-{fetch,push} dependenciesJunio C Hamano2006-07-031-2/+2
* | | | Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg2006-07-021-1/+1
* | | | revision.c: fix "dense" under --remove-emptyLinus Torvalds2006-07-021-1/+1
| |_|/ |/| |
* | | git object hash cleanupsv1.4.1Linus Torvalds2006-07-011-44/+53
* | | revision.c: --full-history fix.Linus Torvalds2006-07-011-4/+14
* | | Fix errno usage in connect.cPetr Baudis2006-07-011-6/+12
* | | Minor documentation fixup.Robin Rosenberg2006-07-011-3/+3
* | | git-svn: allow a local target directory to be specified for initEric Wong2006-06-301-2/+12
* | | don't load objects needlessly when repackingNicolas Pitre2006-06-301-17/+28
* | | upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano2006-06-301-3/+3
* | | Abstract out accesses to object hash arrayLinus Torvalds2006-06-294-13/+27
* | | consider previous pack undeltified object state only when reusing delta dataNicolas Pitre2006-06-291-2/+3
* | | Merge branch 'jc/test-3402'Junio C Hamano2006-06-291-1/+1
|\ \ \
| * | | Racy GIT (part #3)Junio C Hamano2006-06-291-1/+1
* | | | Do not try futile object pairs when repacking.Linus Torvalds2006-06-291-0/+7
|/ / /
* | | Merge branch 'jc/repack'Junio C Hamano2006-06-281-3/+18
|\ \ \
| * | | git-repack: Be careful when updating the same pack as an existing one.Junio C Hamano2006-06-251-3/+18
* | | | Merge branch 'js/patch'Junio C Hamano2006-06-284-0/+284
|\ \ \ \
| * | | | diff.c: fix get_patch_id()Junio C Hamano2006-06-281-1/+1
| * | | | t4014: fix test commit labels.Junio C Hamano2006-06-281-3/+3
| * | | | format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin2006-06-271-10/+4
| * | | | t4014: fix for whitespace from "wc -l"Johannes Schindelin2006-06-271-4/+4
| * | | | t4014: add format-patch --ignore-if-in-upstream testJunio C Hamano2006-06-261-0/+69
| * | | | format-patch: introduce "--ignore-if-in-upstream"Johannes Schindelin2006-06-261-0/+80
| * | | | add diff_flush_patch_id() to calculate the patch idJohannes Schindelin2006-06-262-0/+141
| | |/ / | |/| |
* | | | checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano2006-06-282-2/+73
* | | | t/README: start testing porcelainishJunio C Hamano2006-06-281-0/+1
* | | | Save errno in handle_alias()Johannes Schindelin2006-06-281-1/+3
* | | | rebase: check for errors from git-commitEric Wong2006-06-281-1/+6
* | | | cvsimport - cleanup of the multi-indexes handlingMartin Langhoff2006-06-281-38/+24
* | | | connect.c: check the commit buffer boundary while parsing.Junio C Hamano2006-06-281-4/+8
* | | | connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano2006-06-281-6/+4
* | | | Make some strings constTimo Hirvonen2006-06-2811-15/+16
* | | | rebase: get rid of outdated MRESOLVEMSGEric Wong2006-06-281-8/+3
* | | | git wrapper: fix command name in an error message.Andreas Ericsson2006-06-281-2/+1
* | | | git-svn: be verbose by default on fetch/commit, add -q/--quiet optionEric Wong2006-06-281-11/+23
* | | | git-svn: add --follow-parent and --no-metadata options to fetchEric Wong2006-06-282-46/+167