summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remote: fix remote set-url usagefc/remote-seturl-usage-fixFelipe Contreras2011-11-061-1/+1
* Add git remote set-urlIlari Liusvaara2010-01-183-1/+330
* Update draft release notes to 1.7.0Junio C Hamano2010-01-171-1/+38
* Merge branch 'tc/test-locate-httpd'Junio C Hamano2010-01-171-6/+24
|\
| * t/lib-http.sh: Restructure finding of default httpd locationTarmigan Casebolt2010-01-061-6/+24
* | Merge branch 'jh/commit-status'Junio C Hamano2010-01-174-3/+134
|\ \
| * | t7502: test commit.status, --status and --no-statusJunio C Hamano2010-01-131-0/+109
| * | commit: support commit.status, --status, and --no-statusJames P. Howard, II2010-01-133-3/+25
* | | Merge branch 'jn/makefile'Junio C Hamano2010-01-172-34/+26
|\ \ \
| * | | Makefile: consolidate .FORCE-* targetsJonathan Nieder2010-01-062-11/+8
| * | | Makefile: learn to generate listings for targets requiring special flagsJonathan Nieder2010-01-061-7/+7
| * | | Makefile: use target-specific variable to pass flags to ccJonathan Nieder2010-01-061-23/+18
| * | | Makefile: regenerate assembler listings when askedJonathan Nieder2010-01-061-2/+2
* | | | Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge'Junio C Hamano2010-01-172-1/+58
|\ \ \ \
| * | | | checkout -m path: fix recreating conflictsJunio C Hamano2010-01-062-1/+58
* | | | | Merge branch 'tc/clone-v-progress'Junio C Hamano2010-01-176-7/+20
|\ \ \ \ \
| * | | | | clone: use --progress to force progress reportingTay Ray Chuan2009-12-283-3/+11
| * | | | | clone: set transport->verbose when -v/--verbose is usedTay Ray Chuan2009-12-281-1/+3
| * | | | | git-clone.txt: reword description of progress behaviourTay Ray Chuan2009-12-281-3/+6
| * | | | | check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan2009-12-284-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'tc/smart-http-restrict'Junio C Hamano2010-01-177-260/+362
|\ \ \ \ \
| * | | | | Test t5560: Fix test when run with dashTarmigan Casebolt2010-01-151-5/+10
| * | | | | Smart-http tests: Test http-backend without curl or a webserverTarmigan Casebolt2010-01-062-6/+25
| * | | | | Smart-http tests: Break test t5560-http-backend into piecesTarmigan Casebolt2010-01-063-147/+173
| * | | | | Smart-http tests: Improve coverage in test t5560Tarmigan Casebolt2010-01-061-11/+10
| * | | | | Smart-http: check if repository is OK to export before serving itTarmigan Casebolt2010-01-064-2/+55
| |/ / / /
* | | | | Merge branch 'jk/run-command-use-shell'Junio C Hamano2010-01-1711-35/+69
|\ \ \ \ \
| * | | | | t4030, t4031: work around bogus MSYS bash path conversionJohannes Sixt2010-01-052-2/+2
| * | | | | diff: run external diff helper with shellJeff King2010-01-051-1/+1
| * | | | | textconv: use shell to run helperJeff King2010-01-053-2/+3
| * | | | | editor: use run_command's shell featureJeff King2010-01-051-19/+2
| * | | | | run-command: optimize out useless shell callsJeff King2010-01-051-9/+11
| * | | | | run-command: convert simple callsites to use_shellJeff King2010-01-054-12/+10
| * | | | | t0021: use $SHELL_PATH for the filter scriptJohannes Sixt2010-01-051-1/+2
| * | | | | run-command: add "use shell" optionJeff King2010-01-012-0/+49
| |/ / / /
* | | | | Merge branch 'sr/gfi-options'Junio C Hamano2010-01-173-86/+462
|\ \ \ \ \
| * | | | | fast-import: add (non-)relative-marks featureSverre Rabbelier2009-12-053-2/+58
| * | | | | fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier2009-12-043-6/+45
| * | | | | fast-import: test the new option commandSverre Rabbelier2009-12-041-1/+36
| * | | | | fast-import: add option commandSverre Rabbelier2009-12-042-25/+94
| * | | | | fast-import: add feature commandSverre Rabbelier2009-12-043-0/+133
| * | | | | fast-import: put marks reading in its own functionSverre Rabbelier2009-12-041-42/+51
| * | | | | fast-import: put option parsing code in separate functionsSverre Rabbelier2009-12-041-40/+75
* | | | | | Update COPYING with GPLv2 with new FSF addressJunio C Hamano2010-01-171-13/+12
* | | | | | Merge branch 'maint'Junio C Hamano2010-01-163-4/+6
|\ \ \ \ \ \
| * | | | | | Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger2010-01-151-1/+1
| * | | | | | Document git-blame triple -C optionRamkumar Ramachandra2010-01-142-3/+5
* | | | | | | Merge branch 'cc/reset-more'Junio C Hamano2010-01-161-10/+10
|\ \ \ \ \ \ \
| * | | | | | | t7111: fix bad HEAD in tests with unmerged entriesChristian Couder2010-01-161-10/+10
* | | | | | | | Merge branch 'jc/checkout-merge-base'Junio C Hamano2010-01-137-5/+222
|\ \ \ \ \ \ \ \