summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' to synchronize with 1.5.3.6Junio C Hamano2007-11-183-12/+9
|\
| * GIT 1.5.3.6v1.5.3.6Junio C Hamano2007-11-182-10/+6
| * grep -An -Bm: fix invocation of external grep commandJunio C Hamano2007-11-171-3/+3
* | Use compat mkdtemp() on Solaris boxesGuido Ostkamp2007-11-181-2/+1
* | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-1723-322/+540
|\ \
| * | git-quiltimport.sh fix --patches handlingAndy Whitcroft2007-11-121-1/+1
| * | git-am: -i does not take a string parameter.Junio C Hamano2007-11-081-1/+1
| * | sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit2007-11-082-6/+9
| * | git-sh-setup: fix parseopt `eval` string underquotingJunio C Hamano2007-11-071-5/+6
| * | Give git-am back the ability to add Signed-off-by lines.Johannes Sixt2007-11-061-1/+1
| * | git-rev-parse --parseoptJunio C Hamano2007-11-062-3/+3
| * | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-0611-0/+11
| * | Migrate git-repack.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-5/+19
| * | Migrate git-quiltimport.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-23/+16
| * | Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdashPierre Habouzit2007-11-051-50/+49
| * | Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-44/+30
| * | Migrate git-merge.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-72/+54
| * | Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-45/+49
| * | Migrate git-clone to use git-rev-parse --parseoptPierre Habouzit2007-11-051-45/+56
| * | Migrate git-clean.sh to use git-rev-parse --parseopt.Pierre Habouzit2007-11-051-18/+21
| * | Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit2007-11-051-18/+30
| * | Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit2007-11-052-2/+200
* | | Merge git://git.bogomips.org/git-svnJunio C Hamano2007-11-173-21/+184
|\ \ \
| * | | git-svn: Fix a typo and add a comma in an error message in git-svnDavid Reiss2007-11-171-1/+1
| * | | git-svn log: handle unreachable revisions like "svn log"David D Kilzer2007-11-172-19/+110
| * | | git-svn log: include commit log for the smallest revision in a rangeDavid D Kilzer2007-11-172-7/+7
| * | | git-svn log: fix ascending revision rangesDavid D Kilzer2007-11-172-1/+15
| * | | git-svn's dcommit must use subversion's configKonstantin V. Arkhipov2007-11-171-0/+3
| * | | git-svn: add tests for command-line usage of init and clone commandsEric Wong2007-11-171-0/+55
* | | | Update draft release notes for 1.5.4Junio C Hamano2007-11-171-2/+30
* | | | Fix and improve t7004 (git-tag tests)Mike Hommey2007-11-171-2/+12
* | | | Documentation: fix git-clone manpage not to refer to itselfSergei Organov2007-11-172-0/+7
* | | | user-manual.txt: minor clarification.Sergei Organov2007-11-171-3/+3
* | | | Merge branch 'maint'Junio C Hamano2007-11-163-5/+64
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Update draft release notes for 1.5.3.6Junio C Hamano2007-11-161-1/+32
| * | Merge branch 'ds/maint-deflatebound' into maintJunio C Hamano2007-11-164-1/+28
| |\ \
| * | | Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-162-2/+28
| * | | core.excludesfile clean-upJunio C Hamano2007-11-167-34/+26
| * | | Fix t9101 test failure caused by Subversion "auto-props"Wincent Colaiuta2007-11-161-1/+1
| * | | git-send-email: add charset header if we add encoded 'From'Jeff King2007-11-161-3/+31
* | | | Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-162-2/+28
* | | | Documentation: customize diff-options depending on particular commandSergei Organov2007-11-153-1/+25
* | | | git-ls-files: add --exclude-standardJeff King2007-11-153-6/+13
* | | | Remove unreachable statementsGuido Ostkamp2007-11-154-6/+0
* | | | refs.c: Remove unused get_ref_sha1()Johannes Sixt2007-11-152-15/+0
* | | | core.excludesfile clean-upJunio C Hamano2007-11-147-34/+25
* | | | Merge branch 'sp/fetch-fix'Junio C Hamano2007-11-146-9/+137
|\ \ \ \
| * | | | git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce2007-11-112-2/+100
| * | | | rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce2007-11-112-4/+31
| * | | | run-command: Support sending stderr to /dev/nullShawn O. Pearce2007-11-112-2/+5