summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-27git.el: Display some information about the HEAD commit.Libravatar Alexandre Julliard1-2/+20
2007-03-27Document git-log --first-parentLibravatar Junio C Hamano1-0/+5
2007-03-27Bisect: add checks at the beginning of "git bisect run".Libravatar Christian Couder1-0/+8
2007-03-27sha1_file.c (write_sha1_from_fd): Detect close failure.Libravatar Jim Meyering1-1/+2
2007-03-27git-rm: don't remove newly added file without -fLibravatar Jeff King1-14/+4
2007-03-25Bisect: Use "git-show-ref --verify" when reseting.Libravatar Christian Couder1-1/+1
2007-03-25gitweb: Add example of config file and how to generate projects list to gitwe...Libravatar Jakub Narebski1-2/+43
2007-03-25GIT 1.5.1-rc2Libravatar Junio C Hamano2-14/+41
2007-03-25git-svn: fix rel_path() when not connected to the repository rootLibravatar Eric Wong1-2/+4
2007-03-25use xmalloc in git.c and help.cLibravatar James Bowes2-2/+2
2007-03-25Merge branch 'jc/fpl'Libravatar Junio C Hamano2-5/+12
2007-03-25Update README to point at a few key periodical messages to the listLibravatar Junio C Hamano1-0/+6
2007-03-25Merge branch 'maint'Libravatar Junio C Hamano4-453/+416
2007-03-25Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintLibravatar Junio C Hamano4-453/+416
2007-03-25Merge branch 'js/remote-show-push'Libravatar Junio C Hamano1-1/+15
2007-03-25Merge branch 'maint'Libravatar Junio C Hamano2-1/+185
2007-03-24Use diff* with --exit-code in git-am, git-rebase and git-merge-oursLibravatar Alex Riesen3-18/+12
2007-03-24Document --quiet option to git-diffLibravatar Alex Riesen1-0/+3
2007-03-24write_sha1_from_fd() should make new objects read-onlyLibravatar Nicolas Pitre1-0/+1
2007-03-24make it more obvious that temporary files are temporary filesLibravatar Nicolas Pitre3-6/+6
2007-03-24update-hook: remove e-mail sending hook.Libravatar Andy Parkins1-222/+3
2007-03-24gitweb: Add some installation notes in gitweb/INSTALLLibravatar Jakub Narebski1-0/+184
2007-03-24gitweb: Fix not marking signoff lines in "log" viewLibravatar Jakub Narebski1-1/+1
2007-03-24gitweb: Don't escape attributes in CGI.pm HTML methodsLibravatar Jakub Narebski1-3/+3
2007-03-24gitweb: Change to use explicitly function call cgi->escapHTML()Libravatar Li Yang1-2/+2
2007-03-24git-am documentation: describe what is taken from where.Libravatar Junio C Hamano1-0/+27
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