summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/format-patch-patchname'Junio C Hamano2009-04-0617-129/+381
|\
| * format_sanitized_subject: Don't trim past initial length of strbufStephen Boyd2009-04-011-2/+4
| * log-tree: fix patch filename computation in "git format-patch"Christian Couder2009-03-271-10/+5
| * format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-222-1/+171
| * format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-2214-44/+112
| * format-patch: move get_patch_filename() into log-treeStephen Boyd2009-03-223-24/+26
| * format-patch: pass a commit to reopen_stdout()Stephen Boyd2009-03-221-28/+39
| * format-patch: construct patch filename in one functionStephen Boyd2009-03-221-65/+33
| * pretty.c: add %f format specifier to format_commit_message()Stephen Boyd2009-03-222-0/+36
* | user-manual: the name of the hash function is SHA-1, not sha1Felipe Contreras2009-04-061-25/+25
* | docbook: change css styleFelipe Contreras2009-04-061-2/+12
* | user-manual: remove some git-foo usageFelipe Contreras2009-04-061-74/+74
* | Documentation: branch.*.merge can also affect 'git-push'Santi Béjar2009-04-061-1/+1
* | Add configuration variable for sign-off to format-patchHeiko Voigt2009-04-063-7/+24
* | bash completion: Update 'git am' optionsTodd Zullinger2009-04-051-1/+2
* | Merge branch 'maint'Junio C Hamano2009-04-054-5/+6
|\ \
| * | git submodule: fix usage lineJulien Danjou2009-04-051-1/+1
| * | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-052-2/+3
| |\ \
| | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-052-2/+3
| | |\ \
| | | * | commit: abort commit if interactive add failedJeff King2009-04-051-1/+2
| | | * | git-repack: use non-dashed update-server-infoDan McGee2009-04-051-1/+1
| * | | | doc/git-pack-refs: fix two grammar issuesMarkus Heidelberg2009-04-051-2/+2
* | | | | tests: remove exit after test_done callJeff King2009-04-0517-26/+0
* | | | | bisect: improve error message when branch checkout failsChristian Couder2009-04-051-3/+3
* | | | | send-email: fix nasty bug in ask() functionJay Soffian2009-04-042-2/+15
* | | | | Update draft release notes to 1.6.3Junio C Hamano2009-04-021-2/+19
* | | | | Sync with 1.6.2.2Junio C Hamano2009-04-022-12/+9
|\ \ \ \ \ | |/ / / /
| * | | | GIT 1.6.2.2v1.6.2.2Junio C Hamano2009-04-022-7/+10
| * | | | Merge branch 'jc/maint-1.6.0-blame-s' into maintJunio C Hamano2009-04-021-4/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'js/maint-diff-temp-smudge' into maintJunio C Hamano2009-04-022-3/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'js/maint-1.6.0-exec-path-env' into maintJunio C Hamano2009-04-021-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maintJunio C Hamano2009-04-022-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tr/maint-1.6.1-doc-format-patch--root' into maintJunio C Hamano2009-04-021-9/+12
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'dm/maint-docco' into maintJunio C Hamano2009-04-0210-230/+234
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | send-email: ensure quoted addresses are rfc2047 encodedJay Soffian2009-04-022-1/+15
* | | | | | | | | | | send-email: correct two tests which were going interactiveJay Soffian2009-04-021-3/+5
* | | | | | | | | | | Merge branch 'ef/fast-export'Junio C Hamano2009-04-012-2/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin-fast-export.c: handle nested tagsErik Faye-Lund2009-03-292-3/+6
| * | | | | | | | | | | builtin-fast-export.c: fix crash on tagged treesErik Faye-Lund2009-03-292-3/+6
| * | | | | | | | | | | builtin-fast-export.c: turn error into warningErik Faye-Lund2009-03-291-2/+4
| * | | | | | | | | | | test-suite: adding a test for fast-export with tag variantsErik Faye-Lund2009-03-291-0/+16
* | | | | | | | | | | | Merge branch 'mh/format-patch-add-header'Junio C Hamano2009-04-013-0/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | format-patch: add arbitrary email headersMichael Hendricks2009-03-273-0/+22
* | | | | | | | | | | | | Merge branch 'tr/maint-1.6.1-doc-format-patch--root'Junio C Hamano2009-04-011-9/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Documentation: format-patch --root clarificationsThomas Rast2009-03-271-9/+12
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-04-013-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-011-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Documentation: Remove an odd "instead"Holger Weiß2009-04-011-1/+1
| * | | | | | | | | | | | fix portability problem with IS_RUN_COMMAND_ERRJeff King2009-04-011-1/+1