Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 9 | -27/+145 |
|\ | |||||
| * | pack-refs: add fully-peeled trait | Michael Haggerty | 2013-03-18 | 3 | -6/+67 |
| * | pack-refs: write peeled entry for non-tags | Jeff King | 2013-03-17 | 2 | -8/+50 |
| * | use parse_object_or_die instead of die("bad object") | Jeff King | 2013-03-17 | 3 | -9/+3 |
| * | avoid segfaults on parse_object failure | Jeff King | 2013-03-17 | 4 | -5/+26 |
* | | Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 2 | -1/+67 |
|\ \ | |||||
| * | | tests: make sure rename pretty print works | Antoine Pelisse | 2013-03-06 | 1 | -0/+54 |
| * | | diff: prevent pprint_rename from underrunning input | Thomas Rast | 2013-02-26 | 1 | -7/+10 |
| * | | diff: Fix rename pretty-print when suffix and prefix overlap | Antoine Pelisse | 2013-02-23 | 1 | -1/+10 |
* | | | Merge branch 'yd/doc-merge-annotated-tag' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 2 | -1/+26 |
|\ \ \ | |||||
| * | | | Documentation: merging a tag is a special case | Junio C Hamano | 2013-03-21 | 2 | -1/+26 |
* | | | | Merge branch 'ap/maint-update-index-h-is-for-help' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | update-index: allow "-h" to also display options | Antoine Pelisse | 2013-02-23 | 1 | -1/+1 |
* | | | | | Merge branch 'jc/perl-cat-blob' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 1 | -10/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Git.pm: fix cat_blob crashes on large files | Joshua Clayton | 2013-02-22 | 1 | -10/+7 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ob/imap-send-ssl-verify' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 1 | -0/+11 |
|\ \ \ \ \ | |||||
| * | | | | | imap-send: support Server Name Indication (RFC4366) | Junio C Hamano | 2013-02-20 | 1 | -0/+11 |
* | | | | | | Merge branch 'nd/index-pack-l10n-buf-overflow' into maint-1.8.1 | Junio C Hamano | 2013-04-03 | 1 | -4/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | index-pack: fix buffer overflow caused by translations | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -4/+5 |
* | | | | | | | git-tag(1): we tag HEAD by default | Thomas Rast | 2013-04-03 | 1 | -0/+6 |
* | | | | | | | git help config: s/insn/instruction/ | Matthias Krüger | 2013-03-28 | 1 | -1/+1 |
* | | | | | | | merge-tree: fix typo in merge-tree.c::unresolved | John Keeping | 2013-03-27 | 1 | -1/+1 |
* | | | | | | | git-commit doc: describe use of multiple `-m` options | Christian Helmuth | 2013-03-27 | 1 | -0/+2 |
* | | | | | | | git-pull doc: fix grammo ("conflicts" is plural) | Mihai Capotă | 2013-03-27 | 1 | -1/+1 |
* | | | | | | | Correct the docs about GIT_SSH. | Dan Bornstein | 2013-03-26 | 1 | -3/+6 |
* | | | | | | | Merge branch 'lf/bundle-verify-list-prereqs' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bundle: Add colons to list headings in "verify" | Lukas Fleischer | 2013-03-08 | 1 | -4/+4 |
| * | | | | | | | bundle: Fix "verify" output if history is complete | Lukas Fleischer | 2013-03-07 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'tk/doc-filter-branch' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -2/+25 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation: filter-branch env-filter example | Tadeusz Andrzej Kadłubowski | 2013-02-26 | 1 | -0/+20 |
| * | | | | | | | git-filter-branch.txt: clarify ident variables usage | Tadeusz Andrzej Kadłubowski | 2013-02-26 | 1 | -2/+5 |
* | | | | | | | | Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 2 | -4/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-compat-util.h: Provide missing netdb.h definitions | David Michael | 2013-02-25 | 2 | -4/+11 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'gp/describe-match-uses-glob-pattern' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | describe: Document --match pattern format | Greg Price | 2013-02-24 | 1 | -2/+3 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'nd/doc-index-format' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 3 | -5/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | update-index: list supported idx versions and their features | Nguyễn Thái Ngọc Duy | 2013-02-23 | 1 | -1/+9 |
| * | | | | | | | | read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr() | Nguyễn Thái Ngọc Duy | 2013-02-22 | 1 | -1/+1 |
| * | | | | | | | | index-format.txt: mention of v4 is missing in some places | Nguyễn Thái Ngọc Duy | 2013-02-22 | 1 | -3/+3 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'wk/doc-pre-rebase' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation/githooks: Explain pre-rebase parameters | W. Trevor King | 2013-02-24 | 1 | -3/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jc/color-diff-doc' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | diff-options: unconfuse description of --color | Junio C Hamano | 2013-02-22 | 1 | -2/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | t1507: Test that branchname@{upstream} is interpreted as branch | Kacper Kornet | 2013-03-17 | 1 | -0/+4 |
* | | | | | | | | rev-parse: clarify documentation of $name@{upstream} syntax | Kacper Kornet | 2013-03-17 | 1 | -4/+4 |
* | | | | | | | | sha1_name: pass object name length to diagnose_invalid_sha1_path() | René Scharfe | 2013-03-17 | 1 | -18/+14 |
* | | | | | | | | Makefile: keep LIB_H entries together and sorted | René Scharfe | 2013-03-16 | 1 | -16/+13 |
* | | | | | | | | git.c: make usage match manual page | Kevin Bracey | 2013-03-11 | 1 | -2/+2 |
* | | | | | | | | Translate git_more_info_string consistently | Kevin Bracey | 2013-03-10 | 1 | -1/+1 |
* | | | | | | | | perf: update documentation of GIT_PERF_REPEAT_COUNT | Antoine Pelisse | 2013-03-09 | 1 | -1/+1 |