Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | ref-log: allow ref@{count} syntax. | Junio C Hamano | 2006-10-05 | 3 | -20/+32 | |
| * | | | | | | | | Fix show-ref usagestring | Lars Hjemli | 2006-10-26 | 1 | -1/+1 | |
| * | | | | | | | | t3200: git-branch testsuite update | Junio C Hamano | 2006-10-23 | 1 | -6/+3 | |
| * | | | | | | | | Make git-branch a builtin | Lars Hjemli | 2006-10-23 | 5 | -132/+223 | |
| * | | | | | | | | ref-log: fix D/F conflict coming from deleted refs. | Junio C Hamano | 2006-10-19 | 2 | -2/+14 | |
| * | | | | | | | | git-revert with conflicts to behave as git-merge with conflicts | Luben Tuikov | 2006-10-15 | 2 | -3/+12 | |
| * | | | | | | | | core.logallrefupdates thinko-fix | Junio C Hamano | 2006-10-09 | 1 | -1/+1 | |
| * | | | | | | | | git-pack-refs --all | Junio C Hamano | 2006-10-08 | 2 | -10/+15 | |
| * | | | | | | | | core.logallrefupdates create new log file only for branch heads. | Junio C Hamano | 2006-10-08 | 2 | -7/+12 | |
| * | | | | | | | | Remove bashism from t3210-pack-refs.sh | Dennis Stosberg | 2006-10-06 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | pack-refs: call fflush before fsync. | Junio C Hamano | 2006-10-04 | 1 | -0/+1 | |
| * | | | | | | | pack-refs: use lockfile as everybody else does. | Junio C Hamano | 2006-10-03 | 1 | -17/+4 | |
| * | | | | | | | git-fetch: do not look into $GIT_DIR/refs to see if a tag exists. | Junio C Hamano | 2006-10-03 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-10-02 | 37 | -322/+3028 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | lock_ref_sha1_basic does not remove empty directories on BSD | Dennis Stosberg | 2006-10-02 | 1 | -0/+6 | |
| * | | | | | | | | Do not create tag leading directories since git update-ref does it. | Christian Couder | 2006-10-01 | 1 | -3/+2 | |
| * | | | | | | | | Check that a tag exists using show-ref instead of looking for the ref file. | Christian Couder | 2006-10-01 | 1 | -1/+1 | |
| * | | | | | | | | Use git-update-ref to delete a tag instead of rm()ing the ref file. | Christian Couder | 2006-10-01 | 1 | -2/+4 | |
| * | | | | | | | | Fix refs.c;:repack_without_ref() clean-up path | Junio C Hamano | 2006-10-01 | 1 | -1/+2 | |
| * | | | | | | | | Clean up "git-branch.sh" and add remove recursive dir test cases. | Christian Couder | 2006-10-01 | 2 | -10/+27 | |
| * | | | | | | | | Fix a remove_empty_dir_recursive problem. | Christian Couder | 2006-10-01 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | show-ref --hash=len, --abbrev=len, and --abbrev | Junio C Hamano | 2006-10-01 | 2 | -8/+39 | |
| * | | | | | | | git-branch: remove D/F check done by hand. | Junio C Hamano | 2006-09-30 | 1 | -10/+0 | |
| * | | | | | | | delete_ref(): delete packed ref | Junio C Hamano | 2006-09-30 | 1 | -32/+77 | |
| * | | | | | | | lock_ref_sha1(): check D/F conflict with packed ref when creating. | Junio C Hamano | 2006-09-30 | 1 | -0/+24 | |
| * | | | | | | | lock_ref_sha1(): do not sometimes error() and sometimes die(). | Junio C Hamano | 2006-09-30 | 1 | -8/+18 | |
| * | | | | | | | refs: minor restructuring of cached refs data. | Junio C Hamano | 2006-09-30 | 1 | -13/+43 | |
| * | | | | | | | ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore. | Junio C Hamano | 2006-09-30 | 1 | -0/+64 | |
| * | | | | | | | Uncomment test case: git branch c/d should barf if branch c exists. | Christian Couder | 2006-09-27 | 1 | -6/+6 | |
| * | | | | | | | When creating branch c/d check that branch c does not already exists. | Christian Couder | 2006-09-27 | 1 | -0/+10 | |
| * | | | | | | | Add pack-refs and show-ref test cases. | Christian Couder | 2006-09-27 | 1 | -0/+70 | |
| * | | | | | | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 70 | -1611/+2330 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'jc/for-each-ref' into jc/ref-locking | Junio C Hamano | 2006-09-27 | 1 | -4/+21 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | receive-pack: call setup_ident before git_config | Junio C Hamano | 2006-09-27 | 1 | -0/+1 | |
| * | | | | | | | | | Teach receive-pack about ref-log | Junio C Hamano | 2006-09-27 | 1 | -73/+15 | |
| * | | | | | | | | | update a few Porcelain-ish for ref lock safety. | Junio C Hamano | 2006-09-27 | 3 | -9/+13 | |
| * | | | | | | | | | update-ref: -d flag and ref creation safety. | Junio C Hamano | 2006-09-27 | 4 | -5/+50 | |
| * | | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | | |