summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-30lock_ref_sha1(): do not sometimes error() and sometimes die().Junio C Hamano
2006-09-30refs: minor restructuring of cached refs data.Junio C Hamano
2006-09-30ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.Junio C Hamano
2006-09-28Uncomment test case: git branch c/d should barf if branch c exists.Christian Couder
2006-09-28When creating branch c/d check that branch c does not already exists.Christian Couder
2006-09-28Add pack-refs and show-ref test cases.Christian Couder
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-28Merge branch 'cc/branch-test'Junio C Hamano
2006-09-28Merge branch 'jc/for-each-ref' into jc/ref-lockingJunio C Hamano
2006-09-28Merge branch 'sp/void'Junio C Hamano
2006-09-28Merge branch 'jc/whitespace'Junio C Hamano
2006-09-28Merge branch 'jc/repack'Junio C Hamano
2006-09-28Merge branch 'jc/deprecate-recursive'Junio C Hamano
2006-09-28runstatus: do not recurse into subdirectories if not neededJohannes Schindelin
2006-09-27grep: fix --fixed-strings combined with expression.Junio C Hamano
2006-09-27grep: free expressions and patterns when done.Junio C Hamano
2006-09-27receive-pack: call setup_ident before git_configJunio C Hamano
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce
2006-09-27An illustration of rev-list --parents --pretty=rawJunio C Hamano
2006-09-27Teach receive-pack about ref-logJunio C Hamano
2006-09-27update a few Porcelain-ish for ref lock safety.Junio C Hamano
2006-09-27update-ref: -d flag and ref creation safety.Junio C Hamano
2006-09-27Clean-up lock-ref implementationJunio C Hamano
2006-09-27Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano
2006-09-27Merge branch 'jc/for-each-ref-with-lt-refs' into jc/ref-lockingJunio C Hamano
2006-09-27Allow git-checkout when on a non-existant branch.Shawn Pearce
2006-09-27gitweb: Decode long title for link tooltipsYasushi SHOJI
2006-09-27git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov
2006-09-27Ignore executable bit when adding files if filemode=0.Shawn Pearce
2006-09-26Remove empty ref directories that prevent creating a ref.Christian Couder
2006-09-26Use const for interpolate argumentsAlex Riesen
2006-09-26git-archive: update documentationFranck Bui-Huu
2006-09-25Deprecate merge-recursive.pyJunio C Hamano
2006-09-25gitweb: fix over-eager application of esc_html().Petr Baudis
2006-09-25Allow '(no author)' in git-svn's authors file.Shawn Pearce
2006-09-25Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce
2006-09-25git-repack: allow git-repack to run in subdirectoryJeff King
2006-09-25Merge branch 'sk/svnimport'Junio C Hamano
2006-09-25Merge early parts of branch 'np/pack'Junio C Hamano
2006-09-25Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano
2006-09-25git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe
2006-09-25git-tar-tree: Remove duplicate git_config() callRene Scharfe
2006-09-25Merge branch 'jc/filter-commit'Junio C Hamano
2006-09-25Merge branch 'sb/branch-attributes'Junio C Hamano
2006-09-24Merge branch 'jl/daemon'Junio C Hamano
2006-09-24Add test for the default merges in fetch.Santi Béjar
2006-09-24fetch: get the remote branches to merge from the branch propertiesSanti Béjar
2006-09-24Add t5510 to test per branch configuration affecting git-fetch.Junio C Hamano
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar
2006-09-24git-apply: second war on whitespace.Junio C Hamano