summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rev-list --bisect: Fix "halfway" optimization.Junio C Hamano2007-03-231-6/+26
* Merge branch 'master' into jc/bisectJunio C Hamano2007-03-2315-68/+274
|\
| * Merge branch 'maint'Junio C Hamano2007-03-231-1/+1
| |\
| | * gitweb: Fix "next" link in commit viewJakub Narebski2007-03-231-1/+1
| * | Documentation: bisect: make a comment fit better in the man page.Christian Couder2007-03-231-3/+3
| * | Documentation: bisect: add some titles to some paragraphs.Christian Couder2007-03-231-0/+21
| * | Documentation: bisect: reformat more paragraphs.Christian Couder2007-03-231-34/+39
| * | Documentation: bisect: reword one paragraph.Christian Couder2007-03-231-3/+3
| * | Documentation: bisect: reformat some paragraphs.Christian Couder2007-03-231-6/+6
| * | Fix path-limited "rev-list --bisect" termination condition.Junio C Hamano2007-03-231-1/+1
| * | git-bisect.sh: properly dq $GIT_DIRJunio C Hamano2007-03-231-1/+1
| * | git-bisect: typofixJunio C Hamano2007-03-231-1/+1
| * | checkout: report where the new HEAD is upon detaching HEADJunio C Hamano2007-03-231-2/+10
| * | Bisect: implement "git bisect run <cmd>..." to automatically bisect.Christian Couder2007-03-233-3/+138
| * | Bisect: convert revs given to good and bad to commitsUwe Kleine-König2007-03-231-2/+2
| * | t4118: be nice to non-GNU sedJohannes Schindelin2007-03-221-1/+2
| * | git-apply: Do not free the wrong buffer when we convert the data for writeoutJunio C Hamano2007-03-221-7/+10
| * | Merge git://git2.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-03-221-2/+2
| |\ \
| | * | [PATCH] prefer "git COMMAND" over "git-COMMAND" in gitkBrandon Casey2007-03-211-2/+2
| * | | Merge branch 'maint'Junio C Hamano2007-03-222-5/+7
| |\ \ \ | | | |/ | | |/|
| | * | Documentation/pack-format.txt: Clear up description of types.Peter Eriksen2007-03-221-4/+6
| | * | fix typo in git-am manpageMichael S. Tsirkin2007-03-211-1/+1
| * | | update HEAD reflog when branch pointed to by HEAD is directly modifiedNicolas Pitre2007-03-221-0/+21
| * | | update-hook: abort early if the project description is unsetAndy Parkins2007-03-221-0/+6
| * | | git-merge: Put FETCH_HEAD data in merge commit messageMichael S. Tsirkin2007-03-221-0/+4
| * | | git-rebase: make 'rebase HEAD branch' work as expected.Junio C Hamano2007-03-221-4/+4
* | | | t6004: add a bit more path optimization test.Junio C Hamano2007-03-231-1/+33
* | | | git-rev-list --bisect: optimizationJunio C Hamano2007-03-221-2/+160
* | | | git-rev-list: add --bisect-vars option.Junio C Hamano2007-03-222-6/+61
* | | | t6002: minor spelling fix.Junio C Hamano2007-03-221-1/+1
|/ / /
* | | tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano2007-03-221-5/+28
* | | tree-diff: avoid strncmp()Junio C Hamano2007-03-221-23/+37
* | | Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano2007-03-221-6/+35
* | | Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds2007-03-212-62/+57
* | | Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-2115-62/+60
* | | Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-216-15/+14
* | | blame: cmp_suspect is not "cmp" anymore.Junio C Hamano2007-03-201-13/+13
* | | minor git-prune optimizationNicolas Pitre2007-03-201-4/+4
* | | improve checkout message when asking for same branchNicolas Pitre2007-03-201-1/+6
* | | Be more careful about zlib return valuesLinus Torvalds2007-03-201-4/+9
* | | Don't ever return corrupt objects from "parse_object()"Linus Torvalds2007-03-201-2/+4
* | | index-pack: more validation checks and cleanupsNicolas Pitre2007-03-201-9/+9
* | | index-pack: use hash_sha1_file()Nicolas Pitre2007-03-203-23/+4
* | | don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre2007-03-202-4/+27
* | | git-fetch: Fix single_force in append_fetch_headSanti Béjar2007-03-201-2/+2
* | | Merge git://git2.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-03-191-0/+2
|\ \ \ | | |/ | |/|
| * | [PATCH] gitk: bind <F5> key to Update (reread commits)Eric Wong2007-03-121-0/+2
* | | make git clone -q suppress the noise with http fetchChris Wright2007-03-191-1/+2
* | | Fix loose object uncompression check.Linus Torvalds2007-03-191-2/+15
* | | contrib/continuous: a continuous integration build managerShawn O. Pearce2007-03-192-0/+607