summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-28git-cvsserver: handle change type TPaolo Bonzini
2008-03-28GIT 1.5.5-rc2v1.5.5-rc2Junio C Hamano
2008-03-28GIT 1.5.4.5v1.5.4.5Junio C Hamano
2008-03-27builtin-prune: protect objects listed on the command lineJunio C Hamano
2008-03-27builtin-prune.c: use parse_options()Michele Ballabio
2008-03-27Add tests for git-pruneMichele Ballabio
2008-03-27parse-options.c: introduce OPT_DATEMichele Ballabio
2008-03-27Update draft release notes for 1.5.5Junio C Hamano
2008-03-27Merge branch 'maint'Junio C Hamano
2008-03-27Update draft release notes for 1.5.4.5Junio C Hamano
2008-03-27Merge branch 'jc/maint-fetch-regression-1.5.4' into maintJunio C Hamano
2008-03-27Documentation: clarify use of .git{ignore,attributes} versus .git/info/*Jeff King
2008-03-27test_must_fail: 129 is a valid error code from usage()Junio C Hamano
2008-03-26imap-send: properly error out if imap.host is not set in configGerrit Pape
2008-03-26t9600-cvsimport.sh: set HOME before checking for cvsps availabilityFrank Lichtenheld
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor
2008-03-26t/t3800-mktag.sh: use test_must_fail rather than '!'Brandon Casey
2008-03-26Merge branch 'jc/maint-fetch-regression-1.5.4'Junio C Hamano
2008-03-26git-fetch test: test tracking fetch results, not just FETCH_HEADJunio C Hamano
2008-03-26Fix branches file configurationDaniel Barkalow
2008-03-26Tighten refspec processingDaniel Barkalow
2008-03-26Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.Guanqun Lu
2008-03-26refspec: allow colon-less wildcard "refs/category/*"Junio C Hamano
2008-03-25init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin
2008-03-25Documentation/git-checkout: Update summary to reflect current abilitiesJulian Phillips
2008-03-25Documentation: git-tag '-m'/'-F' implies '-a'Dirk Süsserott
2008-03-24builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt
2008-03-23Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.Guanqun Lu
2008-03-23RelNotes: mention checkout/branch's --track option, tooJohannes Schindelin
2008-03-23GIT 1.5.5-rc1v1.5.5-rc1Junio C Hamano
2008-03-23gc --auto: raise default auto pack limit from 20 to 50Junio C Hamano
2008-03-23Merge branch 'git-p4' of git://repo.or.cz/git/git-p4Junio C Hamano
2008-03-23remote.c: Fix overtight refspec validationJunio C Hamano
2008-03-23fast-import: Document the effect of "merge" with no "from" in a commitEyvind Bernhardsen
2008-03-23Make git-svn tests behave better on OS XKevin Ballard
2008-03-23Improve description of git filter-branch.Ralf Wildenhues
2008-03-23t/t7003-filter-branch.sh: use test_must_fail rather than '!'Brandon Casey
2008-03-21Don't try and percent-escape existing percent escapes in git-svn URIsKevin Ballard
2008-03-20remote show: do not show symbolic refsJohannes Schindelin
2008-03-20Document the sendemail.smtpserverport config variableKevin Ballard
2008-03-20Add --reverse to the git-rev-list usage stringKevin Ballard
2008-03-20make it easier for people who just want to get rid of 'git gc --auto'Nicolas Pitre
2008-03-20builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.autoBrandon Casey
2008-03-19Documentation/git-merge: document subtree strategy.Miklos Vajna
2008-03-19Fix tag followingDaniel Barkalow
2008-03-19Make revision limiting more robust against occasional bad commit datesLinus Torvalds
2008-03-19Fix t3200 configDaniel Barkalow
2008-03-19Tighten refspec processingDaniel Barkalow
2008-03-19Fix possible Solaris problem in 'checkout_entry()'Linus Torvalds
2008-03-19Fix read-tree not to discard errorsJunio C Hamano