summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-26GIT 1.5.1-rc2v1.5.1-rc2Junio C Hamano
2007-03-26git-svn: fix rel_path() when not connected to the repository rootEric Wong
2007-03-26use xmalloc in git.c and help.cJames Bowes
2007-03-26Merge branch 'jc/fpl'Junio C Hamano
2007-03-26Update README to point at a few key periodical messages to the listJunio C Hamano
2007-03-25Merge branch 'maint'Junio C Hamano
2007-03-25Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano
2007-03-25Merge branch 'js/remote-show-push'Junio C Hamano
2007-03-25Merge branch 'maint'Junio C Hamano
2007-03-25Use diff* with --exit-code in git-am, git-rebase and git-merge-oursAlex Riesen
2007-03-25Document --quiet option to git-diffAlex Riesen
2007-03-25write_sha1_from_fd() should make new objects read-onlyNicolas Pitre
2007-03-25make it more obvious that temporary files are temporary filesNicolas Pitre
2007-03-25update-hook: remove e-mail sending hook.Andy Parkins
2007-03-25gitweb: Add some installation notes in gitweb/INSTALLJakub Narebski
2007-03-25gitweb: Fix not marking signoff lines in "log" viewJakub Narebski
2007-03-25gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski
2007-03-25gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang
2007-03-24git-am documentation: describe what is taken from where.Junio C Hamano
2007-03-24git-revert: Revert revert message to old behaviourJohannes Schindelin
2007-03-24Merge branch 'maint'Junio C Hamano
2007-03-24Documentation: bisect: make a comment fit better in the man page.Christian Couder
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-23gitweb: Fix "next" link in commit viewJakub Narebski
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