Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Makefile: Fix CDPATH problem | Jonathan Nieder | 2010-03-20 | 1 | -0/+6 | |
| * | | | | | | | pull: replace unnecessary sed invocation | Stephen Boyd | 2010-03-20 | 1 | -1/+1 | |
* | | | | | | | | Fix a spelling mistake in a git-p4 console message | Benjamin C Meyer | 2010-03-20 | 1 | -1/+1 | |
* | | | | | | | | Use test_expect_success for test setups | Brian Gernhardt | 2010-03-20 | 5 | -61/+70 | |
* | | | | | | | | Makefile: Fix occasional GIT-CFLAGS breakage | Jonathan Nieder | 2010-03-20 | 1 | -10/+11 | |
* | | | | | | | | notes.c: remove inappropriate call to return | Brandon Casey | 2010-03-20 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-03-17 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Documentation: receive.denyCurrentBranch defaults to 'refuse' | Thomas Rast | 2010-03-17 | 1 | -1/+1 | |
| * | | | | | | | bash: complete *_HEAD refs if present | Ian Ward Comfort | 2010-03-17 | 1 | -1/+3 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-03-16 | 1 | -22/+24 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Documentation/git-read-tree: clarify 2-tree merge | Michael J Gruber | 2010-03-15 | 1 | -13/+15 | |
| * | | | | | | | Documentation/git-read-tree: fix table layout | Michael J Gruber | 2010-03-15 | 1 | -10/+10 | |
* | | | | | | | | Merge branch 'sd/format-patch-to' | Junio C Hamano | 2010-03-15 | 5 | -46/+197 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | send-email: add --no-cc, --no-to, and --no-bcc | Stephen Boyd | 2010-03-08 | 2 | -4/+76 | |
| * | | | | | | | | format-patch: add --no-cc, --no-to, and --no-add-headers | Stephen Boyd | 2010-03-08 | 2 | -7/+56 | |
| * | | | | | | | | format-patch: use a string_list for headers | Stephen Boyd | 2010-03-08 | 1 | -39/+34 | |
| * | | | | | | | | Add 'git format-patch --to=' option and 'format.to' configuration variable. | Steven Drake | 2010-03-06 | 3 | -3/+38 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'tc/http-cleanup' | Junio C Hamano | 2010-03-15 | 8 | -39/+66 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remote-curl: init walker only when needed | Tay Ray Chuan | 2010-03-02 | 1 | -10/+3 | |
| * | | | | | | | | remote-curl: use http_fetch_ref() instead of walker wrapper | Tay Ray Chuan | 2010-03-02 | 1 | -2/+1 | |
| * | | | | | | | | http: init and cleanup separately from http-walker | Tay Ray Chuan | 2010-03-02 | 4 | -8/+12 | |
| * | | | | | | | | http-walker: cleanup more thoroughly | Tay Ray Chuan | 2010-03-02 | 1 | -0/+17 | |
| * | | | | | | | | http-push: remove "|| 1" to enable verbose check | Tay Ray Chuan | 2010-03-02 | 1 | -1/+1 | |
| * | | | | | | | | t554[01]-http-push: refactor, add non-ff tests | Tay Ray Chuan | 2010-03-02 | 3 | -22/+34 | |
| * | | | | | | | | t5541-http-push: check that ref is unchanged for non-ff test | Tay Ray Chuan | 2010-03-02 | 1 | -2/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 2010-03-15 | 12 | -41/+92 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | transport: update flags to be in running order | Tay Ray Chuan | 2010-02-24 | 1 | -2/+2 | |
| * | | | | | | | | fetch and pull: learn --progress | Tay Ray Chuan | 2010-02-24 | 4 | -5/+18 | |
| * | | | | | | | | push: learn --progress | Tay Ray Chuan | 2010-02-24 | 2 | -2/+11 | |
| * | | | | | | | | transport->progress: use flag authoritatively | Tay Ray Chuan | 2010-02-24 | 6 | -12/+27 | |
| * | | | | | | | | clone: support multiple levels of verbosity | Tay Ray Chuan | 2010-02-24 | 1 | -10/+6 | |
| * | | | | | | | | push: support multiple levels of verbosity | Tay Ray Chuan | 2010-02-24 | 4 | -10/+10 | |
| * | | | | | | | | fetch: refactor verbosity option handling into transport.[ch] | Tay Ray Chuan | 2010-02-24 | 3 | -4/+10 | |
| * | | | | | | | | Documentation/git-push: put --quiet before --verbose | Tay Ray Chuan | 2010-02-24 | 1 | -4/+4 | |
| * | | | | | | | | Documentation/git-pull: put verbosity options before merge/fetch ones | Tay Ray Chuan | 2010-02-24 | 2 | -0/+10 | |
| * | | | | | | | | Documentation/git-clone: mention progress in -v | Tay Ray Chuan | 2010-02-24 | 1 | -1/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'ld/push-porcelain' | Junio C Hamano | 2010-03-15 | 5 | -9/+67 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | t5516: Use test_cmp when appropriate | Junio C Hamano | 2010-03-11 | 1 | -3/+3 | |
| * | | | | | | | | git-push: add tests for git push --porcelain | Larry D'Anna | 2010-02-28 | 1 | -0/+50 | |
| * | | | | | | | | git-push: make git push --porcelain print "Done" | Larry D'Anna | 2010-02-28 | 3 | -5/+13 | |
| * | | | | | | | | git-push: send "To <remoteurl>" messages to the standard output in --porcelai... | Larry D'Anna | 2010-02-28 | 1 | -1/+1 | |
| * | | | | | | | | git-push: fix an advice message so it goes to stderr | Larry D'Anna | 2010-02-28 | 1 | -3/+3 | |
* | | | | | | | | | Merge branch 'jh/notes' | Junio C Hamano | 2010-03-15 | 14 | -196/+2167 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Documentation: fix a few typos in git-notes.txt | Michael J Gruber | 2010-03-04 | 1 | -2/+2 | |
| * | | | | | | | | | notes: fix malformed tree entry | Junio C Hamano | 2010-02-24 | 1 | -2/+2 | |
| * | | | | | | | | | builtin-notes: Minor (mostly parse_options-related) fixes | Johan Herland | 2010-02-24 | 1 | -21/+17 | |
| * | | | | | | | | | builtin-notes: Add "copy" subcommand for copying notes between objects | Johan Herland | 2010-02-13 | 3 | -8/+102 | |
| * | | | | | | | | | builtin-notes: Misc. refactoring of argc and exit value handling | Johan Herland | 2010-02-13 | 1 | -25/+36 | |
| * | | | | | | | | | builtin-notes: Add -c/-C options for reusing notes | Johan Herland | 2010-02-13 | 3 | -12/+179 | |
| * | | | | | | | | | builtin-notes: Refactor handling of -F option to allow combining -m and -F | Johan Herland | 2010-02-13 | 2 | -44/+73 |