Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kb/full-history-compute-treesame-carefully-2' | Junio C Hamano | 2013-06-14 | 1 | -17/+25 |
|\ | |||||
| * | simplify-merges: drop merge from irrelevant side branch | Kevin Bracey | 2013-05-16 | 1 | -13/+21 |
| * | simplify-merges: never remove all TREESAME parents | Kevin Bracey | 2013-05-16 | 1 | -1/+2 |
| * | revision.c: Make --full-history consider more merges | Kevin Bracey | 2013-05-16 | 1 | -3/+3 |
| * | Documentation: avoid "uninteresting" | Kevin Bracey | 2013-05-16 | 1 | -2/+2 |
| * | rev-list-options.txt: correct TREESAME for P | Kevin Bracey | 2013-05-16 | 1 | -2/+1 |
* | | Update draft release notes | Junio C Hamano | 2013-06-11 | 1 | -1/+48 |
* | | Merge branch 'rr/maint-fetch-tag-doc-asterisks' | Junio C Hamano | 2013-06-11 | 1 | -1/+1 |
|\ \ | |||||
| * | | fetch-options.txt: prevent a wildcard refspec from getting misformatted | Junio C Hamano | 2013-06-07 | 1 | -1/+1 |
* | | | Merge branch 'rr/rebase-autostash' | Junio C Hamano | 2013-06-11 | 2 | -0/+18 |
|\ \ \ | |||||
| * | | | rebase: implement --[no-]autostash and rebase.autostash | Ramkumar Ramachandra | 2013-05-29 | 2 | -0/+18 |
* | | | | Merge branch 'fc/at-head' | Junio C Hamano | 2013-06-11 | 2 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Add new @ shortcut for HEAD | Felipe Contreras | 2013-05-08 | 2 | -0/+5 |
| |/ / / | |||||
* | | | | Merge branch 'rr/diffcore-pickaxe-doc' | Junio C Hamano | 2013-06-11 | 2 | -26/+57 |
|\ \ \ \ | |||||
| * | | | | diffcore-pickaxe doc: document -S and -G properly | Ramkumar Ramachandra | 2013-06-03 | 2 | -26/+57 |
* | | | | | Merge branch 'cr/git-work-tree-sans-git-dir' | Junio C Hamano | 2013-06-11 | 1 | -3/+1 |
|\ \ \ \ \ | |||||
| * | | | | | git.txt: remove stale comment regarding GIT_WORK_TREE | Chris Rorvick | 2013-06-03 | 1 | -3/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Sync with 1.8.3.1 | Junio C Hamano | 2013-06-10 | 3 | -1/+19 |
|\ \ \ \ \ | |||||
| * | | | | | Git 1.8.3.1v1.8.3.1 | Junio C Hamano | 2013-06-10 | 2 | -0/+20 |
| * | | | | | Document .git/modules | Fredrik Gustafsson | 2013-06-09 | 1 | -0/+3 |
* | | | | | | Update draft release notes to 1.8.4 | Junio C Hamano | 2013-06-06 | 1 | -0/+23 |
* | | | | | | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 2013-06-06 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 2013-05-28 | 1 | -0/+3 |
* | | | | | | | Update draft release notes to 1.8.4 | Junio C Hamano | 2013-06-05 | 1 | -2/+37 |
* | | | | | | | Merge branch 'nd/urls-doc-no-file-hyperlink-fix' | Junio C Hamano | 2013-06-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | urls.txt: avoid auto converting to hyperlink | Nguyễn Thái Ngọc Duy | 2013-05-24 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'tr/push-no-verify-doc' | Junio C Hamano | 2013-06-05 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Document push --no-verify | Thomas Rast | 2013-05-23 | 1 | -1/+6 |
| |/ / / / / / / | |||||
* | | | | | | | | Update draft release notes to 1.8.4 | Junio C Hamano | 2013-06-02 | 1 | -0/+53 |
* | | | | | | | | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-02 | 4 | -22/+48 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-log(1): remove --full-line-diff description | Thomas Rast | 2013-04-22 | 1 | -4/+0 |
| * | | | | | | | | line-log: fix documentation formatting | Junio C Hamano | 2013-04-21 | 1 | -3/+2 |
| * | | | | | | | | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 2013-03-28 | 4 | -9/+17 |
| * | | | | | | | | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -0/+22 |
| * | | | | | | | | Refactor parse_loc | Bo Yang | 2013-03-28 | 2 | -18/+19 |
* | | | | | | | | | Merge branch 'mc/describe-first-parent' | Junio C Hamano | 2013-06-02 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | describe: Add --first-parent option | Mike Crowe | 2013-05-20 | 1 | -1/+8 |
* | | | | | | | | | | Merge branch 'jk/fetch-always-update-tracking' | Junio C Hamano | 2013-06-02 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fetch: opportunistically update tracking refs | Jeff King | 2013-05-12 | 1 | -1/+1 |
| * | | | | | | | | | | fetch/pull doc: untangle meaning of bare <ref> | Thomas Rast | 2013-05-12 | 1 | -3/+8 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'nd/clone-local-with-colon' | Junio C Hamano | 2013-06-02 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | clone: allow cloning local paths with colons in them | Nguyễn Thái Ngọc Duy | 2013-05-07 | 1 | -0/+6 |
* | | | | | | | | | | | Merge branch 'rh/merge-options-doc-fix' | Junio C Hamano | 2013-06-02 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Documentation/merge-options.txt: restore `-e` option | Richard Hansen | 2013-05-16 | 1 | -1/+2 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'an/diff-index-doc' | Junio C Hamano | 2013-06-02 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Documentation/diff-index: mention two modes of operation | Junio C Hamano | 2013-05-20 | 1 | -6/+6 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Sync with maint | Junio C Hamano | 2013-05-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'maint-1.8.2' into maint | Junio C Hamano | 2013-05-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | trivial: Add missing period in documentation | Phil Hord | 2013-05-28 | 1 | -1/+1 |
| | |/ / / / / / / / | |||||
* | | | | | | | | | | Start 1.8.4 cycle | Junio C Hamano | 2013-05-29 | 2 | -3/+76 |