Age | Commit message (Expand) | Author | Files | Lines |
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 | 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-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-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 |
2012-11-20 | Merge branch 'jk/checkout-out-of-unborn' | Junio C Hamano | 1 | -0/+3 |
2012-11-20 | Merge branch 'cn/config-missing-path' | Junio C Hamano | 1 | -1/+2 |
2012-11-20 | Merge branch 'mg/replace-resolve-delete' | Junio C Hamano | 1 | -6/+9 |
2012-11-20 | Merge branch 'kb/preload-index-more' | Junio C Hamano | 3 | -6/+15 |
2012-11-18 | Merge branch 'rs/branch-del-symref' into maint | Junio C Hamano | 1 | -26/+49 |
2012-11-18 | Merge branch 'nd/grep-true-path' into maint | Junio C Hamano | 1 | -13/+18 |
2012-11-15 | config: don't segfault when given --path with a missing value | Carlos Martín Nieto | 1 | -1/+2 |
2012-11-15 | ident: keep separate "explicit" flags for author and committer | Jeff King | 1 | -2/+2 |
2012-11-15 | checkout: print a message when switching unborn branches | Jeff King | 1 | -0/+3 |
2012-11-15 | Merge branch 'jc/prettier-pretty-note' | Junio C Hamano | 1 | -2/+3 |
2012-11-15 | Merge branch 'jc/same-encoding' | Junio C Hamano | 1 | -1/+2 |
2012-11-15 | Merge branch 'jh/symbolic-ref-d' | Junio C Hamano | 1 | -10/+23 |
2012-11-13 | replace: parse revision argument for -d | Michael J Gruber | 1 | -6/+9 |
2012-11-09 | Merge branch 'nd/builtin-to-libgit' | Jeff King | 5 | -1448/+6 |
2012-11-04 | reencode_string(): introduce and use same_encoding() | Junio C Hamano | 1 | -1/+1 |
2012-11-02 | update-index/diff-index: use core.preloadindex to improve performance | Karsten Blees | 3 | -6/+15 |
2012-10-29 | Merge branch 'rs/branch-del-symref' | Jeff King | 1 | -26/+49 |
2012-10-29 | Merge branch 'nd/status-long' | Jeff King | 1 | -6/+23 |
2012-10-29 | Merge branch 'nd/grep-true-path' | Jeff King | 1 | -13/+18 |
2012-10-29 | Merge branch 'jc/grep-pcre-loose-ends' | Jeff King | 2 | -125/+16 |
2012-10-29 | Merge branch 'jl/submodule-rm' | Jeff King | 1 | -15/+110 |
2012-10-29 | fetch-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -948/+0 |
2012-10-29 | fetch-pack: remove global (static) configuration variable "args" | Nguyễn Thái Ngọc Duy | 1 | -77/+83 |
2012-10-29 | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -333/+0 |
2012-10-29 | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -16/+0 |
2012-10-29 | Move print_commit_list to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -10/+0 |
2012-10-29 | Move estimate_bisect_steps to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -39/+0 |
2012-10-29 | Move try_merge_command and checkout_fast_forward to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -104/+2 |
2012-10-29 | builtin/config.c: Fix a sparse warning | Ramsay Jones | 1 | -1/+1 |
2012-10-25 | Merge branch 'jk/peel-ref' | Jeff King | 3 | -22/+4 |