summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | | git-fetch: Always fetch tags if the object they reference existsShawn O. Pearce2007-11-111-1/+1
| * | | | | | | Merge branch 'sp/maint-plug-traverse-commit-list-leak' into sp/fetch-fixJunio C Hamano2007-11-111-0/+7
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'bs/maint-commit-options'Junio C Hamano2007-11-142-2/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink2007-11-121-0/+10
| * | | | | | | | git-commit.sh: Fix usage checks regarding paths given when they do not make s...Björn Steinbrink2007-11-051-2/+2
* | | | | | | | | Merge branch 'rv/maint-index-commit'Junio C Hamano2007-11-142-1/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make GIT_INDEX_FILE apply to git-commitRémi Vanicat2007-11-112-1/+33
* | | | | | | | | | Merge branch 'bs/maint-t7005'Junio C Hamano2007-11-141-3/+2
|\ \ \ \ \ \ \ \ \ \