summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not create tag leading directories since git update-ref does it.Christian Couder2006-10-011-3/+2
* Check that a tag exists using show-ref instead of looking for the ref file.Christian Couder2006-10-011-1/+1
* Use git-update-ref to delete a tag instead of rm()ing the ref file.Christian Couder2006-10-011-2/+4
* Fix refs.c;:repack_without_ref() clean-up pathJunio C Hamano2006-10-011-1/+2
* Clean up "git-branch.sh" and add remove recursive dir test cases.Christian Couder2006-10-012-10/+27
* Fix a remove_empty_dir_recursive problem.Christian Couder2006-10-011-1/+1
* show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano2006-10-012-8/+39
* git-branch: remove D/F check done by hand.Junio C Hamano2006-09-301-10/+0
* delete_ref(): delete packed refJunio C Hamano2006-09-301-32/+77
* lock_ref_sha1(): check D/F conflict with packed ref when creating.Junio C Hamano2006-09-301-0/+24
* lock_ref_sha1(): do not sometimes error() and sometimes die().Junio C Hamano2006-09-301-8/+18
* refs: minor restructuring of cached refs data.Junio C Hamano2006-09-301-13/+43
* ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.Junio C Hamano2006-09-301-0/+64
* Uncomment test case: git branch c/d should barf if branch c exists.Christian Couder2006-09-271-6/+6
* When creating branch c/d check that branch c does not already exists.Christian Couder2006-09-271-0/+10
* Add pack-refs and show-ref test cases.Christian Couder2006-09-271-0/+70
* Merge branch 'master' into lj/refsJunio C Hamano2006-09-2770-1611/+2330
|\
| * Merge branch 'cc/branch-test'Junio C Hamano2006-09-272-0/+22
| |\
| | * Remove empty ref directories that prevent creating a ref.Christian Couder2006-09-252-0/+22
| * | Merge branch 'sp/void'Junio C Hamano2006-09-272-1/+17
| |\ \
| | * | Allow git-checkout when on a non-existant branch.Shawn Pearce2006-09-272-1/+17
| * | | Merge branch 'jc/whitespace'Junio C Hamano2006-09-273-66/+229
| |\ \ \
| | * | | git-apply: second war on whitespace.Junio C Hamano2006-09-241-25/+97
| | * | | diff.c: second war on whitespace.Junio C Hamano2006-09-242-41/+132
| * | | | Merge branch 'jc/repack'Junio C Hamano2006-09-271-9/+5
| |\ \ \ \
| | * | | | git-repack: allow git-repack to run in subdirectoryJeff King2006-09-241-0/+1
| | * | | | repack: use only pack-objects, not rev-list.Junio C Hamano2006-09-201-9/+4
| * | | | | Merge branch 'jc/deprecate-recursive'Junio C Hamano2006-09-277-41/+17
| |\ \ \ \ \
| | * | | | | Deprecate merge-recursive.pyJunio C Hamano2006-09-247-41/+17
| * | | | | | runstatus: do not recurse into subdirectories if not neededJohannes Schindelin2006-09-271-12/+15
| * | | | | | grep: fix --fixed-strings combined with expression.Junio C Hamano2006-09-271-5/+2
| * | | | | | grep: free expressions and patterns when done.Junio C Hamano2006-09-273-0/+45
| * | | | | | Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce2006-09-271-1/+1
| * | | | | | An illustration of rev-list --parents --pretty=rawJunio C Hamano2006-09-271-0/+113
| | |_|_|/ / | |/| | | |
| * | | | | gitweb: Decode long title for link tooltipsYasushi SHOJI2006-09-271-1/+1
| * | | | | git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov2006-09-261-0/+1
| * | | | | Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-263-2/+28
| | |_|_|/ | |/| | |
| * | | | Use const for interpolate argumentsAlex Riesen2006-09-252-5/+10
| * | | | git-archive: update documentationFranck Bui-Huu2006-09-252-0/+16
| |/ / /
| * | | gitweb: fix over-eager application of esc_html().Petr Baudis2006-09-241-6/+6
| * | | Allow '(no author)' in git-svn's authors file.Shawn Pearce2006-09-241-1/+1
| * | | Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce2006-09-242-1/+16
| * | | Merge branch 'sk/svnimport'Junio C Hamano2006-09-241-11/+20
| |\ \ \
| | * | | git-svnimport: Parse log message for Signed-off-by: linesSasha Khapyorsky2006-09-221-11/+20
| * | | | Merge early parts of branch 'np/pack'Junio C Hamano2006-09-246-117/+111
| |\ \ \ \
| | * | | | many cleanups to sha1_file.cNicolas Pitre2006-09-234-114/+104
| | * | | | move pack creation to version 3Nicolas Pitre2006-09-222-3/+7
| | |/ / /
| * | | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-248-200/+53
| * | | | git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe2006-09-243-314/+326
| * | | | git-tar-tree: Remove duplicate git_config() callRene Scharfe2006-09-241-2/+0