summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-24Documentation: bisect: add some titles to some paragraphs.Christian Couder
2007-03-24Documentation: bisect: reformat more paragraphs.Christian Couder
2007-03-24Documentation: bisect: reword one paragraph.Christian Couder
2007-03-24Documentation: bisect: reformat some paragraphs.Christian Couder
2007-03-24Fix path-limited "rev-list --bisect" termination condition.Junio C Hamano
2007-03-23git-bisect.sh: properly dq $GIT_DIRJunio C Hamano
2007-03-23git-bisect: typofixJunio C Hamano
2007-03-23checkout: report where the new HEAD is upon detaching HEADJunio C Hamano
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder
2007-03-23Bisect: convert revs given to good and bad to commitsUwe Kleine-König
2007-03-23t4118: be nice to non-GNU sedJohannes Schindelin
2007-03-23git-apply: Do not free the wrong buffer when we convert the data for writeoutJunio C Hamano
2007-03-22Merge git://git2.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-03-22Merge branch 'maint'Junio C Hamano
2007-03-22Documentation/pack-format.txt: Clear up description of types.Peter Eriksen
2007-03-22update HEAD reflog when branch pointed to by HEAD is directly modifiedNicolas Pitre
2007-03-22update-hook: abort early if the project description is unsetAndy Parkins
2007-03-22git-merge: Put FETCH_HEAD data in merge commit messageMichael S. Tsirkin
2007-03-22git-rebase: make 'rebase HEAD branch' work as expected.Junio C Hamano
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano
2007-03-22tree-diff: avoid strncmp()Junio C Hamano
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds
2007-03-21[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkBrandon Casey
2007-03-21fix typo in git-am manpageMichael S. Tsirkin
2007-03-21blame: cmp_suspect is not "cmp" anymore.Junio C Hamano
2007-03-21minor git-prune optimizationNicolas Pitre
2007-03-21improve checkout message when asking for same branchNicolas Pitre
2007-03-21Be more careful about zlib return valuesLinus Torvalds
2007-03-21Don't ever return corrupt objects from "parse_object()"Linus Torvalds
2007-03-21index-pack: more validation checks and cleanupsNicolas Pitre
2007-03-21index-pack: use hash_sha1_file()Nicolas Pitre
2007-03-21don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre
2007-03-20git-fetch: Fix single_force in append_fetch_headSanti Béjar
2007-03-20Merge git://git2.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-03-20make git clone -q suppress the noise with http fetchChris Wright
2007-03-20Fix loose object uncompression check.Linus Torvalds
2007-03-20contrib/continuous: a continuous integration build managerShawn O. Pearce
2007-03-20Provide some technical documentation for shallow clonesJohannes Schindelin
2007-03-20Add a HOWTO for setting up a standalone git daemonJohannes Schindelin
2007-03-20xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin
2007-03-20blame: micro-optimize cmp_suspect()Junio C Hamano
2007-03-20Replace remaining instances of strdup with xstrdup.James Bowes
2007-03-20use a LRU eviction policy for the delta base cacheNicolas Pitre
2007-03-20clean up the delta base cache size a bitNicolas Pitre
2007-03-19GIT 1.5.1-rc1v1.5.1-rc1Junio C Hamano
2007-03-19Fix merge-indexJunio C Hamano
2007-03-19Set up for better tree diff optimizationsLinus Torvalds