summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-02Merge branch 'pb/cvsserver'Junio C Hamano
2008-04-02Merge branch 'dd/cvsserver'Junio C Hamano
2008-04-02Merge branch 'je/cvsserver'Junio C Hamano
2008-04-02t7004-tag: Skip more tests if gpg is not available.Johannes Sixt
2008-04-02verify-tag: Clean up the temporary file if gpg cannot be started.Johannes Sixt
2008-04-02help: Add a missing OPT_END().Christian Couder
2008-04-02Accept git aliases outside a git repositoryJunio C Hamano
2008-03-31diff-files: careful when inspecting work tree itemsJunio C Hamano
2008-03-31diff-index: careful when inspecting work tree itemsJunio C Hamano
2008-03-31Add corner case tests for diff-index and diff-filesJunio C Hamano
2008-03-31Allow git-cvsserver database table name prefix to be specified.Josh Elsasser
2008-03-31Silence cpio's "N blocks" output when cloning locallyBryan Donlan
2008-03-31git-svn: remove redundant slashes from show-ignoreEric Wong
2008-03-28git-p4: Handle Windows EOLs properly after removal of p4 submit template hand...Marius Storm-Olsen
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-27cvsserver: Use the user part of the email in log and annotate resultsDamien Diederen
2008-03-27cvsserver: Add test for update -pDamien Diederen
2008-03-27cvsserver: Implement update -p (print to stdout)Damien Diederen
2008-03-27cvsserver: Add a few tests for 'status' commandDamien Diederen
2008-03-27cvsserver: Do not include status output for subdirectories if -l is passedDamien Diederen
2008-03-27cvsserver: Only print the file part of the filename in status headerDamien Diederen
2008-03-27cvsserver: Respond to the 'editors' and 'watchers' commandsDamien Diederen
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