Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add: don't complain when adding empty project rootnd/add-empty-fix | Nguyễn Thái Ngọc Duy | 2013-12-26 | 1 | -1/+1 |
* | 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 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | mv: Fix spurious warning when moving a file in presence of submodulesjl/submodule-mv | Jens Lehmann | 2013-10-13 | 1 | -4/+9 |
* | | | | | Merge branch 'nd/lift-path-max' | Junio C Hamano | 2013-10-30 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | checkout_entry(): clarify the use of topath[] parameternd/lift-path-max | Junio C Hamano | 2013-10-24 | 1 | -1/+1 |
| * | | | | | Merge branch 'ap/commit-author-mailmap' into maint | Junio C Hamano | 2013-10-17 | 1 | -1/+7 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 2013-10-30 | 1 | -0/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | gc: remove gc.pid file at end of executionnd/gc-lock-against-each-other | Jonathan Nieder | 2013-10-18 | 1 | -0/+24 |
* | | | | | | | | Merge branch 'mm/checkout-auto-track-fix' | Junio C Hamano | 2013-10-30 | 1 | -28/+71 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | checkout: proper error message on 'git checkout foo bar --'mm/checkout-auto-track-fix | Matthieu Moy | 2013-10-18 | 1 | -5/+16 |
| * | | | | | | | | checkout: allow dwim for branch creation for "git checkout $branch --" | Matthieu Moy | 2013-10-18 | 1 | -23/+55 |
* | | | | | | | | | Merge branch 'fc/styles' | Junio C Hamano | 2013-10-30 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| * | | | | | | | | C: have space around && and || operators | Junio C Hamano | 2013-10-16 | 3 | -3/+3 |
* | | | | | | | | | Merge branch 'hu/cherry-pick-previous-branch' | Junio C Hamano | 2013-10-23 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cherry-pick: handle "-" after parsing optionshu/cherry-pick-previous-branch | Jeff King | 2013-10-10 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch 'mg/more-textconv' | Junio C Hamano | 2013-10-23 | 3 | -18/+39 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | grep: honor --textconv for the case rev:pathmg/more-textconv | Michael J Gruber | 2013-05-10 | 1 | -5/+6 |
| * | | | | | | | | | | grep: allow to use textconv filters | Jeff King | 2013-05-10 | 1 | -0/+2 |
| * | | | | | | | | | | cat-file: do not die on --textconv without textconv filters | Michael J Gruber | 2013-05-10 | 1 | -10/+8 |
| * | | | | | | | | | | show: honor --textconv for blobs | Michael J Gruber | 2013-05-10 | 1 | -3/+22 |
| * | | | | | | | | | | diff_opt: track whether flags have been set explicitly | Junio C Hamano | 2013-05-10 | 1 | -0/+1 |
* | | | | | | | | | | | Merge branch 'jc/pack-objects' | Junio C Hamano | 2013-10-23 | 1 | -11/+12 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | pack-objects: shrink struct object_entryjc/pack-objects | Junio C Hamano | 2013-02-04 | 1 | -11/+12 |
* | | | | | | | | | | | | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2013-10-18 | 1 | -0/+388 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | repack: improve warnings about failure of renaming and removing files | Stefan Beller | 2013-09-17 | 1 | -2/+3 |
| * | | | | | | | | | | | | repack: retain the return value of pack-objects | Stefan Beller | 2013-09-17 | 1 | -2/+2 |
| * | | | | | | | | | | | | repack: rewrite the shell script in C | Stefan Beller | 2013-09-17 | 1 | -0/+387 |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'jk/clone-progress-to-stderr' | Junio C Hamano | 2013-10-18 | 1 | -23/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | clone: always set transport optionsjk/clone-progress-to-stderr | Jeff King | 2013-09-18 | 1 | -16/+14 |
| * | | | | | | | | | | | | clone: treat "checking connectivity" like other progress | Jeff King | 2013-09-18 | 1 | -2/+2 |
| * | | | | | | | | | | | | clone: send diagnostic messages to stderr | Jeff King | 2013-09-18 | 1 | -5/+5 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'jk/trailing-slash-in-pathspec' | Junio C Hamano | 2013-10-17 | 2 | -18/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | reset: handle submodule with trailing slashjk/trailing-slash-in-pathspec | John Keeping | 2013-09-13 | 1 | -2/+6 |
| * | | | | | | | | | | | | rm: re-use parse_pathspec's trailing-slash removal | John Keeping | 2013-09-13 | 1 | -16/+4 |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-10-15 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | / / / / | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | clone --branch: refuse to clone if upstream repo is empty | Ralf Thielow | 2013-10-14 | 1 | -0/+4 |
* | | | | | | | | | | | | Merge branch 'po/remote-set-head-usage' | Jonathan Nieder | 2013-10-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |