Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Build in shortlog | Johannes Schindelin | 2006-11-19 |
* | Documentation: Correct alternates documentation, document http-alternates | Petr Baudis | 2006-11-18 |
* | Documentation: Define symref and update HEAD description | Petr Baudis | 2006-11-18 |
* | Document git-runstatus | Rene Scharfe | 2006-11-18 |
* | git-apply: Documentation typo fix | Petr Baudis | 2006-11-18 |
* | Merge branch 'maint' | Junio C Hamano | 2006-11-13 |
|\ | |||
| * | git-update-index(1): fix use of quoting in section title | Jonas Fonseca | 2006-11-12 |
* | | Merge branch 'maint' | Junio C Hamano | 2006-11-09 |
|\ \ | |/ | |||
| * | git-svn: fix dcommit losing changes when out-of-date from svn | Eric Wong | 2006-11-09 |
* | | Documentation: move blame examples | Junio C Hamano | 2006-11-09 |
* | | git-pickaxe: retire pickaxe | Junio C Hamano | 2006-11-08 |
* | | Merge branch 'jc/pickaxe' | Junio C Hamano | 2006-11-07 |
|\ \ | |||
| * | | Introduce a new revision set operator <rev>^! | Junio C Hamano | 2006-10-31 |
| * | | git-pickaxe -C: blame cut-and-pasted lines. | Junio C Hamano | 2006-10-20 |
| * | | git-pickaxe -M: blame line movements within a file. | Junio C Hamano | 2006-10-20 |
| * | | git-pickaxe: blame rewritten. | Junio C Hamano | 2006-10-19 |
* | | | git-pack-objects progress flag documentation and cleanup | Nicolas Pitre | 2006-11-07 |
* | | | Merge branch 'np/index-pack' | Junio C Hamano | 2006-11-07 |
|\ \ \ | |||
| * | | | remove .keep pack lock files when done with refs update | Nicolas Pitre | 2006-11-03 |
| * | | | improve fetch-pack's handling of kept packs | Nicolas Pitre | 2006-11-03 |
| * | | | Teach receive-pack how to keep pack files based on object count. | Shawn Pearce | 2006-11-03 |
| * | | | Merge branch 'master' into np/index-pack | Junio C Hamano | 2006-11-03 |
| |\ \ \ | |||
| * | | | | Teach git-index-pack how to keep a pack file. | Shawn Pearce | 2006-10-29 |
| * | | | | Merge early part of branch 'np/index-pack' into sp/keep-pack | Junio C Hamano | 2006-10-29 |
| |\ \ \ \ | |||
| | * | | | | add progress status to index-pack | Nicolas Pitre | 2006-10-26 |
| | * | | | | make index-pack able to complete thin packs. | Nicolas Pitre | 2006-10-26 |
| | * | | | | enable index-pack streaming capability | Nicolas Pitre | 2006-10-25 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-06 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | Documentation: Transplanting branch with git-rebase --onto | Jakub Narebski | 2006-11-06 |
* | | | | | | Document git-pack-refs and link it to git(7). | Junio C Hamano | 2006-11-06 |
* | | | | | | Merge branch 'np/verbose-push' | Junio C Hamano | 2006-11-04 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||
| * | | | | | make git-push a bit more verbose | Nicolas Pitre | 2006-11-01 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-02 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | git-clone documentation didn't mention --origin as equivalent of -o | Andy Parkins | 2006-11-02 |
| * | | | | | Minor grammar fixes for git-diff-index.txt | Andy Parkins | 2006-11-02 |
* | | | | | | Add --global option to git-repo-config. | Sean | 2006-11-02 |
| |/ / / / |/| | | | | |||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-01 |
|\ \ \ \ \ | |/ / / / | |||
| * | | | | pack-objects doesn't create random pack names | Nicolas Pitre | 2006-11-01 |
* | | | | | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||
| * | | | | core.logallrefupdates create new log file only for branch heads. | Junio C Hamano | 2006-10-08 |
| * | | | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-10-02 |
| |\ \ \ \ | |||
| * | | | | | show-ref --hash=len, --abbrev=len, and --abbrev | Junio C Hamano | 2006-10-01 |
| * | | | | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'jc/for-each-ref' into jc/ref-locking | Junio C Hamano | 2006-09-27 |
| |\ \ \ \ \ \ | |||
| * | | | | | | | update-ref: -d flag and ref creation safety. | Junio C Hamano | 2006-09-27 |
| * | | | | | | | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking | Junio C Hamano | 2006-09-27 |
| |\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ | Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs | Junio C Hamano | 2006-09-21 |
| | |\ \ \ \ \ \ \ | |||
| | * | | | | | | | | Document git-show-ref [-s|--hash] option. | Christian Couder | 2006-09-20 |
| | * | | | | | | | | Add man page for git-show-ref | Jonas Fonseca | 2006-09-18 |
| * | | | | | | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 2006-09-21 |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | |