Age | Commit message (Expand) | Author | Files | Lines |
2013-04-25 | prune: introduce OPT_EXPIRY_DATE() and use it | Junio C Hamano | 1 | -2/+2 |
2013-04-17 | date.c: add parse_expiry_date() | Junio C Hamano | 1 | -7/+7 |
2013-04-12 | fast-export: fix argument name in error messages | Paul Price | 1 | -2/+2 |
2013-04-03 | Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1 | Junio C Hamano | 2 | -6/+2 |
2013-04-03 | Merge branch 'ap/maint-update-index-h-is-for-help' into maint-1.8.1 | Junio C Hamano | 1 | -1/+1 |
2013-04-03 | Merge branch 'nd/index-pack-l10n-buf-overflow' into maint-1.8.1 | Junio C Hamano | 1 | -4/+5 |
2013-03-27 | merge-tree: fix typo in merge-tree.c::unresolved | John Keeping | 1 | -1/+1 |
2013-03-17 | use parse_object_or_die instead of die("bad object") | Jeff King | 2 | -6/+2 |
2013-03-16 | index-pack: fix buffer overflow caused by translations | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
2013-02-25 | Merge branch 'jk/apply-similaritly-parsing' into maint | Junio C Hamano | 1 | -4/+6 |
2013-02-25 | Merge branch 'zk/clean-report-failure' into maint | Junio C Hamano | 1 | -29/+125 |
2013-02-25 | Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maint | Junio C Hamano | 1 | -0/+2 |
2013-02-23 | update-index: allow "-h" to also display options | Antoine Pelisse | 1 | -1/+1 |
2013-02-12 | Replace filepattern with pathspec for consistency | Matthieu Moy | 2 | -3/+3 |
2013-02-07 | Merge branch 'jc/fake-ancestor-with-non-blobs' into maint | Junio C Hamano | 1 | -14/+16 |
2013-02-04 | Merge branch 'nd/edit-branch-desc-while-detached' into maint | Junio C Hamano | 1 | -4/+4 |
2013-02-04 | Merge branch 'jc/help' into maint | Junio C Hamano | 1 | -18/+0 |
2013-02-04 | Merge branch 'jc/merge-blobs' into maint | Junio C Hamano | 2 | -37/+59 |
2013-02-03 | builtin/apply: tighten (dis)similarity index parsing | John Keeping | 1 | -4/+6 |
2013-01-31 | apply: diagnose incomplete submodule object name better | Junio C Hamano | 1 | -1/+5 |
2013-01-31 | apply: simplify build_fake_ancestor() | Junio C Hamano | 1 | -14/+12 |
2013-01-30 | branch: no detached HEAD check when editing another branch's description | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2013-01-18 | help: include <common-cmds.h> only in one file | Junio C Hamano | 1 | -18/+0 |
2013-01-14 | git-clean: Display more accurate delete messages | Zoltan Klinger | 1 | -29/+125 |
2013-01-14 | Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maint | Junio C Hamano | 1 | -1/+3 |
2013-01-14 | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' into maint | Junio C Hamano | 2 | -7/+15 |
2013-01-14 | Merge branch 'jc/apply-trailing-blank-removal' into maint | Junio C Hamano | 1 | -6/+17 |
2013-01-11 | Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure' into maint | Junio C Hamano | 1 | -2/+3 |
2013-01-10 | clone: forbid --bare --separate-git-dir <dir> | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-01-10 | Merge branch 'sp/shortlog-missing-lf' into maint | Junio C Hamano | 1 | -3/+2 |
2013-01-05 | clone: support atomic operation with --separate-git-dir | Jens Lehmann | 1 | -1/+3 |
2013-01-03 | merge: Honor prepare-commit-msg return code | Antoine Pelisse | 1 | -2/+3 |
2012-12-28 | merge --no-edit: do not credit people involved in the side branch | Junio C Hamano | 2 | -7/+15 |
2012-12-26 | merge-tree: fix d/f conflicts | Junio C Hamano | 1 | -32/+40 |
2012-12-26 | merge-tree: add comments to clarify what these functions are doing | Junio C Hamano | 1 | -4/+22 |
2012-12-26 | merge-tree: lose unused "resolve_directories" | Junio C Hamano | 1 | -3/+0 |
2012-12-26 | merge-tree: lose unused "flags" from merge_list | Junio C Hamano | 1 | -2/+1 |
2012-12-13 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+3 |
2012-12-13 | Fix sizeof usage in get_permutations | Matthew Daley | 1 | -3/+3 |
2012-12-11 | shortlog: fix wrapping lines of wraplen | Steffen Prohaska | 1 | -3/+2 |
2012-12-09 | Which merge_file() function do you mean? | Junio C Hamano | 2 | -4/+4 |
2012-12-07 | Merge branch 'jc/same-encoding' into maint | Junio C Hamano | 1 | -1/+2 |
2012-11-29 | Merge branch 'jk/send-email-sender-prompt' | Junio C Hamano | 1 | -2/+2 |
2012-11-29 | Merge branch 'jl/submodule-rm' | Junio C Hamano | 1 | -0/+15 |
2012-11-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2012-11-26 | Fix typo in remote set-head usage | Antoine Pelisse | 1 | -1/+1 |
2012-11-25 | Merge branch 'jk/checkout-out-of-unborn' into maint | Junio C Hamano | 1 | -0/+3 |
2012-11-25 | Merge branch 'cn/config-missing-path' into maint | Junio C Hamano | 1 | -1/+2 |
2012-11-23 | Teach rm to remove submodules when given with a trailing '/' | Jens Lehmann | 1 | -0/+15 |
2012-11-21 | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 1 | -65/+43 |