Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pb/diffroot' | Junio C Hamano | 2006-11-24 | 1 | -0/+6 |
|\ | |||||
| * | config option log.showroot to show the diff of root commits | Peter Baumann | 2006-11-24 | 1 | -0/+6 |
* | | Merge branch 'ap/branch-ref-display' | Junio C Hamano | 2006-11-24 | 1 | -3/+8 |
|\ \ | |/ |/| | |||||
| * | Add support to git-branch to show local and remote branches | Andy Parkins | 2006-11-21 | 1 | -3/+8 |
* | | Make git-clone --use-separate-remote the default | Petr Baudis | 2006-11-23 | 1 | -6/+18 |
* | | Move --pretty options into Documentation/pretty-formats.txt | Chris Riddoch | 2006-11-22 | 5 | -15/+83 |
|/ | |||||
* | Doc: Make comment about merging in tutorial.txt more clear | Paolo Ciarrocchi | 2006-11-21 | 1 | -1/+1 |
* | Teach SubmittingPatches about git-commit -s | Paolo Ciarrocchi | 2006-11-21 | 1 | -0/+3 |
* | Documentation: Correct alternates documentation, document http-alternates | Petr Baudis | 2006-11-18 | 1 | -3/+14 |
* | Documentation: Define symref and update HEAD description | Petr Baudis | 2006-11-18 | 2 | -5/+16 |
* | Document git-runstatus | Rene Scharfe | 2006-11-18 | 2 | -0/+72 |
* | git-apply: Documentation typo fix | Petr Baudis | 2006-11-18 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2006-11-13 | 1 | -2/+2 |
|\ | |||||
| * | git-update-index(1): fix use of quoting in section title | Jonas Fonseca | 2006-11-12 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2006-11-09 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | git-svn: fix dcommit losing changes when out-of-date from svn | Eric Wong | 2006-11-09 | 1 | -0/+1 |
* | | Documentation: move blame examples | Junio C Hamano | 2006-11-09 | 1 | -4/+7 |
* | | git-pickaxe: retire pickaxe | Junio C Hamano | 2006-11-08 | 3 | -167/+68 |
* | | Merge branch 'jc/pickaxe' | Junio C Hamano | 2006-11-07 | 3 | -3/+175 |
|\ \ | |||||
| * | | Introduce a new revision set operator <rev>^! | Junio C Hamano | 2006-10-31 | 2 | -3/+48 |
| * | | git-pickaxe -C: blame cut-and-pasted lines. | Junio C Hamano | 2006-10-20 | 1 | -1/+9 |
| * | | git-pickaxe -M: blame line movements within a file. | Junio C Hamano | 2006-10-20 | 1 | -1/+13 |
| * | | git-pickaxe: blame rewritten. | Junio C Hamano | 2006-10-19 | 2 | -0/+107 |
* | | | git-pack-objects progress flag documentation and cleanup | Nicolas Pitre | 2006-11-07 | 1 | -0/+17 |
* | | | Merge branch 'np/index-pack' | Junio C Hamano | 2006-11-07 | 3 | -3/+63 |
|\ \ \ | |||||
| * | | | remove .keep pack lock files when done with refs update | Nicolas Pitre | 2006-11-03 | 1 | -0/+11 |
| * | | | improve fetch-pack's handling of kept packs | Nicolas Pitre | 2006-11-03 | 1 | -1/+2 |
| * | | | Teach receive-pack how to keep pack files based on object count. | Shawn Pearce | 2006-11-03 | 1 | -1/+10 |
| * | | | Merge branch 'master' into np/index-pack | Junio C Hamano | 2006-11-03 | 7 | -26/+197 |
| |\ \ \ | |||||
| * | | | | Teach git-index-pack how to keep a pack file. | Shawn Pearce | 2006-10-29 | 1 | -3/+21 |
| * | | | | Merge early part of branch 'np/index-pack' into sp/keep-pack | Junio C Hamano | 2006-10-29 | 1 | -1/+22 |
| |\ \ \ \ | |||||
| | * | | | | add progress status to index-pack | Nicolas Pitre | 2006-10-26 | 1 | -2/+5 |
| | * | | | | make index-pack able to complete thin packs. | Nicolas Pitre | 2006-10-26 | 1 | -1/+13 |
| | * | | | | enable index-pack streaming capability | Nicolas Pitre | 2006-10-25 | 1 | -1/+7 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-06 | 1 | -8/+57 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Documentation: Transplanting branch with git-rebase --onto | Jakub Narebski | 2006-11-06 | 1 | -8/+57 |
* | | | | | | Document git-pack-refs and link it to git(7). | Junio C Hamano | 2006-11-06 | 2 | -0/+60 |
* | | | | | | Merge branch 'np/verbose-push' | Junio C Hamano | 2006-11-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | make git-push a bit more verbose | Nicolas Pitre | 2006-11-01 | 1 | -1/+1 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-02 | 2 | -2/+3 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | git-clone documentation didn't mention --origin as equivalent of -o | Andy Parkins | 2006-11-02 | 1 | -0/+1 |
| * | | | | | Minor grammar fixes for git-diff-index.txt | Andy Parkins | 2006-11-02 | 1 | -2/+2 |
* | | | | | | Add --global option to git-repo-config. | Sean | 2006-11-02 | 1 | -13/+18 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-01 | 1 | -3/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | pack-objects doesn't create random pack names | Nicolas Pitre | 2006-11-01 | 1 | -3/+2 |
* | | | | | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 3 | -8/+174 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | core.logallrefupdates create new log file only for branch heads. | Junio C Hamano | 2006-10-08 | 1 | -6/+10 |
| * | | | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-10-02 | 4 | -9/+50 |
| |\ \ \ \ | |||||
| * | | | | | show-ref --hash=len, --abbrev=len, and --abbrev | Junio C Hamano | 2006-10-01 | 1 | -4/+8 |
| * | | | | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 13 | -138/+146 |
| |\ \ \ \ \ |