summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-03pack-refs: use lockfile as everybody else does.Junio C Hamano
2006-10-03git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano
2006-10-02Merge branch 'master' into lj/refsJunio C Hamano
2006-10-02lock_ref_sha1_basic does not remove empty directories on BSDDennis Stosberg
2006-10-02Merge branch 'maint'Junio C Hamano
2006-10-02git-push: .git/remotes/ file does not require SP after colonv1.4.2.3Junio C Hamano
2006-10-02git-mv: invalidate the removed path properly in cache-treeJunio C Hamano
2006-10-02Do not create tag leading directories since git update-ref does it.Christian Couder
2006-10-02Makefile: install and clean merge-recur, still.Junio C Hamano
2006-10-01Check that a tag exists using show-ref instead of looking for the ref file.Christian Couder
2006-10-01Use git-update-ref to delete a tag instead of rm()ing the ref file.Christian Couder
2006-10-01Fix refs.c;:repack_without_ref() clean-up pathJunio C Hamano
2006-10-01Clean up "git-branch.sh" and add remove recursive dir test cases.Christian Couder
2006-10-01Fix a remove_empty_dir_recursive problem.Christian Couder
2006-10-01GIT 1.4.3-rc1v1.4.3-rc1Junio C Hamano
2006-10-01Merge branch 'maint'Junio C Hamano
2006-10-01show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano
2006-10-01Merge branch 'jc/gitpm'Junio C Hamano
2006-10-01Merge branch 'jc/diff-stat'Junio C Hamano
2006-10-01Merge branch 'lt/web'Junio C Hamano
2006-09-30git-branch: remove D/F check done by hand.Junio C Hamano
2006-09-30delete_ref(): delete packed refJunio C Hamano
2006-09-30lock_ref_sha1(): check D/F conflict with packed ref when creating.Junio C Hamano
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-30gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov
2006-09-30git-diff -B output fix.v1.4.2.2Junio C Hamano
2006-09-30fetch: Reset remote refs list each time fetch_main is calledSanti BĂ©jar
2006-09-30Remove -fPIC which was only needed for Git.xsJunio C Hamano
2006-09-29Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds
2006-09-29git-diff -B output fix.Junio C Hamano
2006-09-29Make cvsexportcommit remove files.Robin Rosenberg
2006-09-29diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin
2006-09-29diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds
2006-09-29gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov
2006-09-29gitweb: Remove redundant "commit" from historyLuben Tuikov
2006-09-29http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky
2006-09-29gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov
2006-09-29gitweb: Add snapshot to shortlogLuben Tuikov
2006-09-29gitweb: Factor out gitweb_have_snapshot()Luben Tuikov
2006-09-29gitweb: Remove redundant "commit" link from shortlogLuben Tuikov
2006-09-29gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov
2006-09-29git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer
2006-09-29do not discard constness in interp_set_entry value argumentAlex Riesen
2006-09-29Fix approxidate() to understand more extended numbersLinus Torvalds
2006-09-29Clean up approxidate() in preparation for fixesLinus Torvalds
2006-09-29fix daemon.c compilation for NO_IPV6=1Alex Riesen
2006-09-28daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin
2006-09-28format-patch: use cwd as default output directoryMatthias Lederhofer