summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-24git-revert: Revert revert message to old behaviourLibravatar Johannes Schindelin1-5/+5
2007-03-23Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-03-23Documentation: bisect: make a comment fit better in the man page.Libravatar Christian Couder1-3/+3
2007-03-23Documentation: bisect: add some titles to some paragraphs.Libravatar Christian Couder1-0/+21
2007-03-23Documentation: bisect: reformat more paragraphs.Libravatar Christian Couder1-34/+39
2007-03-23Documentation: bisect: reword one paragraph.Libravatar Christian Couder1-3/+3
2007-03-23Documentation: bisect: reformat some paragraphs.Libravatar Christian Couder1-6/+6
2007-03-23Fix path-limited "rev-list --bisect" termination condition.Libravatar Junio C Hamano1-1/+1
2007-03-23gitweb: Fix "next" link in commit viewLibravatar Jakub Narebski1-1/+1
2007-03-23git-bisect.sh: properly dq $GIT_DIRLibravatar Junio C Hamano1-1/+1
2007-03-23git-bisect: typofixLibravatar Junio C Hamano1-1/+1
2007-03-23checkout: report where the new HEAD is upon detaching HEADLibravatar Junio C Hamano1-2/+10
2007-03-23Bisect: implement "git bisect run <cmd>..." to automatically bisect.Libravatar Christian Couder3-3/+138
2007-03-23Bisect: convert revs given to good and bad to commitsLibravatar Uwe Kleine-König1-2/+2
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-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