Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | status: respect "-b" for porcelain format | Jeff King | 2012-05-08 | 1 | -5/+4 |
* | status: refactor null_termination option | Jeff King | 2012-05-08 | 1 | -9/+8 |
* | commit: refactor option parsing | Jeff King | 2012-05-08 | 1 | -58/+59 |
* | Merge branch 'jc/merge-reduce-parents-early' into maint | Junio C Hamano | 2012-05-03 | 2 | -63/+207 |
|\ | |||||
| * | fmt-merge-msg: discard needless merge parents | Junio C Hamano | 2012-04-18 | 1 | -9/+119 |
| * | builtin/merge.c: reduce parents early | Junio C Hamano | 2012-04-17 | 1 | -25/+40 |
| * | builtin/merge.c: collect other parents early | Junio C Hamano | 2012-04-17 | 1 | -13/+27 |
| * | builtin/merge.c: remove "remoteheads" global variable | Junio C Hamano | 2012-04-17 | 1 | -23/+28 |
* | | Merge branch 'cb/cherry-pick-rev-path-confusion' into maint | Junio C Hamano | 2012-05-03 | 1 | -1/+4 |
|\ \ | |||||
| * | | cherry-pick: do not expect file arguments | Clemens Buchacher | 2012-04-15 | 1 | -1/+4 |
* | | | Merge branch 'mb/fetch-call-a-non-branch-a-ref' into maint | Junio C Hamano | 2012-05-03 | 1 | -4/+13 |
|\ \ \ | |||||
| * | | | fetch: describe new refs based on where it came from | Marc Branchaud | 2012-04-17 | 1 | -3/+11 |
| * | | | fetch: Give remote_ref to update_local_ref() as well | Marc Branchaud | 2012-04-17 | 1 | -1/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'it/fetch-pack-many-refs' into maint | Junio C Hamano | 2012-05-01 | 1 | -1/+41 |
|\ \ \ | |||||
| * | | | fetch-pack: new --stdin option to read refs from stdin | Ivan Todoroski | 2012-04-02 | 1 | -1/+41 |
* | | | | Merge branch 'jl/maint-submodule-recurse-fetch' into maint | Junio C Hamano | 2012-05-01 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | submodules: recursive fetch also checks new tags for submodule commits | Jens Lehmann | 2012-04-14 | 1 | -3/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/maint-blame-minimal' into maint | Junio C Hamano | 2012-05-01 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | blame: accept --need-minimal | Junio C Hamano | 2012-04-11 | 1 | -0/+1 |
| * | | | | Merge branch 'tr/cache-tree' into maint-1.7.8 | Junio C Hamano | 2012-04-09 | 2 | -4/+10 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jc/push-upstream-sanity' into maint | Junio C Hamano | 2012-04-26 | 1 | -8/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | push: error out when the "upstream" semantics does not make sense | Junio C Hamano | 2012-04-05 | 1 | -8/+18 |
* | | | | | | | Merge branch 'jk/diff-no-rename-empty' into maint | Junio C Hamano | 2012-04-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | drop casts from users EMPTY_TREE_SHA1_BIN | Jeff King | 2012-03-23 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jc/commit-unedited-template' into maint | Junio C Hamano | 2012-04-26 | 1 | -19/+43 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | commit: rephrase the error when user did not touch templated log message | Junio C Hamano | 2012-03-30 | 1 | -19/+41 |
| * | | | | | | | | commit: do not trigger bogus "has templated message edited" check | Junio C Hamano | 2012-03-30 | 1 | -0/+2 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jc/commit-hook-authorship' into maint | Junio C Hamano | 2012-04-26 | 1 | -3/+19 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | commit: pass author/committer info to hooksjc/commit-hook-authorship | Junio C Hamano | 2012-03-11 | 1 | -3/+19 |
* | | | | | | | | Sync with 1.7.9.6 | Junio C Hamano | 2012-04-02 | 1 | -4/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'jc/maint-merge-autoedit' into maint | Junio C Hamano | 2012-04-02 | 1 | -1/+28 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | merge: backport GIT_MERGE_AUTOEDIT supportjc/maint-merge-autoedit | Junio C Hamano | 2012-03-20 | 1 | -1/+28 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge branch 'maint-1.7.8' into maint | Junio C Hamano | 2012-03-20 | 1 | -5/+4 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Merge branch 'jc/advise-i18n' into maint-1.7.8 | Junio C Hamano | 2012-03-20 | 1 | -5/+4 |
| | |\ \ \ \ \ | |||||
* | | | | | | | | config: remove useless assignment | René Scharfe | 2012-03-28 | 1 | -2/+0 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge branch 'az/verify-tag-use-gpg-config' | Junio C Hamano | 2012-03-12 | 1 | -1/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | verify-tag: Parse GPG configuration options.az/verify-tag-use-gpg-config | Alex Zepeda | 2012-03-08 | 1 | -1/+9 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'kb/maint-prune-rmdir-closedir' | Junio C Hamano | 2012-03-08 | 2 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix deletion of .git/objects sub-directories in git-prune/repackkb/maint-prune-rmdir-closedir | Karsten Blees | 2012-03-07 | 2 | -3/+3 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'cn/maint-branch-with-bad' into maint | Junio C Hamano | 2012-03-04 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'nd/maint-verify-objects' into maint | Junio C Hamano | 2012-03-04 | 1 | -22/+16 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'pj/remote-set-branches-usage-fix' into maint | Junio C Hamano | 2012-02-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'tr/merge-edit-guidance' into maint | Junio C Hamano | 2012-02-27 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cb/receive-pack-keep-errors' into maint | Junio C Hamano | 2012-02-21 | 1 | -7/+17 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'cb/transfer-no-progress' into maint | Junio C Hamano | 2012-02-21 | 5 | -16/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/git-dir-lookup' into maint | Junio C Hamano | 2012-02-21 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'cb/maint-rev-list-verify-object' into maint | Junio C Hamano | 2012-02-21 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/grep-binary-attribute' into maint | Junio C Hamano | 2012-02-21 | 1 | -144/+33 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/diffstat-gramnum' into maint | Junio C Hamano | 2012-02-21 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/checkout-out-of-unborn' into maint | Junio C Hamano | 2012-02-16 | 1 | -0/+19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |