Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/format-patch-patchname' | Junio C Hamano | 2009-04-06 | 17 | -129/+381 |
|\ | |||||
| * | format_sanitized_subject: Don't trim past initial length of strbuf | Stephen Boyd | 2009-04-01 | 1 | -2/+4 |
| * | log-tree: fix patch filename computation in "git format-patch" | Christian Couder | 2009-03-27 | 1 | -10/+5 |
| * | format-patch: --numbered-files and --stdout aren't mutually exclusive | Stephen Boyd | 2009-03-22 | 2 | -1/+171 |
| * | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 2009-03-22 | 14 | -44/+112 |
| * | format-patch: move get_patch_filename() into log-tree | Stephen Boyd | 2009-03-22 | 3 | -24/+26 |
| * | format-patch: pass a commit to reopen_stdout() | Stephen Boyd | 2009-03-22 | 1 | -28/+39 |
| * | format-patch: construct patch filename in one function | Stephen Boyd | 2009-03-22 | 1 | -65/+33 |
| * | pretty.c: add %f format specifier to format_commit_message() | Stephen Boyd | 2009-03-22 | 2 | -0/+36 |
* | | user-manual: the name of the hash function is SHA-1, not sha1 | Felipe Contreras | 2009-04-06 | 1 | -25/+25 |
* | | docbook: change css style | Felipe Contreras | 2009-04-06 | 1 | -2/+12 |
* | | user-manual: remove some git-foo usage | Felipe Contreras | 2009-04-06 | 1 | -74/+74 |
* | | Documentation: branch.*.merge can also affect 'git-push' | Santi Béjar | 2009-04-06 | 1 | -1/+1 |
* | | Add configuration variable for sign-off to format-patch | Heiko Voigt | 2009-04-06 | 3 | -7/+24 |
* | | bash completion: Update 'git am' options | Todd Zullinger | 2009-04-05 | 1 | -1/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-04-05 | 4 | -5/+6 |
|\ \ | |||||
| * | | git submodule: fix usage line | Julien Danjou | 2009-04-05 | 1 | -1/+1 |
| * | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-05 | 2 | -2/+3 |
| |\ \ | |||||
| | * \ | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-05 | 2 | -2/+3 |
| | |\ \ | |||||
| | | * | | commit: abort commit if interactive add failed | Jeff King | 2009-04-05 | 1 | -1/+2 |
| | | * | | git-repack: use non-dashed update-server-info | Dan McGee | 2009-04-05 | 1 | -1/+1 |
| * | | | | doc/git-pack-refs: fix two grammar issues | Markus Heidelberg | 2009-04-05 | 1 | -2/+2 |
* | | | | | tests: remove exit after test_done call | Jeff King | 2009-04-05 | 17 | -26/+0 |
* | | | | | bisect: improve error message when branch checkout fails | Christian Couder | 2009-04-05 | 1 | -3/+3 |
* | | | | | send-email: fix nasty bug in ask() function | Jay Soffian | 2009-04-04 | 2 | -2/+15 |
* | | | | | Update draft release notes to 1.6.3 | Junio C Hamano | 2009-04-02 | 1 | -2/+19 |
* | | | | | Sync with 1.6.2.2 | Junio C Hamano | 2009-04-02 | 2 | -12/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | GIT 1.6.2.2v1.6.2.2 | Junio C Hamano | 2009-04-02 | 2 | -7/+10 |
| * | | | | Merge branch 'jc/maint-1.6.0-blame-s' into maint | Junio C Hamano | 2009-04-02 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'js/maint-diff-temp-smudge' into maint | Junio C Hamano | 2009-04-02 | 2 | -3/+26 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'js/maint-1.6.0-exec-path-env' into maint | Junio C Hamano | 2009-04-02 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maint | Junio C Hamano | 2009-04-02 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'tr/maint-1.6.1-doc-format-patch--root' into maint | Junio C Hamano | 2009-04-02 | 1 | -9/+12 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'dm/maint-docco' into maint | Junio C Hamano | 2009-04-02 | 10 | -230/+234 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | send-email: ensure quoted addresses are rfc2047 encoded | Jay Soffian | 2009-04-02 | 2 | -1/+15 |
* | | | | | | | | | | | send-email: correct two tests which were going interactive | Jay Soffian | 2009-04-02 | 1 | -3/+5 |
* | | | | | | | | | | | Merge branch 'ef/fast-export' | Junio C Hamano | 2009-04-01 | 2 | -2/+26 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | builtin-fast-export.c: handle nested tags | Erik Faye-Lund | 2009-03-29 | 2 | -3/+6 |
| * | | | | | | | | | | | builtin-fast-export.c: fix crash on tagged trees | Erik Faye-Lund | 2009-03-29 | 2 | -3/+6 |
| * | | | | | | | | | | | builtin-fast-export.c: turn error into warning | Erik Faye-Lund | 2009-03-29 | 1 | -2/+4 |
| * | | | | | | | | | | | test-suite: adding a test for fast-export with tag variants | Erik Faye-Lund | 2009-03-29 | 1 | -0/+16 |
* | | | | | | | | | | | | Merge branch 'mh/format-patch-add-header' | Junio C Hamano | 2009-04-01 | 3 | -0/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | format-patch: add arbitrary email headers | Michael Hendricks | 2009-03-27 | 3 | -0/+22 |
* | | | | | | | | | | | | | Merge branch 'tr/maint-1.6.1-doc-format-patch--root' | Junio C Hamano | 2009-04-01 | 1 | -9/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Documentation: format-patch --root clarifications | Thomas Rast | 2009-03-27 | 1 | -9/+12 |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-04-01 | 3 | -2/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-01 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | |||||
| | | * | | | | | | | | | | Documentation: Remove an odd "instead" | Holger Weiß | 2009-04-01 | 1 | -1/+1 |
| * | | | | | | | | | | | | fix portability problem with IS_RUN_COMMAND_ERR | Jeff King | 2009-04-01 | 1 | -1/+1 |