summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-22t4118: be nice to non-GNU sedLibravatar Johannes Schindelin1-1/+2
2007-03-22git-apply: Do not free the wrong buffer when we convert the data for writeoutLibravatar Junio C Hamano1-7/+10
2007-03-22Merge git://git2.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-2/+2
2007-03-22Merge branch 'maint'Libravatar Junio C Hamano2-5/+7
2007-03-22Documentation/pack-format.txt: Clear up description of types.Libravatar Peter Eriksen1-4/+6
2007-03-22update HEAD reflog when branch pointed to by HEAD is directly modifiedLibravatar Nicolas Pitre1-0/+21
2007-03-22update-hook: abort early if the project description is unsetLibravatar Andy Parkins1-0/+6
2007-03-22git-merge: Put FETCH_HEAD data in merge commit messageLibravatar Michael S. Tsirkin1-0/+4
2007-03-22git-rebase: make 'rebase HEAD branch' work as expected.Libravatar Junio C Hamano1-4/+4
2007-03-22git-rev-list --bisect: optimizationLibravatar Junio C Hamano1-2/+160
2007-03-22git-rev-list: add --bisect-vars option.Libravatar Junio C Hamano2-6/+61
2007-03-22t6002: minor spelling fix.Libravatar Junio C Hamano1-1/+1
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Libravatar Junio C Hamano1-5/+28
2007-03-22tree-diff: avoid strncmp()Libravatar Junio C Hamano1-23/+37
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Libravatar Junio C Hamano1-6/+35
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLibravatar Linus Torvalds2-62/+57
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds15-62/+60
2007-03-21Remove "pathlen" from "struct name_entry"Libravatar Linus Torvalds6-15/+14
2007-03-21[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkLibravatar Brandon Casey1-2/+2
2007-03-21fix typo in git-am manpageLibravatar Michael S. Tsirkin1-1/+1
2007-03-20blame: cmp_suspect is not "cmp" anymore.Libravatar Junio C Hamano1-13/+13
2007-03-20minor git-prune optimizationLibravatar Nicolas Pitre1-4/+4
2007-03-20improve checkout message when asking for same branchLibravatar Nicolas Pitre1-1/+6
2007-03-20Be more careful about zlib return valuesLibravatar Linus Torvalds1-4/+9
2007-03-20Don't ever return corrupt objects from "parse_object()"Libravatar Linus Torvalds1-2/+4
2007-03-20index-pack: more validation checks and cleanupsLibravatar Nicolas Pitre1-9/+9
2007-03-20index-pack: use hash_sha1_file()Libravatar Nicolas Pitre3-23/+4
2007-03-20don't ever allow SHA1 collisions to exist by fetching a packLibravatar Nicolas Pitre2-4/+27
2007-03-20Teach git-remote to list pushed branches.Libravatar Johannes Sixt1-1/+15
2007-03-20git-fetch: Fix single_force in append_fetch_headLibravatar Santi BĂ©jar1-2/+2
2007-03-19Merge git://git2.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-0/+2
2007-03-19make git clone -q suppress the noise with http fetchLibravatar Chris Wright1-1/+2
2007-03-19Fix loose object uncompression check.Libravatar Linus Torvalds1-2/+15
2007-03-19contrib/continuous: a continuous integration build managerLibravatar Shawn O. Pearce2-0/+607
2007-03-19Provide some technical documentation for shallow clonesLibravatar Johannes Schindelin1-0/+49
2007-03-19Add a HOWTO for setting up a standalone git daemonLibravatar Johannes Schindelin1-0/+52
2007-03-19xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingLibravatar Johannes Schindelin1-2/+20
2007-03-19blame: micro-optimize cmp_suspect()Libravatar Junio C Hamano1-3/+2
2007-03-19Replace remaining instances of strdup with xstrdup.Libravatar James Bowes3-3/+3
2007-03-19use a LRU eviction policy for the delta base cacheLibravatar Nicolas Pitre1-8/+31
2007-03-19clean up the delta base cache size a bitLibravatar Nicolas Pitre1-3/+3
2007-03-19GIT 1.5.1-rc1Libravatar Junio C Hamano2-2/+50
2007-03-19Fix merge-indexLibravatar Junio C Hamano1-1/+2
2007-03-19Set up for better tree diff optimizationsLibravatar Linus Torvalds1-10/+34
2007-03-19Trivial cleanup of track_tree_refs()Libravatar Linus Torvalds1-3/+1
2007-03-19git.el: Add support for commit hooks.Libravatar Alexandre Julliard1-24/+57
2007-03-18Merge branch 'jb/gc'Libravatar Junio C Hamano5-1/+82
2007-03-18Merge branch 'fl/cvsserver'Libravatar Junio C Hamano1-1/+12
2007-03-18Limit the size of the new delta_base_cacheLibravatar Shawn O. Pearce5-4/+46
2007-03-18Merge branch 'sp/run-command'Libravatar Junio C Hamano11-234/+146