Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/remove-deprecated' | Junio C Hamano | 2013-12-12 | 3 | -108/+40 |
|\ | |||||
| * | Sync with 1.8.5jk/remove-deprecated | Junio C Hamano | 2013-12-05 | 2 | -2/+10 |
| |\ | |||||
| * | | stop installing git-tar-tree link | Jonathan Nieder | 2013-12-03 | 1 | -0/+0 |
| * | | tar-tree: remove deprecated command | John Keeping | 2013-11-12 | 1 | -62/+0 |
| * | | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 | 1 | -6/+0 |
* | | | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs' | Junio C Hamano | 2013-12-12 | 2 | -246/+248 |
|\ \ \ | |||||
| * | | | ref_remove_duplicates(): simplify loop logic | Michael Haggerty | 2013-10-30 | 1 | -3/+1 |
| * | | | fetch, remote: properly convey --no-prune options to subprocesses | Michael Haggerty | 2013-10-30 | 2 | -5/+5 |
| * | | | builtin/remote.c:update(): use struct argv_array | Michael Haggerty | 2013-10-30 | 1 | -16/+17 |
| * | | | builtin/remote.c: reorder function definitions | Michael Haggerty | 2013-10-30 | 1 | -81/+78 |
| * | | | fetch --prune: prune only based on explicit refspecs | Michael Haggerty | 2013-10-30 | 1 | -30/+9 |
| * | | | fetch --tags: fetch tags *in addition to* other stuff | Michael Haggerty | 2013-10-30 | 1 | -24/+35 |
| * | | | fetch: only opportunistically update references based on command line | Michael Haggerty | 2013-10-30 | 1 | -12/+32 |
| * | | | builtin/fetch.c: reorder function definitions | Michael Haggerty | 2013-10-30 | 1 | -101/+97 |
| * | | | get_ref_map(): rename local variables | Michael Haggerty | 2013-10-24 | 1 | -6/+6 |
* | | | | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 2013-12-06 | 1 | -10/+7 |
|\ \ \ \ | |||||
| * | | | | diff: restrict pathspec limitations to diff b/f case onlynd/magic-pathspec | Nguyễn Thái Ngọc Duy | 2013-11-20 | 1 | -10/+7 |
* | | | | | Merge branch 'rr/for-each-ref-decoration' | Junio C Hamano | 2013-12-06 | 1 | -13/+81 |
|\ \ \ \ \ | |||||
| * | | | | | for-each-ref: avoid color leakagerr/for-each-ref-decoration | Ramkumar Ramachandra | 2013-11-19 | 1 | -5/+23 |
| * | | | | | for-each-ref: introduce %(color:...) for color | Ramkumar Ramachandra | 2013-11-19 | 1 | -2/+9 |
| * | | | | | for-each-ref: introduce %(upstream:track[short]) | Ramkumar Ramachandra | 2013-11-19 | 1 | -3/+37 |
| * | | | | | for-each-ref: introduce %(HEAD) asterisk marker | Ramkumar Ramachandra | 2013-11-18 | 1 | -2/+11 |
* | | | | | | Merge branch 'gj/push-more-verbose-advice' (early part) | Junio C Hamano | 2013-12-05 | 1 | -0/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | push: enhance unspecified push default warning | Greg Jacobson | 2013-11-13 | 1 | -0/+7 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'jc/ref-excludes' | Junio C Hamano | 2013-12-05 | 1 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rev-parse: introduce --exclude=<glob> to tame wildcardsjc/ref-excludes | Junio C Hamano | 2013-11-01 | 1 | -0/+17 |
* | | | | | | | Merge branch 'nv/parseopt-opt-arg' | Junio C Hamano | 2013-12-05 | 1 | -2/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rev-parse --parseopt: add the --stuck-long modenv/parseopt-opt-arg | Nicolas Vigier | 2013-10-31 | 1 | -2/+9 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jc/merge-base-reflog' | Junio C Hamano | 2013-12-05 | 1 | -16/+131 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | merge-base: teach "--fork-point" modejc/merge-base-reflog | Junio C Hamano | 2013-10-29 | 1 | -0/+109 |
| * | | | | | | | merge-base: use OPT_CMDMODE and clarify the command line parsing | Junio C Hamano | 2013-10-23 | 1 | -16/+22 |
* | | | | | | | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 | 7 | -17/+14 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | checkout: do not die when leaving broken detached HEADjk/robustify-parse-commit | Jeff King | 2013-10-24 | 1 | -4/+4 |
| * | | | | | | | use parse_commit_or_die instead of segfaulting | Jeff King | 2013-10-24 | 2 | -4/+4 |
| * | | | | | | | assume parse_commit checks for NULL commit | Jeff King | 2013-10-24 | 2 | -3/+3 |
| * | | | | | | | assume parse_commit checks commit->object.parsed | Jeff King | 2013-10-24 | 3 | -6/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'nd/literal-pathspecs' | Junio C Hamano | 2013-11-18 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecs | Nguyễn Thái Ngọc Duy | 2013-10-28 | 1 | -1/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jx/branch-vv-always-compare-with-upstream' | Junio C Hamano | 2013-11-18 | 1 | -1/+7 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | branch: fix --verbose output column alignmentjx/branch-vv-always-compare-with-upstream | Torstein Hegge | 2013-11-18 | 1 | -1/+7 |
* | | | | | | | Merge branch 'fc/trivial' | Junio C Hamano | 2013-11-06 | 4 | -16/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff: trivial style fix | Felipe Contreras | 2013-10-31 | 1 | -1/+1 |
| * | | | | | | | describe: trivial style fixes | Felipe Contreras | 2013-10-31 | 1 | -4/+3 |
| * | | | | | | | branch: trivial style fix | Felipe Contreras | 2013-10-31 | 1 | -2/+1 |
| * | | | | | | | merge: simplify ff-only option | Felipe Contreras | 2013-10-31 | 1 | -9/+2 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/reset-p-current-head-fix' | Junio C Hamano | 2013-11-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | reset: pass real rev name to add--interactivejk/reset-p-current-head-fix | Jeff King | 2013-10-25 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/for-each-ref-skip-parsing' | Junio C Hamano | 2013-11-01 | 1 | -9/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | for-each-ref: avoid loading objects to print %(objectname)jk/for-each-ref-skip-parsing | Jeff King | 2013-10-30 | 1 | -9/+20 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-11-01 | 1 | -4/+9 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | |