summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-10-01Do not create tag leading directories since git update-ref does it.Libravatar Christian Couder1-3/+2
2006-10-01Check that a tag exists using show-ref instead of looking for the ref file.Libravatar Christian Couder1-1/+1
2006-10-01Use git-update-ref to delete a tag instead of rm()ing the ref file.Libravatar Christian Couder1-2/+4
2006-10-01Fix refs.c;:repack_without_ref() clean-up pathLibravatar Junio C Hamano1-1/+2
2006-10-01Clean up "git-branch.sh" and add remove recursive dir test cases.Libravatar Christian Couder2-10/+27
2006-10-01Fix a remove_empty_dir_recursive problem.Libravatar Christian Couder1-1/+1
2006-10-01show-ref --hash=len, --abbrev=len, and --abbrevLibravatar Junio C Hamano2-8/+39
2006-09-30git-branch: remove D/F check done by hand.Libravatar Junio C Hamano1-10/+0
2006-09-30delete_ref(): delete packed refLibravatar Junio C Hamano1-32/+77
2006-09-30lock_ref_sha1(): check D/F conflict with packed ref when creating.Libravatar Junio C Hamano1-0/+24
2006-09-30lock_ref_sha1(): do not sometimes error() and sometimes die().Libravatar Junio C Hamano1-8/+18
2006-09-30refs: minor restructuring of cached refs data.Libravatar Junio C Hamano1-13/+43
2006-09-30ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.Libravatar Junio C Hamano1-0/+64
2006-09-27Uncomment test case: git branch c/d should barf if branch c exists.Libravatar Christian Couder1-6/+6
2006-09-27When creating branch c/d check that branch c does not already exists.Libravatar Christian Couder1-0/+10
2006-09-27Add pack-refs and show-ref test cases.Libravatar Christian Couder1-0/+70
2006-09-27Merge branch 'master' into lj/refsLibravatar Junio C Hamano70-1611/+2330
2006-09-27Merge branch 'cc/branch-test'Libravatar Junio C Hamano2-0/+22
2006-09-27Merge branch 'jc/for-each-ref' into jc/ref-lockingLibravatar Junio C Hamano1-4/+21
2006-09-27Merge branch 'sp/void'Libravatar Junio C Hamano2-1/+17
2006-09-27Merge branch 'jc/whitespace'Libravatar Junio C Hamano3-66/+229
2006-09-27Merge branch 'jc/repack'Libravatar Junio C Hamano1-9/+5
2006-09-27Merge branch 'jc/deprecate-recursive'Libravatar Junio C Hamano7-41/+17
2006-09-27runstatus: do not recurse into subdirectories if not neededLibravatar Johannes Schindelin1-12/+15
2006-09-27grep: fix --fixed-strings combined with expression.Libravatar Junio C Hamano1-5/+2
2006-09-27grep: free expressions and patterns when done.Libravatar Junio C Hamano3-0/+45
2006-09-27receive-pack: call setup_ident before git_configLibravatar Junio C Hamano1-0/+1
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Libravatar Shawn Pearce1-1/+1
2006-09-27An illustration of rev-list --parents --pretty=rawLibravatar Junio C Hamano1-0/+113
2006-09-27Teach receive-pack about ref-logLibravatar Junio C Hamano1-73/+15
2006-09-27update a few Porcelain-ish for ref lock safety.Libravatar Junio C Hamano3-9/+13
2006-09-27update-ref: -d flag and ref creation safety.Libravatar Junio C Hamano4-5/+50
2006-09-27Clean-up lock-ref implementationLibravatar Junio C Hamano5-12/+11
2006-09-27Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingLibravatar Junio C Hamano8-4/+281
2006-09-27Merge branch 'jc/for-each-ref-with-lt-refs' into jc/ref-lockingLibravatar Junio C Hamano10-28/+1129
2006-09-27Allow git-checkout when on a non-existant branch.Libravatar Shawn Pearce2-1/+17
2006-09-27gitweb: Decode long title for link tooltipsLibravatar Yasushi SHOJI1-1/+1
2006-09-26git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Libravatar Sergey Vlasov1-0/+1
2006-09-26Ignore executable bit when adding files if filemode=0.Libravatar Shawn Pearce3-2/+28
2006-09-25Remove empty ref directories that prevent creating a ref.Libravatar Christian Couder2-0/+22
2006-09-25Use const for interpolate argumentsLibravatar Alex Riesen2-5/+10
2006-09-25git-archive: update documentationLibravatar Franck Bui-Huu2-0/+16
2006-09-24Deprecate merge-recursive.pyLibravatar Junio C Hamano7-41/+17
2006-09-24gitweb: fix over-eager application of esc_html().Libravatar Petr Baudis1-6/+6
2006-09-24Allow '(no author)' in git-svn's authors file.Libravatar Shawn Pearce1-1/+1
2006-09-24Allow 'svn fetch' on '(no date)' revisions in Subversion.Libravatar Shawn Pearce2-1/+16
2006-09-24git-repack: allow git-repack to run in subdirectoryLibravatar Jeff King1-0/+1
2006-09-24Merge branch 'sk/svnimport'Libravatar Junio C Hamano1-11/+20
2006-09-24Merge early parts of branch 'np/pack'Libravatar Junio C Hamano6-117/+111
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveLibravatar Junio C Hamano8-200/+53