Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up lock-ref implementation | Junio C Hamano | 2006-09-27 | 5 | -12/+11 |
* | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking | Junio C Hamano | 2006-09-27 | 8 | -4/+281 |
|\ | |||||
| * | Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs | Junio C Hamano | 2006-09-21 | 69 | -949/+2767 |
| |\ | |||||
| * | | Fix show-ref usage for --dereference. | Christian Couder | 2006-09-20 | 1 | -1/+1 |
| * | | Document git-show-ref [-s|--hash] option. | Christian Couder | 2006-09-20 | 1 | -1/+17 |
| * | | Add man page for git-show-ref | Jonas Fonseca | 2006-09-18 | 1 | -0/+136 |
| * | | gitignore: git-show-ref is a generated file. | Jeff King | 2006-09-18 | 1 | -0/+1 |
| * | | Use Linus' show ref in "git-branch.sh". | Christian Couder | 2006-09-17 | 1 | -2/+2 |
| * | | Add [-s|--hash] option to Linus' show-ref. | Christian Couder | 2006-09-17 | 1 | -3/+11 |
| * | | Teach "git checkout" to use git-show-ref | Linus Torvalds | 2006-09-16 | 1 | -2/+3 |
| * | | Add "git show-ref" builtin command | Linus Torvalds | 2006-09-16 | 4 | -1/+116 |
* | | | Merge branch 'jc/for-each-ref-with-lt-refs' into jc/ref-locking | Junio C Hamano | 2006-09-27 | 10 | -28/+1129 |
|\ \ \ | |||||
| * \ \ | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 2006-09-21 | 70 | -971/+2786 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 2006-09-16 | 10 | -28/+1132 |
| | |/ | |/| | |||||
* | | | lock_ref_sha1_basic: remove unused parameter "plen". | Junio C Hamano | 2006-09-22 | 1 | -6/+3 |
* | | | pack-refs: fix git_path() usage. | Junio C Hamano | 2006-09-22 | 1 | -1/+1 |
* | | | Fix buggy ref recording | Petr Baudis | 2006-09-22 | 1 | -1/+1 |
* | | | show-branch: mark active branch with a '*' again | Johannes Schindelin | 2006-09-21 | 1 | -0/+6 |
* | | | Fix git-update-index --again | Johannes Schindelin | 2006-09-21 | 1 | -3/+3 |
| |/ |/| | |||||
* | | git-pack-refs --prune | Junio C Hamano | 2006-09-21 | 1 | -9/+75 |
* | | pack-refs: do not pack symbolic refs. | Junio C Hamano | 2006-09-21 | 1 | -1/+3 |
* | | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 23 | -49/+75 |
* | | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 18 | -71/+79 |
* | | symbolit-ref: fix resolve_ref conversion. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
* | | Fix broken sha1 locking | Petr Baudis | 2006-09-20 | 1 | -2/+4 |
* | | fsck-objects: adjust to resolve_ref() clean-up. | Junio C Hamano | 2006-09-18 | 1 | -6/+4 |
* | | gitignore: git-pack-refs is a generated file. | Jeff King | 2006-09-18 | 1 | -0/+1 |
* | | wt-status: use simplified resolve_ref to find current branch | Jeff King | 2006-09-17 | 1 | -4/+2 |
* | | Fix t1400-update-ref test minimally | Junio C Hamano | 2006-09-17 | 1 | -5/+2 |
* | | Enable the packed refs file format | Linus Torvalds | 2006-09-17 | 3 | -22/+25 |
* | | Make ref resolution saner | Linus Torvalds | 2006-09-17 | 7 | -84/+74 |
* | | Add support for negative refs | Linus Torvalds | 2006-09-17 | 1 | -0/+6 |
* | | Start handling references internally as a sorted in-memory list | Linus Torvalds | 2006-09-17 | 5 | -54/+218 |
* | | Merge branch 'sk/ftp' | Junio C Hamano | 2006-09-17 | 1 | -8/+17 |
|\ \ | |||||
| * | | Add ftp:// protocol support for git-http-fetch | Junio C Hamano | 2006-09-16 | 1 | -1/+3 |
| * | | http-fetch.c: consolidate code to detect missing fetch target | Junio C Hamano | 2006-09-16 | 1 | -8/+15 |
| |/ | |||||
* | | Merge part of branch 'jc/upload-pack' | Junio C Hamano | 2006-09-17 | 1 | -10/+12 |
|\ \ | |||||
| * | | upload-pack: minor clean-up in multi-ack logic | Junio C Hamano | 2006-08-12 | 1 | -10/+12 |
* | | | Merge branch 'jc/pack' | Junio C Hamano | 2006-09-17 | 12 | -225/+432 |
|\ \ \ | |||||
| * | | | pack-objects: document --revs, --unpacked and --all. | Junio C Hamano | 2006-09-12 | 2 | -2/+21 |
| * | | | pack-objects --unpacked=<existing pack> option. | Junio C Hamano | 2006-09-07 | 6 | -15/+47 |
| * | | | pack-objects: further work on internal rev-list logic. | Junio C Hamano | 2006-09-07 | 4 | -93/+85 |
| * | | | pack-objects: run rev-list equivalent internally. | Junio C Hamano | 2006-09-07 | 1 | -82/+215 |
| * | | | Separate object listing routines out of rev-list | Junio C Hamano | 2006-09-07 | 4 | -99/+130 |
* | | | | Merge branch 'jc/am' | Junio C Hamano | 2006-09-17 | 1 | -4/+19 |
|\ \ \ \ | |||||
| * | | | | Fix git-am safety checks | Junio C Hamano | 2006-09-16 | 1 | -4/+19 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jk/diff' | Junio C Hamano | 2006-09-17 | 15 | -232/+576 |
|\ \ \ \ | |||||
| * | | | | wt-status: remove extraneous newline from 'deleted:' output | Jeff King | 2006-09-13 | 1 | -1/+1 |
| * | | | | git-status: document colorization config options | Jeff King | 2006-09-12 | 1 | -0/+14 |
| * | | | | Teach runstatus about --untracked | Johannes Schindelin | 2006-09-12 | 4 | -1/+10 |