aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge branch 'maint'Junio C Hamano2010-03-16
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Documentation/git-read-tree: clarify 2-tree mergeMichael J Gruber2010-03-15
| * | | | | | | Documentation/git-read-tree: fix table layoutMichael J Gruber2010-03-15
* | | | | | | | Merge branch 'sd/format-patch-to'Junio C Hamano2010-03-15
|\ \ \ \ \ \ \ \
| * | | | | | | | send-email: add --no-cc, --no-to, and --no-bccStephen Boyd2010-03-08
| * | | | | | | | format-patch: add --no-cc, --no-to, and --no-add-headersStephen Boyd2010-03-08
| * | | | | | | | format-patch: use a string_list for headersStephen Boyd2010-03-08
| * | | | | | | | Add 'git format-patch --to=' option and 'format.to' configuration variable.Steven Drake2010-03-06
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'tc/http-cleanup'Junio C Hamano2010-03-15
|\ \ \ \ \ \ \ \
| * | | | | | | | remote-curl: init walker only when neededTay Ray Chuan2010-03-02
| * | | | | | | | remote-curl: use http_fetch_ref() instead of walker wrapperTay Ray Chuan2010-03-02
| * | | | | | | | http: init and cleanup separately from http-walkerTay Ray Chuan2010-03-02
| * | | | | | | | http-walker: cleanup more thoroughlyTay Ray Chuan2010-03-02
| * | | | | | | | http-push: remove "|| 1" to enable verbose checkTay Ray Chuan2010-03-02
| * | | | | | | | t554[01]-http-push: refactor, add non-ff testsTay Ray Chuan2010-03-02
| * | | | | | | | t5541-http-push: check that ref is unchanged for non-ff testTay Ray Chuan2010-03-02
| |/ / / / / / /
* | | | | | | | Merge branch 'tc/transport-verbosity'Junio C Hamano2010-03-15
|\ \ \ \ \ \ \ \
| * | | | | | | | transport: update flags to be in running orderTay Ray Chuan2010-02-24
| * | | | | | | | fetch and pull: learn --progressTay Ray Chuan2010-02-24
| * | | | | | | | push: learn --progressTay Ray Chuan2010-02-24
| * | | | | | | | transport->progress: use flag authoritativelyTay Ray Chuan2010-02-24
| * | | | | | | | clone: support multiple levels of verbosityTay Ray Chuan2010-02-24
| * | | | | | | | push: support multiple levels of verbosityTay Ray Chuan2010-02-24
| * | | | | | | | fetch: refactor verbosity option handling into transport.[ch]Tay Ray Chuan2010-02-24
| * | | | | | | | Documentation/git-push: put --quiet before --verboseTay Ray Chuan2010-02-24
| * | | | | | | | Documentation/git-pull: put verbosity options before merge/fetch onesTay Ray Chuan2010-02-24
| * | | | | | | | Documentation/git-clone: mention progress in -vTay Ray Chuan2010-02-24
| |/ / / / / / /
* | | | | | | | Merge branch 'ld/push-porcelain'Junio C Hamano2010-03-15
|\ \ \ \ \ \ \ \
| * | | | | | | | t5516: Use test_cmp when appropriateJunio C Hamano2010-03-11
| * | | | | | | | git-push: add tests for git push --porcelainLarry D'Anna2010-02-28
| * | | | | | | | git-push: make git push --porcelain print "Done"Larry D'Anna2010-02-28
| * | | | | | | | git-push: send "To <remoteurl>" messages to the standard output in --porcelai...Larry D'Anna2010-02-28
| * | | | | | | | git-push: fix an advice message so it goes to stderrLarry D'Anna2010-02-28
* | | | | | | | | Merge branch 'jh/notes'Junio C Hamano2010-03-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: fix a few typos in git-notes.txtMichael J Gruber2010-03-04
| * | | | | | | | | notes: fix malformed tree entryJunio C Hamano2010-02-24
| * | | | | | | | | builtin-notes: Minor (mostly parse_options-related) fixesJohan Herland2010-02-24
| * | | | | | | | | builtin-notes: Add "copy" subcommand for copying notes between objectsJohan Herland2010-02-13
| * | | | | | | | | builtin-notes: Misc. refactoring of argc and exit value handlingJohan Herland2010-02-13
| * | | | | | | | | builtin-notes: Add -c/-C options for reusing notesJohan Herland2010-02-13
| * | | | | | | | | builtin-notes: Refactor handling of -F option to allow combining -m and -FJohan Herland2010-02-13
| * | | | | | | | | builtin-notes: Deprecate the -m/-F options for "git notes edit"Johan Herland2010-02-13
| * | | | | | | | | builtin-notes: Add "append" subcommand for appending to note objectsJohan Herland2010-02-13
| * | | | | | | | | builtin-notes: Add "add" subcommand for adding notes to objectsJohan Herland2010-02-13
| * | | | | | | | | builtin-notes: Add --message/--file aliases for -m/-F optionsJohan Herland2010-02-13
| * | | | | | | | | builtin-notes: Add "list" subcommand for listing note objectsJohan Herland2010-02-13
| * | | | | | | | | Documentation: Generalize git-notes docs to 'objects' instead of 'commits'Johan Herland2010-02-13
| * | | | | | | | | builtin-notes: Add "prune" subcommand for removing notes for missing objectsJohan Herland2010-02-13
| * | | | | | | | | Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland2010-02-13
| * | | | | | | | | t3305: Verify that removing notes triggers automatic fanout consolidationJohan Herland2010-02-13