summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Makefile: Fix CDPATH problemJonathan Nieder2010-03-201-0/+6
| * | | | | | | pull: replace unnecessary sed invocationStephen Boyd2010-03-201-1/+1
* | | | | | | | Fix a spelling mistake in a git-p4 console messageBenjamin C Meyer2010-03-201-1/+1
* | | | | | | | Use test_expect_success for test setupsBrian Gernhardt2010-03-205-61/+70
* | | | | | | | Makefile: Fix occasional GIT-CFLAGS breakageJonathan Nieder2010-03-201-10/+11
* | | | | | | | notes.c: remove inappropriate call to returnBrandon Casey2010-03-201-1/+1
* | | | | | | | Merge branch 'maint'Junio C Hamano2010-03-172-2/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Documentation: receive.denyCurrentBranch defaults to 'refuse'Thomas Rast2010-03-171-1/+1
| * | | | | | | bash: complete *_HEAD refs if presentIan Ward Comfort2010-03-171-1/+3
* | | | | | | | Merge branch 'maint'Junio C Hamano2010-03-161-22/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Documentation/git-read-tree: clarify 2-tree mergeMichael J Gruber2010-03-151-13/+15
| * | | | | | | Documentation/git-read-tree: fix table layoutMichael J Gruber2010-03-151-10/+10
* | | | | | | | Merge branch 'sd/format-patch-to'Junio C Hamano2010-03-155-46/+197
|\ \ \ \ \ \ \ \
| * | | | | | | | send-email: add --no-cc, --no-to, and --no-bccStephen Boyd2010-03-082-4/+76
| * | | | | | | | format-patch: add --no-cc, --no-to, and --no-add-headersStephen Boyd2010-03-082-7/+56
| * | | | | | | | format-patch: use a string_list for headersStephen Boyd2010-03-081-39/+34
| * | | | | | | | Add 'git format-patch --to=' option and 'format.to' configuration variable.Steven Drake2010-03-063-3/+38
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'tc/http-cleanup'Junio C Hamano2010-03-158-39/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | remote-curl: init walker only when neededTay Ray Chuan2010-03-021-10/+3
| * | | | | | | | remote-curl: use http_fetch_ref() instead of walker wrapperTay Ray Chuan2010-03-021-2/+1
| * | | | | | | | http: init and cleanup separately from http-walkerTay Ray Chuan2010-03-024-8/+12
| * | | | | | | | http-walker: cleanup more thoroughlyTay Ray Chuan2010-03-021-0/+17
| * | | | | | | | http-push: remove "|| 1" to enable verbose checkTay Ray Chuan2010-03-021-1/+1
| * | | | | | | | t554[01]-http-push: refactor, add non-ff testsTay Ray Chuan2010-03-023-22/+34
| * | | | | | | | t5541-http-push: check that ref is unchanged for non-ff testTay Ray Chuan2010-03-021-2/+4
| |/ / / / / / /
* | | | | | | | Merge branch 'tc/transport-verbosity'Junio C Hamano2010-03-1512-41/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | transport: update flags to be in running orderTay Ray Chuan2010-02-241-2/+2
| * | | | | | | | fetch and pull: learn --progressTay Ray Chuan2010-02-244-5/+18
| * | | | | | | | push: learn --progressTay Ray Chuan2010-02-242-2/+11
| * | | | | | | | transport->progress: use flag authoritativelyTay Ray Chuan2010-02-246-12/+27
| * | | | | | | | clone: support multiple levels of verbosityTay Ray Chuan2010-02-241-10/+6
| * | | | | | | | push: support multiple levels of verbosityTay Ray Chuan2010-02-244-10/+10
| * | | | | | | | fetch: refactor verbosity option handling into transport.[ch]Tay Ray Chuan2010-02-243-4/+10
| * | | | | | | | Documentation/git-push: put --quiet before --verboseTay Ray Chuan2010-02-241-4/+4
| * | | | | | | | Documentation/git-pull: put verbosity options before merge/fetch onesTay Ray Chuan2010-02-242-0/+10
| * | | | | | | | Documentation/git-clone: mention progress in -vTay Ray Chuan2010-02-241-1/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'ld/push-porcelain'Junio C Hamano2010-03-155-9/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | t5516: Use test_cmp when appropriateJunio C Hamano2010-03-111-3/+3
| * | | | | | | | git-push: add tests for git push --porcelainLarry D'Anna2010-02-281-0/+50
| * | | | | | | | git-push: make git push --porcelain print "Done"Larry D'Anna2010-02-283-5/+13
| * | | | | | | | git-push: send "To <remoteurl>" messages to the standard output in --porcelai...Larry D'Anna2010-02-281-1/+1
| * | | | | | | | git-push: fix an advice message so it goes to stderrLarry D'Anna2010-02-281-3/+3
* | | | | | | | | Merge branch 'jh/notes'Junio C Hamano2010-03-1514-196/+2167
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: fix a few typos in git-notes.txtMichael J Gruber2010-03-041-2/+2
| * | | | | | | | | notes: fix malformed tree entryJunio C Hamano2010-02-241-2/+2
| * | | | | | | | | builtin-notes: Minor (mostly parse_options-related) fixesJohan Herland2010-02-241-21/+17
| * | | | | | | | | builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-133-8/+102
| * | | | | | | | | builtin-notes: Misc. refactoring of argc and exit value handlingJohan Herland2010-02-131-25/+36
| * | | | | | | | | builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-133-12/+179
| * | | | | | | | | builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland2010-02-132-44/+73